Top Interfaces Classes
module java.xml

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


Interface Summary

Modifier and TypeInterface and Description
public interface
JAXPConstants

This interface holds JAXP constant property/attribute names and values.

Class Summary

Modifier and TypeClass and Description
pack-priv class
public class
public class
pack-priv class
JAXPValidatorComponent

Runs events through a javax.xml.validation.ValidatorHandler and performs validation/infoset-augmentation by an external validator.

public class
SAXParserFactoryImpl

This is the implementation specific class for the javax.xml.parsers.SAXParserFactory.

public class
SAXParserImpl

This is the implementation specific class for the javax.xml.parsers.SAXParser.

pack-priv class
SchemaValidatorConfiguration

Parser configuration for Xerces' XMLSchemaValidator.

pack-priv class
TeeXMLDocumentFilterImpl

XMLDocumentHandler which forks the pipeline to two other components.

pack-priv class
UnparsedEntityHandler

This filter records which unparsed entities have been declared in the DTD and provides this information to a ValidationManager.