Modifier and Type | Interface and Description |
---|---|
public interface | XMLComponent
The component interface defines methods that must be implemented by components in a parser configuration. |
public interface | XMLComponentManager
The component manager manages a parser configuration and the components that make up that configuration. |
public interface | XMLDocumentFilter
Defines a document filter that acts as both a receiver and an emitter of document events. |
public interface | XMLDocumentScanner
This interface defines a generic document scanner. |
public interface | XMLDocumentSource
Defines a document source. |
public interface | XMLDTDContentModelFilter
Defines a DTD content model filter that acts as both a receiver and an emitter of DTD content model events. |
public interface | XMLDTDContentModelSource
Defines a DTD content model source. |
public interface | XMLDTDFilter
Defines a DTD filter that acts as both a receiver and an emitter of DTD events. |
public interface | XMLDTDScanner
This interface defines a generic DTD scanner. |
public interface | XMLDTDSource
Defines a DTD source. |
public interface | XMLEntityResolver
This interface is used to resolve external parsed entities. |
public interface | XMLErrorHandler
An interface for handling errors. |
public interface | XMLParserConfiguration
Represents a parser configuration. |
public interface | XMLPullParserConfiguration
Represents a parser configuration that can be used as the configuration for a "pull" parser. |
Modifier and Type | Class and Description |
---|---|
public class | XMLConfigurationException
An XNI parser configuration exception. |
public class | XMLInputSource
This class represents an input source for an XML document. |
public class | XMLParseException
A parsing exception. |