Class NodeUtils


  • public class NodeUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static net.sf.saxon.s9api.QName xml_base  
      static net.sf.saxon.s9api.QName xml_id  
      static net.sf.saxon.s9api.QName xml_lang  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getLang​(net.sf.saxon.s9api.XdmNode node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xml_id

        public static final net.sf.saxon.s9api.QName xml_id
      • xml_lang

        public static final net.sf.saxon.s9api.QName xml_lang
      • xml_base

        public static final net.sf.saxon.s9api.QName xml_base
    • Constructor Detail

      • NodeUtils

        public NodeUtils()
    • Method Detail

      • getLang

        public static java.lang.String getLang​(net.sf.saxon.s9api.XdmNode node)