Top Interfaces Classes
module java.xml

Package com.sun.org.apache.xerces.internal.xpointer


Interface Summary

Modifier and TypeInterface and Description
public interface
XPointerPart

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

public interface
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.

Class Summary

Modifier and TypeClass and Description
pack-priv class
ElementSchemePointer

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

pack-priv class
ShortHandPointer

Implements the XPointerPart interface and handles processing of ShortHand Pointers.

pack-priv class
XPointerErrorHandler

The Default XPointer error handler used by the XInclude implementation.

public class
XPointerHandler

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

pack-priv class
XPointerMessageFormatter

XPointerMessageFormatter provides error messages for the XPointer Framework and element() Scheme Recommendations.