Methods Summary |
---|
public boolean | isFragmentResolved()Returns true if the XPointer expression resolves to the current resource fragment
or Node which is part of the input resource being streamed else returns false.
|
public boolean | isXPointerResolved()Returns true if the XPointer expression resolves any subresource of the
input resource.
|
public void | parseXPointer(java.lang.String xpointer)Parses an XPointer expression. It performs scheme specific processing
depending on the pointer parts and sets up a Vector of XPointerParts
in the order (left-to-right) they appear in the XPointer expression.
|
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.
|