Uses of Class
org.xiruss.util.xpointer.XPointerException

Packages that use XPointerException
org.xiruss.util Utility classes that are used by all parts of the code. 
org.xiruss.util.xpointer Support for processing and resolution of XPointers. 
 

Uses of XPointerException in org.xiruss.util
 

Methods in org.xiruss.util that throw XPointerException
static org.w3c.dom.NodeList AddressingUtil.resolveXPointer(java.lang.String xpointerString, org.w3c.dom.Document targetDocument)
          Given an xpointer string, attempts to resolve it to a node list.
 

Uses of XPointerException in org.xiruss.util.xpointer
 

Methods in org.xiruss.util.xpointer that throw XPointerException
protected  java.lang.String XPointer.parseSchemeData(java.io.StringReader sr)
          Parses out a single XPointer part's scheme data content.
 void XPointer.parseXPointerString()
          Parses the raw XPointer string into XPointer parts.
 org.w3c.dom.NodeList XPointerScheme.resolve(org.w3c.dom.Document targetDoc)
           
 org.w3c.dom.NodeList XPointerPart.resolve(org.w3c.dom.Document targetDocument)
          Resolves the XPointer part against the specified document.
 

Constructors in org.xiruss.util.xpointer that throw XPointerException
XPointer(java.lang.String xpointerString)