Methods Summary |
---|
public java.lang.String | getSchemeData()Returns a String containing the scheme data of the PointerPart.
|
public java.lang.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(java.lang.String part)Provides scheme specific parsing of a XPointer expression i.e.
the PointerPart or ShortHandPointer.
|
public boolean | resolveXPointer(com.sun.org.apache.xerces.internal.xni.QName element, com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes, com.sun.org.apache.xerces.internal.xni.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(java.lang.String schemeData)Sets the scheme data of the PointerPart.
|
public void | setSchemeName(java.lang.String schemeName)Sets the scheme name of the PointerPart or the ShortHand Pointer name.
|