Home » Xerces-J-src.2.9.1 » org.apache.xerces » xpointer »

org.apache.xerces.xpointer

Interfaces:

XPointerPart  

Used for scheme specific parsing and evaluation of an XPointer expression. 

code | html
XPointerProcessor  

The XPointerProcessor is responsible for parsing an XPointer expression and and providing scheme specific resolution of the document fragment pointed to be the pointer. 

code | html

Classes:

ElementSchemePointer  

Implements the XPointerPart interface for element() scheme specific processing. 

code | html
ElementSchemePointer.Scanner   The XPointer expression scanner. Scans the XPointer framework expression.  code | html
ElementSchemePointer.Tokens   List of XPointer Framework tokens.  code | html
ShortHandPointer  

Implements the XPointerPart interface and handles processing of ShortHand Pointers. 

code | html
XPointerErrorHandler   The Default XPointer error handler used by the XInclude implementation.  code | html
XPointerHandler  

This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations. 

code | html
XPointerHandler.Scanner   The XPointer expression scanner. Scans the XPointer framework expression.  code | html
XPointerHandler.Tokens   List of XPointer Framework tokens.  code | html
XPointerMessageFormatter   XPointerMessageFormatter provides error messages for the XPointer Framework and element() Scheme Recommendations.  code | html