public class XML11DTDConfiguration extends ParserConfigurationSettings implements XMLPullParserConfiguration, XML11Configurable
This class recognizes the following features and properties:
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | CONTINUE_AFTER_FATAL_ERRORFeature identifier: continue after fatal error. | 
| protected static String | DATATYPE_VALIDATOR_FACTORYProperty identifier: datatype validator factory. | 
| protected static String | DOCUMENT_SCANNERProperty identifier document scanner: | 
| protected static String | DTD_PROCESSORProperty identifier: DTD loader. | 
| protected static String | DTD_SCANNERProperty identifier: DTD scanner. | 
| protected static String | DTD_VALIDATORProperty identifier: DTD validator. | 
| protected static String | ENTITY_MANAGERProperty identifier: entity manager. | 
| protected static String | ENTITY_RESOLVERProperty identifier: entity resolver. | 
| protected static String | ERROR_HANDLERProperty identifier: error handler. | 
| protected static String | ERROR_REPORTERProperty identifier: error reporter. | 
| protected static String | EXTERNAL_GENERAL_ENTITIESFeature identifier: external general entities. | 
| protected static String | EXTERNAL_PARAMETER_ENTITIESFeature identifier: external parameter entities. | 
| protected ArrayList | fCommonComponentsCommon components: XMLEntityManager, XMLErrorReporter | 
| protected ArrayList | fComponentsXML 1.0 Components. | 
| protected boolean | fConfigUpdatedfConfigUpdated is set to true if there has been any change to the configuration settings, 
 i.e a feature or a property was changed. | 
| protected XMLDTDScanner | fCurrentDTDScannerCurrent DTD scanner. | 
| protected DTDDVFactory | fCurrentDVFactoryCurrent Datatype validator factory. | 
| protected XMLDocumentScanner | fCurrentScannerCurrent scanner | 
| protected DTDDVFactory | fDatatypeValidatorFactoryThe XML 1.0 Datatype validator factory. | 
| protected XMLDocumentHandler | fDocumentHandlerThe document handler. | 
| protected XMLDTDContentModelHandler | fDTDContentModelHandlerThe DTD content model handler. | 
| protected XMLDTDHandler | fDTDHandlerThe DTD handler. | 
| protected XMLDTDProcessor | fDTDProcessorThe XML 1.0 DTD Processor . | 
| protected XMLDTDScanner | fDTDScannerThe XML 1.0 DTD scanner. | 
| protected XMLDTDValidator | fDTDValidatorThe XML 1.0 DTD Validator: binds namespaces | 
| protected XMLEntityManager | fEntityManagerEntity manager. | 
| protected XMLErrorReporter | fErrorReporterError reporter. | 
| protected XMLGrammarPool | fGrammarPoolGrammar pool. | 
| protected XMLInputSource | fInputSource | 
| protected XMLDocumentSource | fLastComponentLast component in the document pipeline | 
| protected Locale | fLocale | 
| protected XMLLocator | fLocator | 
| protected XMLNSDocumentScannerImpl | fNamespaceScannerThe XML 1.0 Document scanner that does namespace binding. | 
| protected XMLDTDValidator | fNonNSDTDValidatorThe XML 1.0 DTD Validator that does not bind namespaces | 
| protected XMLDocumentScannerImpl | fNonNSScannerThe XML 1.0 Non-namespace implementation of scanner | 
| protected boolean | fParseInProgressTrue if a parse is in progress. | 
| protected SymbolTable | fSymbolTable | 
| protected ValidationManager | fValidationManager | 
| protected XMLVersionDetector | fVersionDetector | 
| protected ArrayList | fXML11ComponentsXML 1.1. | 
| protected DTDDVFactory | fXML11DatatypeFactoryThe XML 1.1 datatype factory. | 
| protected XML11DocumentScannerImpl | fXML11DocScannerThe XML 1.1 document scanner that does not do namespace binding. | 
| protected XML11DTDProcessor | fXML11DTDProcessorThe XML 1.1 DTD processor. | 
| protected XML11DTDScannerImpl | fXML11DTDScannerThe XML 1.1 DTD scanner. | 
| protected XML11DTDValidator | fXML11DTDValidatorThe XML 1.1 DTD validator that does not do namespace binding. | 
| protected XML11NSDocumentScannerImpl | fXML11NSDocScannerThe XML 1.1 document scanner that does namespace binding. | 
| protected XML11NSDTDValidator | fXML11NSDTDValidatorThe XML 1.1 DTD validator that does namespace binding. | 
| protected static String | JAXP_SCHEMA_LANGUAGEProperty identifier: JAXP schema language / DOM schema-type. | 
| protected static String | JAXP_SCHEMA_SOURCEProperty identifier: JAXP schema source/ DOM schema-location. | 
| protected static String | LOAD_EXTERNAL_DTDFeature identifier: load external DTD. | 
| protected static String | NAMESPACE_BINDERProperty identifier: namespace binder. | 
| protected static String | NAMESPACESFeature identifier: namespaces. | 
| protected static boolean | PRINT_EXCEPTION_STACK_TRACESet to true and recompile to print exception stack trace. | 
| protected static String | SYMBOL_TABLEProperty identifier: symbol table. | 
| protected static String | VALIDATIONFeature identifier: validation. | 
| protected static String | VALIDATION_MANAGER | 
| protected static String | XML_STRINGProperty identifier: xml string. | 
| protected static String | XML11_DATATYPE_VALIDATOR_FACTORY | 
| protected static String | XMLGRAMMAR_POOLProperty identifier: grammar pool. | 
fFeatures, fParentSettings, fProperties, fRecognizedFeatures, fRecognizedProperties, PARSER_SETTINGS| Constructor and Description | 
|---|
| XML11DTDConfiguration()Default constructor. | 
| XML11DTDConfiguration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table. | 
| XML11DTDConfiguration(SymbolTable symbolTable,
                     XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and
 grammar pool. | 
| XML11DTDConfiguration(SymbolTable symbolTable,
                     XMLGrammarPool grammarPool,
                     XMLComponentManager parentSettings)Constructs a parser configuration using the specified symbol table,
 grammar pool, and parent settings. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addCommonComponent(XMLComponent component)Adds common component to the parser configuration. | 
| protected void | addComponent(XMLComponent component)Adds a component to the parser configuration. | 
| protected void | addRecognizedParamsAndSetDefaults(XMLComponent component)Adds all of the component's recognized features and properties
 to the list of default recognized features and properties, and
 sets default values on the configuration for features and
 properties which were previously absent from the configuration. | 
| protected void | addXML11Component(XMLComponent component)Adds an XML 1.1 component to the parser configuration. | 
| protected void | checkFeature(String featureId)Check a feature. | 
| protected void | checkProperty(String propertyId)Check a property. | 
| void | cleanup()If the application decides to terminate parsing before the xml document
 is fully parsed, the application should call this method to free any
 resource allocated during parsing. | 
| protected void | configurePipeline()Configures the pipeline. | 
| protected void | configureXML11Pipeline()Configures the XML 1.1 pipeline. | 
| XMLDocumentHandler | getDocumentHandler()Returns the registered document handler. | 
| XMLDTDContentModelHandler | getDTDContentModelHandler()Returns the registered DTD content model handler. | 
| XMLDTDHandler | getDTDHandler()Returns the registered DTD handler. | 
| XMLEntityResolver | getEntityResolver()Return the current entity resolver. | 
| XMLErrorHandler | getErrorHandler()Return the current error handler. | 
| boolean | getFeature(String featureId)Returns the state of a feature. | 
| Locale | getLocale()Returns the locale. | 
| boolean | parse(boolean complete)Parses the document in a pull parsing fashion. | 
| void | parse(XMLInputSource source)Parses the specified input source. | 
| protected void | reset()reset all XML 1.0 components before parsing and namespace context | 
| protected void | resetCommon()reset all common components before parsing | 
| protected void | resetXML11()reset all components before parsing and namespace context | 
| void | setDocumentHandler(XMLDocumentHandler documentHandler)Sets the document handler on the last component in the pipeline
 to receive information about the document. | 
| void | setDTDContentModelHandler(XMLDTDContentModelHandler handler)Sets the DTD content model handler. | 
| void | setDTDHandler(XMLDTDHandler dtdHandler)Sets the DTD handler. | 
| void | setEntityResolver(XMLEntityResolver resolver)Sets the resolver used to resolve external entities. | 
| void | setErrorHandler(XMLErrorHandler errorHandler)Allow an application to register an error event handler. | 
| void | setFeature(String featureId,
          boolean state)Set the state of a feature. | 
| void | setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse. | 
| void | setLocale(Locale locale)Set the locale to use for messages. | 
| void | setProperty(String propertyId,
           Object value)setProperty | 
addRecognizedFeatures, addRecognizedProperties, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRecognizedFeatures, addRecognizedProperties, getPropertyprotected static final String XML11_DATATYPE_VALIDATOR_FACTORY
protected static final String VALIDATION
protected static final String NAMESPACES
protected static final String EXTERNAL_GENERAL_ENTITIES
protected static final String EXTERNAL_PARAMETER_ENTITIES
protected static final String CONTINUE_AFTER_FATAL_ERROR
protected static final String LOAD_EXTERNAL_DTD
protected static final String XML_STRING
protected static final String SYMBOL_TABLE
protected static final String ERROR_HANDLER
protected static final String ENTITY_RESOLVER
protected static final String ERROR_REPORTER
protected static final String ENTITY_MANAGER
protected static final String DOCUMENT_SCANNER
protected static final String DTD_SCANNER
protected static final String XMLGRAMMAR_POOL
protected static final String DTD_PROCESSOR
protected static final String DTD_VALIDATOR
protected static final String NAMESPACE_BINDER
protected static final String DATATYPE_VALIDATOR_FACTORY
protected static final String VALIDATION_MANAGER
protected static final String JAXP_SCHEMA_LANGUAGE
protected static final String JAXP_SCHEMA_SOURCE
protected static final boolean PRINT_EXCEPTION_STACK_TRACE
protected SymbolTable fSymbolTable
protected XMLInputSource fInputSource
protected ValidationManager fValidationManager
protected XMLVersionDetector fVersionDetector
protected XMLLocator fLocator
protected Locale fLocale
protected ArrayList fComponents
protected ArrayList fXML11Components
protected ArrayList fCommonComponents
protected XMLDocumentHandler fDocumentHandler
protected XMLDTDHandler fDTDHandler
protected XMLDTDContentModelHandler fDTDContentModelHandler
protected XMLDocumentSource fLastComponent
protected boolean fParseInProgress
protected boolean fConfigUpdated
protected DTDDVFactory fDatatypeValidatorFactory
protected XMLNSDocumentScannerImpl fNamespaceScanner
protected XMLDocumentScannerImpl fNonNSScanner
protected XMLDTDValidator fDTDValidator
protected XMLDTDValidator fNonNSDTDValidator
protected XMLDTDScanner fDTDScanner
protected XMLDTDProcessor fDTDProcessor
protected DTDDVFactory fXML11DatatypeFactory
protected XML11NSDocumentScannerImpl fXML11NSDocScanner
protected XML11DocumentScannerImpl fXML11DocScanner
protected XML11NSDTDValidator fXML11NSDTDValidator
protected XML11DTDValidator fXML11DTDValidator
protected XML11DTDScannerImpl fXML11DTDScanner
protected XML11DTDProcessor fXML11DTDProcessor
protected XMLGrammarPool fGrammarPool
protected XMLErrorReporter fErrorReporter
protected XMLEntityManager fEntityManager
protected XMLDocumentScanner fCurrentScanner
protected DTDDVFactory fCurrentDVFactory
protected XMLDTDScanner fCurrentDTDScanner
public XML11DTDConfiguration()
public XML11DTDConfiguration(SymbolTable symbolTable)
symbolTable - The symbol table to use.public XML11DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool)
REVISIT: Grammar pool will be updated when the new validation engine is implemented.
symbolTable - The symbol table to use.grammarPool - The grammar pool to use.public XML11DTDConfiguration(SymbolTable symbolTable, XMLGrammarPool grammarPool, XMLComponentManager parentSettings)
REVISIT: Grammar pool will be updated when the new validation engine is implemented.
symbolTable - The symbol table to use.grammarPool - The grammar pool to use.parentSettings - The parent settings.public void setInputSource(XMLInputSource inputSource) throws XMLConfigurationException, IOException
setInputSource in interface XMLPullParserConfigurationinputSource - The document's input source.XMLConfigurationException - Thrown if there is a 
                        configuration error when initializing the
                        parser.IOException - Thrown on I/O error.parse(boolean)public void setLocale(Locale locale) throws XNIException
setLocale in interface XMLParserConfigurationlocale - The locale object to use for localization of messages.XNIException - Thrown if the parser does not support the
                         specified locale.public void setDocumentHandler(XMLDocumentHandler documentHandler)
setDocumentHandler in interface XMLParserConfigurationdocumentHandler - The document handler.public XMLDocumentHandler getDocumentHandler()
getDocumentHandler in interface XMLParserConfigurationpublic void setDTDHandler(XMLDTDHandler dtdHandler)
setDTDHandler in interface XMLParserConfigurationdtdHandler - The DTD handler.public XMLDTDHandler getDTDHandler()
getDTDHandler in interface XMLParserConfigurationpublic void setDTDContentModelHandler(XMLDTDContentModelHandler handler)
setDTDContentModelHandler in interface XMLParserConfigurationhandler - The DTD content model handler.public XMLDTDContentModelHandler getDTDContentModelHandler()
getDTDContentModelHandler in interface XMLParserConfigurationpublic void setEntityResolver(XMLEntityResolver resolver)
setEntityResolver in interface XMLParserConfigurationresolver - The new entity resolver. Passing a null value will
                 uninstall the currently installed resolver.public XMLEntityResolver getEntityResolver()
getEntityResolver in interface XMLParserConfigurationsetEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver)public void setErrorHandler(XMLErrorHandler errorHandler)
If the application does not register an error handler, all error events reported by the SAX parser will be silently ignored; however, normal processing may not continue. It is highly recommended that all SAX applications implement an error handler to avoid unexpected bugs.
Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.
setErrorHandler in interface XMLParserConfigurationerrorHandler - The error handler.NullPointerException - If the handler 
            argument is null.getErrorHandler()public XMLErrorHandler getErrorHandler()
getErrorHandler in interface XMLParserConfigurationsetErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler)public void cleanup()
cleanup in interface XMLPullParserConfigurationpublic void parse(XMLInputSource source) throws XNIException, IOException
parse in interface XMLParserConfigurationsource - The input source.XNIException - Throws exception on XNI error.IOException - Throws exception on i/o error.public boolean parse(boolean complete)
              throws XNIException,
                     IOException
XMLPullParserConfigurationparse in interface XMLPullParserConfigurationcomplete - True if the pull parser should parse the
                 remaining document completely.XNIException - Any XNI exception, possibly wrapping 
                         another exception.IOException - An IO exception from the parser, possibly
                         from a byte stream or character stream
                         supplied by the parser.XMLPullParserConfiguration.setInputSource(org.apache.xerces.xni.parser.XMLInputSource)public boolean getFeature(String featureId) throws XMLConfigurationException
getFeature in interface XMLComponentManagergetFeature in interface XMLParserConfigurationgetFeature in class ParserConfigurationSettingsfeatureId - The feature identifier.XMLConfigurationException - Thrown for configuration error.
                                   In general, components should
                                   only throw this exception if
                                   it is really
                                   a critical error.public void setFeature(String featureId, boolean state) throws XMLConfigurationException
setFeature in interface XMLParserConfigurationsetFeature in class ParserConfigurationSettingsfeatureId - The unique identifier (URI) of the feature.state - The requested state of the feature (true or false).XMLConfigurationException - If the
            requested feature is not known.public void setProperty(String propertyId, Object value) throws XMLConfigurationException
setProperty in interface XMLParserConfigurationsetProperty in class ParserConfigurationSettingspropertyId - value - XMLConfigurationException - Thrown if there is a configuration
                                   error.public Locale getLocale()
getLocale in interface XMLParserConfigurationprotected void reset()
              throws XNIException
XNIExceptionprotected void resetCommon()
                    throws XNIException
XNIExceptionprotected void resetXML11()
                   throws XNIException
XNIExceptionprotected void configureXML11Pipeline()
protected void configurePipeline()
protected void checkFeature(String featureId) throws XMLConfigurationException
checkFeature in class ParserConfigurationSettingsfeatureId - The unique identifier (URI) of the feature.XMLConfigurationException - Thrown for configuration error.
                                   In general, components should
                                   only throw this exception if
                                   it is really
                                   a critical error.protected void checkProperty(String propertyId) throws XMLConfigurationException
checkProperty in class ParserConfigurationSettingspropertyId - The unique identifier (URI) of the property
                   being set.XMLConfigurationException - Thrown for configuration error.
                                   In general, components should
                                   only throw this exception if
                                   it is really
                                   a critical error.protected void addComponent(XMLComponent component)
component - The component to add.protected void addCommonComponent(XMLComponent component)
component - The component to add.protected void addXML11Component(XMLComponent component)
component - The component to add.protected void addRecognizedParamsAndSetDefaults(XMLComponent component)
component - The component whose recognized features
 and properties will be added to the configurationCopyright © 2012 JBoss by Red Hat. All Rights Reserved.