Top Interfaces Classes
module java.xml

Package com.sun.org.apache.xerces.internal.jaxp.validation


Interface Summary

Modifier and TypeInterface and Description
pack-priv interface
DOMDocumentHandler

An extension to XMLDocumentHandler for building DOM structures.

pack-priv interface
ValidatorHelper

Instances of ValidatorHelper are able to validate specific source and result types.

public interface
XSGrammarPoolContainer

A container for grammar pools which only contain schema grammars.

Class Summary

Modifier and TypeClass and Description
pack-priv abstract class
AbstractXMLSchema

Abstract implementation of Schema for W3C XML Schemas.

pack-priv class
DOMResultAugmentor

DOM result augmentor.

pack-priv class
DOMResultBuilder

DOM result builder.

pack-priv class
DOMValidatorHelper

A validator helper for DOMSources.

pack-priv class
DraconianErrorHandler

ErrorHandler that throws all errors and fatal errors.

pack-priv class
EmptyXMLSchema

Implementation of Schema for W3C XML Schemas which contains no schema components.

public abstract class
ErrorHandlerAdaptor

Receives errors through Xerces XMLErrorHandler and pass them down to SAX ErrorHandler.

pack-priv class
JAXPValidationMessageFormatter

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

pack-priv class
ReadOnlyGrammarPool

Filter XMLGrammarPool that exposes a read-only view of the underlying pool.

pack-priv class
SimpleXMLSchema

Implementation of Schema for W3C XML Schemas which contains schema components from one target namespace.

pack-priv class
SoftReferenceGrammarPool

This grammar pool is a memory sensitive cache.

public class
StAXValidatorHelper

A validator helper for StAXSources.

pack-priv class
StreamValidatorHelper

A validator helper for StreamSources.

pack-priv class
Util

Static utility methods for the Validation API implementation.

pack-priv class
ValidatorHandlerImpl

Implementation of ValidatorHandler for W3C XML Schemas and also a validator helper for SAXSources.

pack-priv class
ValidatorImpl

Implementation of Validator for W3C XML Schemas.

pack-priv class
WeakReferenceXMLSchema

An implementation of Schema for W3C XML Schemas that keeps a weak reference to its grammar pool.

public class
WrappedSAXException

Wraps SAXException and make it an unchecked exception.

pack-priv class
XMLSchema

Implementation of Schema for W3C XML Schemas.

public class
pack-priv class
XMLSchemaValidatorComponentManager

An implementation of XMLComponentManager for a schema validator.