| Package | Description |
|---|---|
| iaik.ixsil.util |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
XPointerReferenceResolver.convertElementParts(java.lang.String fullXPointer)
Converts all element scheme parts of a full XPointer into xpointer scheme parts.
|
protected org.w3c.dom.NodeList |
XPointerReferenceResolver.evaluateXPointer(java.lang.String xpointerString)
Evaluates the URI reference XPointer.
|
protected static int |
XPointerReferenceResolver.findClosingBrace(java.lang.String candidate,
int startPos)
Finds the position of the closing brace (
() in the candidate string, starting at the
specified start position. |
protected static java.util.Hashtable |
XPointerReferenceResolver.parseXmlNSDeclarations(java.lang.String xpointerString)
Evaluates the XPointer parts in the
xmlns scheme, according to XPointer xmlns() Scheme. |
protected static java.util.Vector |
XPointerReferenceResolver.parseXPointers(java.lang.String xpointerString)
Collects the XPointer parts in the
xpointer scheme. |
org.w3c.dom.NodeList |
InternalReferenceResolverImpl.resolve(URI uri,
org.w3c.dom.Document xmlDocumentOM,
org.w3c.dom.NodeList hereResult)
Gets a list of DOM nodes representing the content of the given URI.
|
org.w3c.dom.NodeList |
InternalReferenceResolverInterface.resolve(URI uri,
org.w3c.dom.Document xmlDocumentOM,
org.w3c.dom.NodeList hereResult)
Returns a
NodeList object providing a list of DOM nodes which correspond to the
parts of the XML document selected by the internal URI. |
org.w3c.dom.NodeList |
XPointerReferenceResolver.resolve(URI uri,
org.w3c.dom.Document xmlDocumentOM,
org.w3c.dom.NodeList hereResult)
Gets a list of DOM nodes representing a flat view on the parts of an XML document selected by the given
internal URI.
|
protected org.w3c.dom.NodeList |
InternalReferenceResolverImpl.resolve(URI uri,
org.w3c.dom.Document xmlDocumentOM,
org.w3c.dom.NodeList hereResult,
int resultType) |
protected org.w3c.dom.NodeList |
XPointerReferenceResolver.resolve(URI uri,
org.w3c.dom.Document xmlDocumentOM,
org.w3c.dom.NodeList hereResult,
int resultType)
Gets a list of DOM nodes representing a flat view on the parts of an XML document selected by the given
internal URI.
|
org.w3c.dom.NodeList |
InternalReferenceResolverImpl.resolveForest(URI uri,
org.w3c.dom.Document xmlDocumentOM,
org.w3c.dom.NodeList hereResult)
Gets a list of DOM nodes representing the content of the given URI.
|
org.w3c.dom.NodeList |
XPointerReferenceResolver.resolveForest(URI uri,
org.w3c.dom.Document xmlDocumentOM,
org.w3c.dom.NodeList hereResult)
Gets a list of DOM nodes representing a forest view on the parts of an XML document selected by the
given internal URI.
|