public interface NodeInfo
Modifier and Type | Method and Description |
---|---|
org.xml.sax.Locator |
getLocator(org.w3c.dom.Node pNode)
Returns the given node's locator.
|
javax.xml.namespace.QName |
getQName(org.w3c.dom.Node pNode,
java.lang.String pValue)
Converts the given argument into a
QName . |
org.xml.sax.Locator getLocator(org.w3c.dom.Node pNode)
pNode
- The Node
instanceLocator
for the given nodejavax.xml.namespace.QName getQName(org.w3c.dom.Node pNode, java.lang.String pValue)
QName
.pNode
- The Node
instancepValue
- The value for the nodeQName
constructed from the given values