Method Summary |
|
public String | getSchemeData() Returns a String containing the scheme data of the PointerPart. |
public String | getSchemeName() Returns a String containing the scheme name of the PointerPart
or the name of the ShortHand Pointer. |
public boolean | isChildFragmentResolved() Returns true if the XPointer expression resolves to a non-element child
of the current resource fragment. |
public boolean | isFragmentResolved() Returns true if the XPointer expression resolves to a resource fragment
specified as input else returns false. |
public void | parseXPointer(String part) Provides scheme specific parsing of a XPointer expression i.e. |
public boolean | resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event) Evaluates an XML resource with respect to an XPointer expressions
by checking if it's element and attributes parameters match the
criteria specified in the xpointer expression. |
public void | setSchemeData(String schemeData) Sets the scheme data of the PointerPart. |
public void | setSchemeName(String schemeName) Sets the scheme name of the PointerPart or the ShortHand Pointer name. |