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

org.apache.xerces.util

Interfaces:

MessageFormatter   This interface provides a generic message formatting mechanism and is useful for producing messages that must be localed and/or formatted with replacement text.  code | html

Abstract Classes:

AugmentationsImpl.AugmentationsItemsContainer     code | html
ErrorHandlerProxy   Wraps XMLErrorHandler and make it look like a SAX ErrorHandler code | html

Classes:

AttributesProxy   Wraps XMLAttributes and makes it look like AttributeList and Attributes2 code | html
AugmentationsImpl   This class provides an implementation for Augmentations interface.  code | html
AugmentationsImpl.LargeContainer     code | html
AugmentationsImpl.SmallContainer     code | html
AugmentationsImpl.SmallContainer.SmallContainerKeyEnumeration     code | html
DOMEntityResolverWrapper   This class wraps DOM entity resolver to XNI entity resolver.  code | html
DOMErrorHandlerWrapper   This class handles DOM errors .  code | html
DOMErrorHandlerWrapper.DOMErrorTypeMap   A convenience class for converting between internal error codes and DOM error types.  code | html
DOMInputSource  

An XMLInputSource analogue to javax.xml.transform.dom.DOMSource.

 
code | html
DOMUtil   Some useful utility methods.  code | html
DOMUtil.ThrowableMethods   Holder of methods from java.lang.Throwable.  code | html
DatatypeMessageFormatter  

Used to format JAXP 1.3 Datatype API error messages using a specified locale.

 
code | html
DefaultErrorHandler   Default error handler.  code | html
EncodingMap   EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.  code | html
EntityResolver2Wrapper  

This class wraps a SAX entity resolver (EntityResolver2) in an XNI entity resolver.

 
code | html
EntityResolverWrapper   This class wraps a SAX entity resolver in an XNI entity resolver.  code | html
ErrorHandlerWrapper   This class wraps a SAX error handler in an XNI error handler.  code | html
HTTPInputSource   This class represents an input source for an XML resource retrievable over HTTP.  code | html
IntStack   A simple integer based stack.  code | html
JAXPNamespaceContextWrapper  

A read-only XNI wrapper around a JAXP NamespaceContext.

 
code | html
LocatorProxy   Wraps XMLLocator and make it look like a SAX Locator code | html
NamespaceSupport   Namespace support for XML document handlers.  code | html
NamespaceSupport.Prefixes     code | html
ParserConfigurationSettings   This class implements the basic operations for managing parser configuration features and properties.  code | html
SAXInputSource  

An XMLInputSource analogue to javax.xml.transform.sax.SAXSource.

 
code | html
SAXLocatorWrapper  

A light wrapper around a SAX locator. 

code | html
SAXMessageFormatter   Used to format SAX error messages using a specified locale.  code | html
SecurityManager   This class is a container for parser settings that relate to security, or more specifically, it is intended to be used to prevent denial-of-service attacks from being launched against a system running Xerces.  code | html
ShadowedSymbolTable   Shadowed symbol table.  code | html
SoftReferenceSymbolTable   This symbol table uses SoftReferences to its String entries, which means that table entries that have no references to them can be garbage collected when memory is needed.  code | html
SoftReferenceSymbolTable.SREntry   This class is a symbol table entry.  code | html
SoftReferenceSymbolTable.SREntryData     code | html
SymbolHash   This class is an unsynchronized hash table primary used for String to Object mapping.  code | html
SymbolHash.Entry   This class is a key table entry.  code | html
SymbolTable   This class is a symbol table implementation that guarantees that strings used as identifiers are unique references.  code | html
SymbolTable.Entry   This class is a symbol table entry.  code | html
SynchronizedSymbolTable   Synchronized symbol table.  code | html
URI   A class to represent a Uniform Resource Identifier (URI).  code | html
URI.MalformedURIException   MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.  code | html
XMLAttributesImpl   The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.  code | html
XMLAttributesImpl.Attribute   Attribute information.  code | html
XMLCatalogResolver  

The catalog resolver handles the resolution of external identifiers and URI references through XML catalogs. 

code | html
XMLEntityDescriptionImpl  

This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity.

 
code | html
XMLErrorCode  

A structure that represents an error code, characterized by a domain and a message key.

 
code | html
XMLGrammarPoolImpl   Stores grammars in a pool associated to a specific key.  code | html
XMLGrammarPoolImpl.Entry   This class is a grammar pool entry.  code | html
XMLLocatorWrapper  

A light wrapper around an XMLLocator.

 
code | html
XMLResourceIdentifierImpl   The XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource.  code | html
XMLStringBuffer   XMLString is a structure used to pass character arrays.  code | html
XMLSymbols   All internalized xml symbols. They can be compared using "==".  code | html