public class XPointerResolver extends java.lang.Object implements IResolver
'#xpointer(/)' MUST be interpreted to identify the root node [XPath] of the document that contains the URI attribute.
'#xpointer(id('ID'))' MUST be interpreted to identify the element node identified by '#element(ID)' [XPointer-Element] when evaluated with respect to the document that contains the URI attribute.
To retain comments while selecting an element by an identifier ID, use the following scheme-based XPointer: URI='#xpointer(id('ID'))'. To retain comments while selecting the entire document, use the following scheme-based XPointer: URI='#xpointer(/)'
| Constructor and Description |
|---|
XPointerResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolvable(java.lang.String aURI,
Context aBaglam) |
static void |
main(java.lang.String[] args) |
Document |
resolve(java.lang.String aUri,
Context aContext) |
public boolean isResolvable(java.lang.String aURI,
Context aBaglam)
isResolvable in interface IResolverpublic static void main(java.lang.String[] args)
Copyright © 2025. All rights reserved.