org.xiruss.util.xpointer
Class XPointerScheme

java.lang.Object
  extended by org.xiruss.util.xpointer.XPointerPart
      extended by org.xiruss.util.xpointer.XPointerScheme

public class XPointerScheme
extends XPointerPart

Implements an xpointer scheme XPointer part.


Field Summary
 
Fields inherited from class org.xiruss.util.xpointer.XPointerPart
logger, schemeData, schemeName
 
Constructor Summary
XPointerScheme(java.lang.String partString)
           
 
Method Summary
 org.w3c.dom.NodeList resolve(org.w3c.dom.Document targetDoc)
          Resolves the XPointer part against the specified document.
 
Methods inherited from class org.xiruss.util.xpointer.XPointerPart
getSchemeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPointerScheme

public XPointerScheme(java.lang.String partString)
Method Detail

resolve

public org.w3c.dom.NodeList resolve(org.w3c.dom.Document targetDoc)
                             throws XPointerException
Description copied from class: XPointerPart
Resolves the XPointer part against the specified document.

Overrides:
resolve in class XPointerPart
Parameters:
targetDoc - DOM document the part is evaluated against.
Returns:
NodeList of result nodes, possibly empty.
Throws:
XPointerException