public static final class XPathContext.DOMNodeInfo extends java.lang.Object implements XPathContext.NodeInfo
XPathContext.NodeInfo
.Modifier and Type | Field and Description |
---|---|
private javax.xml.namespace.QName |
name |
private short |
type |
Constructor and Description |
---|
DOMNodeInfo(org.w3c.dom.Node n) |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getName() |
short |
getType() |
public javax.xml.namespace.QName getName()
getName
in interface XPathContext.NodeInfo
public short getType()
getType
in interface XPathContext.NodeInfo