com.sun.xml.stream.xerces.util |
|
Java Source File Name | Type | Comment |
AugmentationsImpl.java | Class | This class provides an implementation for Augmentations interface. |
DefaultErrorHandler.java | Class | Default error handler. |
EncodingMap.java | Class | EncodingMap is a convenience class which handles conversions between
IANA encoding names and Java encoding names, and vice versa. |
IntStack.java | Class | A simple integer based stack. |
MessageFormatter.java | Interface | This interface provides a generic message formatting mechanism and
is useful for producing messages that must be localed and/or formatted
with replacement text. |
NamespaceContextWrapper.java | Class | Writing a wrapper to re-use most of the namespace functionality
already provided by NamespaceSupport, which implements NamespaceContext
from XNI. |
NamespaceSupport.java | Class | Namespace support for XML document handlers. |
ObjectFactory.java | Class | This class is duplicated for each JAXP subpackage so keep it in sync.
It is package private and therefore is not exposed as part of the JAXP
API.
This code is designed to implement the JAXP 1.1 spec pluggability
feature and is designed to run on JDK version 1.1 and
later, and to compile on JDK 1.2 and onward. |
ParserConfigurationSettings.java | Class | This class implements the basic operations for managing parser
configuration features and properties. |
SecuritySupport.java | Class | This class is duplicated for each JAXP subpackage so keep it in sync. |
SecuritySupport12.java | Class | This class is duplicated for each JAXP subpackage so keep it in sync. |
ShadowedSymbolTable.java | Class | Shadowed symbol table.
The table has a reference to the main symbol table and is
not allowed to add new symbols to the main symbol table. |
STAXAttributesImpl.java | Class | |
SymbolHash.java | Class | This class is an unsynchronized hash table primary used for String
to Object mapping. |
SymbolTable.java | Class | This class is a symbol table implementation that guarantees that
strings used as identifiers are unique references. |
SynchronizedSymbolTable.java | Class | Synchronized symbol table. |
URI.java | Class | A class to represent a Uniform Resource Identifier (URI). |
XMLAttributesImpl.java | Class | The XMLAttributesImpl class is an implementation of the XMLAttributes
interface which defines a collection of attributes for an element.
In the parser, the document source would scan the entire start element
and collect the attributes. |
XMLAttributesIteratorImpl.java | Class | Its better to extend the functionality of existing XMLAttributesImpl and also make it of type Iterator.
We can directly give an object of type iterator from StartElement event. |
XMLChar.java | Class | This class defines the basic XML character properties. |
XMLResourceIdentifierImpl.java | Class | The XMLResourceIdentifierImpl class is an implementation of the
XMLResourceIdentifier interface which defines the location identity
of a resource. |
XMLStringBuffer.java | Class | XMLString is a structure used to pass character arrays. |
XMLSymbols.java | Class | All internalized xml symbols. |