org.apache.xerces.xpointer |
|
Java Source File Name | Type | Comment |
ElementSchemePointer.java | Class |
Implements the XPointerPart interface for element() scheme specific processing. |
ShortHandPointer.java | Class |
Implements the XPointerPart interface and handles processing of
ShortHand Pointers. |
XPointerErrorHandler.java | Class | The Default XPointer error handler used by the XInclude implementation. |
XPointerHandler.java | Class |
This is a pipeline component which extends the XIncludeHandler to perform
XPointer specific processing specified in the W3C XPointerFramework and
element() Scheme Recommendations.
This component analyzes each event in the pipeline, looking for an element
that matches a PointerPart in the parent XInclude element's xpointer attribute
value. |
XPointerMessageFormatter.java | Class | XPointerMessageFormatter provides error messages for the XPointer Framework
and element() Scheme Recommendations. |
XPointerPart.java | Interface |
Used for scheme specific parsing and evaluation of an XPointer expression. |
XPointerProcessor.java | Interface |
The XPointerProcessor is responsible for parsing an XPointer
expression and and providing scheme specific resolution of
the document fragment pointed to be the pointer. |