Class XPathContext.DOMNodeInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.xml.namespace.QName name  
      private short type  
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMNodeInfo​(org.w3c.dom.Node n)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.namespace.QName getName()  
      short getType()  
      • Methods inherited from class java.lang.Object

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

      • name

        private final javax.xml.namespace.QName name
      • type

        private final short type
    • Constructor Detail

      • DOMNodeInfo

        public DOMNodeInfo​(org.w3c.dom.Node n)