com.softwareag.centrasite.appl.framework.parser
Interface NodeInfo

All Known Implementing Classes:
ParsedXMLDocument

public interface NodeInfo

An instance of this class is able to provide information about a node.


Method Summary
 org.xml.sax.Locator getLocator(org.w3c.dom.Node pNode)
          Returns the given nodes locator.
 javax.xml.namespace.QName getQName(org.w3c.dom.Node pNode, java.lang.String pValue)
          Converts the given argument into a QName.
 

Method Detail

getLocator

org.xml.sax.Locator getLocator(org.w3c.dom.Node pNode)
Returns the given nodes locator.


getQName

javax.xml.namespace.QName getQName(org.w3c.dom.Node pNode,
                                   java.lang.String pValue)
Converts the given argument into a QName.

Throws:
java.lang.IllegalArgumentException - The argument didn't contain a valid QName.