public class XML11Configuration extends ParserConfigurationSettings implements org.apache.xerces.xni.parser.XMLPullParserConfiguration, XML11Configurable
| Modifier and Type | Field and Description | 
|---|---|
| protected static java.lang.String | ALLOW_JAVA_ENCODINGSFeature identifier: allow Java encodings. | 
| protected static java.lang.String | ASSERT_COMMENT_PI_CHECKINGFeature identifier: whether to allow comment and PI nodes to be visible during  | 
| protected static java.lang.String | CONTINUE_AFTER_FATAL_ERRORFeature identifier: continue after fatal error. | 
| protected static java.lang.String | CTA_FULL_XPATH_CHECKINGFeature identifier: whether to use full XPath 2.0 support for CTA processing | 
| protected static java.lang.String | DATATYPE_VALIDATOR_FACTORYProperty identifier: datatype validator factory. | 
| protected static java.lang.String | DOCUMENT_SCANNERProperty identifier document scanner: | 
| protected static java.lang.String | DTD_PROCESSORProperty identifier: DTD loader. | 
| protected static java.lang.String | DTD_SCANNERProperty identifier: DTD scanner. | 
| protected static java.lang.String | DTD_VALIDATORProperty identifier: DTD validator. | 
| protected static java.lang.String | ENTITY_MANAGERProperty identifier: entity manager. | 
| protected static java.lang.String | ENTITY_RESOLVERProperty identifier: entity resolver. | 
| protected static java.lang.String | ERROR_HANDLERProperty identifier: error handler. | 
| protected static java.lang.String | ERROR_REPORTERProperty identifier: error reporter. | 
| protected static java.lang.String | EXTERNAL_GENERAL_ENTITIESFeature identifier: external general entities. | 
| protected static java.lang.String | EXTERNAL_PARAMETER_ENTITIESFeature identifier: external parameter entities. | 
| protected java.util.ArrayList | fCommonComponentsCommon components: XMLEntityManager, XMLErrorReporter, XMLSchemaValidator | 
| protected java.util.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 org.apache.xerces.xni.parser.XMLDTDScanner | fCurrentDTDScannerCurrent DTD scanner. | 
| protected DTDDVFactory | fCurrentDVFactoryCurrent Datatype validator factory. | 
| protected org.apache.xerces.xni.parser.XMLDocumentScanner | fCurrentScannerCurrent scanner | 
| protected DTDDVFactory | fDatatypeValidatorFactoryThe XML 1.0 Datatype validator factory. | 
| protected org.apache.xerces.xni.XMLDocumentHandler | fDocumentHandlerThe document handler. | 
| protected org.apache.xerces.xni.XMLDTDContentModelHandler | fDTDContentModelHandlerThe DTD content model handler. | 
| protected org.apache.xerces.xni.XMLDTDHandler | fDTDHandlerThe DTD handler. | 
| protected XMLDTDProcessor | fDTDProcessorThe XML 1.0 DTD Processor . | 
| protected org.apache.xerces.xni.parser.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 org.apache.xerces.xni.grammars.XMLGrammarPool | fGrammarPoolGrammar pool. | 
| protected org.apache.xerces.xni.parser.XMLInputSource | fInputSource | 
| protected org.apache.xerces.xni.parser.XMLDocumentSource | fLastComponentLast component in the document pipeline | 
| protected java.util.Locale | fLocale | 
| 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 XMLSchemaValidator | fSchemaValidatorXML Schema Validator. | 
| protected SymbolTable | fSymbolTable | 
| protected ValidationManager | fValidationManager | 
| protected XMLVersionDetector | fVersionDetector | 
| protected java.util.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 java.lang.String | GENERATE_SYNTHETIC_ANNOTATIONSFeature: generate synthetic annotations | 
| protected static java.lang.String | HONOUR_ALL_SCHEMALOCATIONSFeature identifier: honour all schemaLocations | 
| protected static java.lang.String | ID_IDREF_CHECKINGFeature identifier: whether to ignore ID/IDREF errors | 
| protected static java.lang.String | IDENTITY_CONSTRAINT_CHECKINGFeature identifier: whether to ignore identity constraint errors | 
| protected static java.lang.String | IGNORE_XSI_TYPEFeature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered | 
| protected static java.lang.String | JAXP_SCHEMA_LANGUAGEProperty identifier: JAXP schema language / DOM schema-type. | 
| protected static java.lang.String | JAXP_SCHEMA_SOURCEProperty identifier: JAXP schema source/ DOM schema-location. | 
| protected static java.lang.String | LOAD_EXTERNAL_DTDFeature identifier: load external DTD. | 
| protected static java.lang.String | LOCALEProperty identifier: locale. | 
| protected static java.lang.String | NAMESPACE_BINDERProperty identifier: namespace binder. | 
| protected static java.lang.String | NAMESPACE_GROWTHFeature identifier: namespace growth | 
| protected static java.lang.String | NAMESPACESFeature identifier: namespaces. | 
| protected static java.lang.String | NORMALIZE_DATAFeature identifier: expose schema normalized value | 
| protected static java.lang.String | NOTIFY_BUILTIN_REFSFeature identifier: notify built-in refereces. | 
| protected static java.lang.String | NOTIFY_CHAR_REFSFeature identifier: notify character refereces. | 
| protected static boolean | PRINT_EXCEPTION_STACK_TRACESet to true and recompile to print exception stack trace. | 
| protected static java.lang.String | ROOT_ELEMENT_DECLProperty identifier: root element declaration. | 
| protected static java.lang.String | ROOT_TYPE_DEFProperty identifier: root type definition. | 
| protected static java.lang.String | SCHEMA_AUGMENT_PSVIFeature identifier: augment PSVI | 
| protected static java.lang.String | SCHEMA_DV_FACTORYProperty identifier: Schema DV Factory | 
| protected static java.lang.String | SCHEMA_ELEMENT_DEFAULTFeature identifier: send element default value via characters() | 
| protected static java.lang.String | SCHEMA_LOCATIONProperty identifier: schema location. | 
| protected static java.lang.String | SCHEMA_NONS_LOCATIONProperty identifier: no namespace schema location. | 
| protected static java.lang.String | SCHEMA_VALIDATORProperty identifier: XML Schema validator. | 
| protected static java.lang.String | SYMBOL_TABLEProperty identifier: symbol table. | 
| protected static java.lang.String | TOLERATE_DUPLICATESFeature identifier: tolerate duplicates | 
| protected static java.lang.String | TYPE_ALTERNATIVES_CHECKINGFeature identifier: whether to ignore type alternatives errors | 
| protected static java.lang.String | UNPARSED_ENTITY_CHECKINGFeature identifier: whether to ignore unparsed entity errors | 
| protected static java.lang.String | USE_GRAMMAR_POOL_ONLYFeature identifier: use grammar pool only | 
| protected static java.lang.String | VALIDATE_ANNOTATIONSFeature identifier: validate annotations | 
| protected static java.lang.String | VALIDATIONFeature identifier: validation. | 
| protected static java.lang.String | VALIDATION_MANAGER | 
| protected static java.lang.String | WARN_ON_DUPLICATE_ATTDEFFeature identifier: warn on duplicate attribute definition. | 
| protected static java.lang.String | WARN_ON_DUPLICATE_ENTITYDEFFeature identifier: warn on duplicate entity definition. | 
| protected static java.lang.String | WARN_ON_UNDECLARED_ELEMDEFFeature identifier: warn on undeclared element definition. | 
| protected static java.lang.String | XML_STRINGProperty identifier: xml string. | 
| protected static java.lang.String | XML11_DATATYPE_VALIDATOR_FACTORY | 
| protected static java.lang.String | XMLGRAMMAR_POOLProperty identifier: grammar pool. | 
| protected static java.lang.String | XMLSCHEMA_FULL_CHECKINGfeature identifier: XML Schema validation -- full checking | 
| protected static java.lang.String | XMLSCHEMA_VALIDATIONfeature identifier: XML Schema validation | 
fFeatures, fParentSettings, fProperties, fRecognizedFeatures, fRecognizedProperties, PARSER_SETTINGS| Constructor and Description | 
|---|
| XML11Configuration()Default constructor. | 
| XML11Configuration(SymbolTable symbolTable)Constructs a parser configuration using the specified symbol table. | 
| XML11Configuration(SymbolTable symbolTable,
                  org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool)Constructs a parser configuration using the specified symbol table and
 grammar pool. | 
| XML11Configuration(SymbolTable symbolTable,
                  org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool,
                  org.apache.xerces.xni.parser.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(org.apache.xerces.xni.parser.XMLComponent component)Adds common component to the parser configuration. | 
| protected void | addComponent(org.apache.xerces.xni.parser.XMLComponent component)Adds a component to the parser configuration. | 
| protected void | addRecognizedParamsAndSetDefaults(org.apache.xerces.xni.parser.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(org.apache.xerces.xni.parser.XMLComponent component)Adds an XML 1.1 component to the parser configuration. | 
| protected void | checkFeature(java.lang.String featureId)Check a feature. | 
| protected void | checkProperty(java.lang.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. | 
| org.apache.xerces.xni.XMLDocumentHandler | getDocumentHandler()Returns the registered document handler. | 
| org.apache.xerces.xni.XMLDTDContentModelHandler | getDTDContentModelHandler()Returns the registered DTD content model handler. | 
| org.apache.xerces.xni.XMLDTDHandler | getDTDHandler()Returns the registered DTD handler. | 
| org.apache.xerces.xni.parser.XMLEntityResolver | getEntityResolver()Return the current entity resolver. | 
| org.apache.xerces.xni.parser.XMLErrorHandler | getErrorHandler()Return the current error handler. | 
| boolean | getFeature(java.lang.String featureId)Returns the state of a feature. | 
| java.util.Locale | getLocale()Returns the locale. | 
| java.lang.Object | getProperty(java.lang.String propertyId)Returns the value of a property. | 
| boolean | parse(boolean complete)Parses the document in a pull parsing fashion. | 
| void | parse(org.apache.xerces.xni.parser.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(org.apache.xerces.xni.XMLDocumentHandler documentHandler)Sets the document handler on the last component in the pipeline
 to receive information about the document. | 
| void | setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler handler)Sets the DTD content model handler. | 
| void | setDTDHandler(org.apache.xerces.xni.XMLDTDHandler dtdHandler)Sets the DTD handler. | 
| void | setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver resolver)Sets the resolver used to resolve external entities. | 
| void | setErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler errorHandler)Allow an application to register an error event handler. | 
| void | setFeature(java.lang.String featureId,
          boolean state)Set the state of a feature. | 
| void | setInputSource(org.apache.xerces.xni.parser.XMLInputSource inputSource)Sets the input source for the document to parse. | 
| void | setLocale(java.util.Locale locale)Set the locale to use for messages. | 
| void | setProperty(java.lang.String propertyId,
           java.lang.Object value)setProperty | 
addRecognizedFeatures, addRecognizedPropertiesprotected static final java.lang.String XML11_DATATYPE_VALIDATOR_FACTORY
protected static final java.lang.String WARN_ON_DUPLICATE_ATTDEF
protected static final java.lang.String WARN_ON_DUPLICATE_ENTITYDEF
protected static final java.lang.String WARN_ON_UNDECLARED_ELEMDEF
protected static final java.lang.String ALLOW_JAVA_ENCODINGS
protected static final java.lang.String CONTINUE_AFTER_FATAL_ERROR
protected static final java.lang.String LOAD_EXTERNAL_DTD
protected static final java.lang.String NOTIFY_BUILTIN_REFS
protected static final java.lang.String NOTIFY_CHAR_REFS
protected static final java.lang.String NORMALIZE_DATA
protected static final java.lang.String SCHEMA_ELEMENT_DEFAULT
protected static final java.lang.String SCHEMA_AUGMENT_PSVI
protected static final java.lang.String XMLSCHEMA_VALIDATION
protected static final java.lang.String XMLSCHEMA_FULL_CHECKING
protected static final java.lang.String GENERATE_SYNTHETIC_ANNOTATIONS
protected static final java.lang.String VALIDATE_ANNOTATIONS
protected static final java.lang.String HONOUR_ALL_SCHEMALOCATIONS
protected static final java.lang.String NAMESPACE_GROWTH
protected static final java.lang.String TOLERATE_DUPLICATES
protected static final java.lang.String USE_GRAMMAR_POOL_ONLY
protected static final java.lang.String VALIDATION
protected static final java.lang.String NAMESPACES
protected static final java.lang.String EXTERNAL_GENERAL_ENTITIES
protected static final java.lang.String EXTERNAL_PARAMETER_ENTITIES
protected static final java.lang.String IGNORE_XSI_TYPE
protected static final java.lang.String ID_IDREF_CHECKING
protected static final java.lang.String UNPARSED_ENTITY_CHECKING
protected static final java.lang.String IDENTITY_CONSTRAINT_CHECKING
protected static final java.lang.String TYPE_ALTERNATIVES_CHECKING
protected static final java.lang.String CTA_FULL_XPATH_CHECKING
protected static final java.lang.String ASSERT_COMMENT_PI_CHECKING
protected static final java.lang.String XML_STRING
protected static final java.lang.String SYMBOL_TABLE
protected static final java.lang.String ERROR_HANDLER
protected static final java.lang.String ENTITY_RESOLVER
protected static final java.lang.String SCHEMA_VALIDATOR
protected static final java.lang.String SCHEMA_LOCATION
protected static final java.lang.String SCHEMA_NONS_LOCATION
protected static final java.lang.String ERROR_REPORTER
protected static final java.lang.String ENTITY_MANAGER
protected static final java.lang.String DOCUMENT_SCANNER
protected static final java.lang.String DTD_SCANNER
protected static final java.lang.String XMLGRAMMAR_POOL
protected static final java.lang.String DTD_PROCESSOR
protected static final java.lang.String DTD_VALIDATOR
protected static final java.lang.String NAMESPACE_BINDER
protected static final java.lang.String DATATYPE_VALIDATOR_FACTORY
protected static final java.lang.String VALIDATION_MANAGER
protected static final java.lang.String JAXP_SCHEMA_LANGUAGE
protected static final java.lang.String JAXP_SCHEMA_SOURCE
protected static final java.lang.String LOCALE
protected static final java.lang.String ROOT_TYPE_DEF
protected static final java.lang.String ROOT_ELEMENT_DECL
protected static final java.lang.String SCHEMA_DV_FACTORY
protected static final boolean PRINT_EXCEPTION_STACK_TRACE
protected SymbolTable fSymbolTable
protected org.apache.xerces.xni.parser.XMLInputSource fInputSource
protected final ValidationManager fValidationManager
protected final XMLVersionDetector fVersionDetector
protected java.util.Locale fLocale
protected final java.util.ArrayList fComponents
protected final java.util.ArrayList fXML11Components
protected final java.util.ArrayList fCommonComponents
protected org.apache.xerces.xni.XMLDocumentHandler fDocumentHandler
protected org.apache.xerces.xni.XMLDTDHandler fDTDHandler
protected org.apache.xerces.xni.XMLDTDContentModelHandler fDTDContentModelHandler
protected org.apache.xerces.xni.parser.XMLDocumentSource fLastComponent
protected boolean fParseInProgress
protected boolean fConfigUpdated
protected final DTDDVFactory fDatatypeValidatorFactory
protected final XMLNSDocumentScannerImpl fNamespaceScanner
protected XMLDocumentScannerImpl fNonNSScanner
protected final XMLDTDValidator fDTDValidator
protected XMLDTDValidator fNonNSDTDValidator
protected final org.apache.xerces.xni.parser.XMLDTDScanner fDTDScanner
protected final XMLDTDProcessor fDTDProcessor
protected DTDDVFactory fXML11DatatypeFactory
protected XML11NSDocumentScannerImpl fXML11NSDocScanner
protected XML11DocumentScannerImpl fXML11DocScanner
protected XML11NSDTDValidator fXML11NSDTDValidator
protected XML11DTDValidator fXML11DTDValidator
protected XML11DTDScannerImpl fXML11DTDScanner
protected XML11DTDProcessor fXML11DTDProcessor
protected org.apache.xerces.xni.grammars.XMLGrammarPool fGrammarPool
protected XMLErrorReporter fErrorReporter
protected XMLEntityManager fEntityManager
protected XMLSchemaValidator fSchemaValidator
protected org.apache.xerces.xni.parser.XMLDocumentScanner fCurrentScanner
protected DTDDVFactory fCurrentDVFactory
protected org.apache.xerces.xni.parser.XMLDTDScanner fCurrentDTDScanner
public XML11Configuration()
public XML11Configuration(SymbolTable symbolTable)
symbolTable - The symbol table to use.public XML11Configuration(SymbolTable symbolTable, org.apache.xerces.xni.grammars.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 XML11Configuration(SymbolTable symbolTable, org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool, org.apache.xerces.xni.parser.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(org.apache.xerces.xni.parser.XMLInputSource inputSource)
                    throws org.apache.xerces.xni.parser.XMLConfigurationException,
                           java.io.IOException
setInputSource in interface org.apache.xerces.xni.parser.XMLPullParserConfigurationinputSource - The document's input source.org.apache.xerces.xni.parser.XMLConfigurationException - Thrown if there is a 
                        configuration error when initializing the
                        parser.java.io.IOException - Thrown on I/O error.parse(boolean)public void setLocale(java.util.Locale locale)
               throws org.apache.xerces.xni.XNIException
setLocale in interface org.apache.xerces.xni.parser.XMLParserConfigurationlocale - The locale object to use for localization of messages.org.apache.xerces.xni.XNIException - Thrown if the parser does not support the
                         specified locale.public void setDocumentHandler(org.apache.xerces.xni.XMLDocumentHandler documentHandler)
setDocumentHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationdocumentHandler - The document handler.public org.apache.xerces.xni.XMLDocumentHandler getDocumentHandler()
getDocumentHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationpublic void setDTDHandler(org.apache.xerces.xni.XMLDTDHandler dtdHandler)
setDTDHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationdtdHandler - The DTD handler.public org.apache.xerces.xni.XMLDTDHandler getDTDHandler()
getDTDHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationpublic void setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler handler)
setDTDContentModelHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationhandler - The DTD content model handler.public org.apache.xerces.xni.XMLDTDContentModelHandler getDTDContentModelHandler()
getDTDContentModelHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationpublic void setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver resolver)
setEntityResolver in interface org.apache.xerces.xni.parser.XMLParserConfigurationresolver - The new entity resolver. Passing a null value will
                 uninstall the currently installed resolver.public org.apache.xerces.xni.parser.XMLEntityResolver getEntityResolver()
getEntityResolver in interface org.apache.xerces.xni.parser.XMLParserConfigurationsetEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver)public void setErrorHandler(org.apache.xerces.xni.parser.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 org.apache.xerces.xni.parser.XMLParserConfigurationerrorHandler - The error handler.java.lang.NullPointerException - If the handler 
            argument is null.getErrorHandler()public org.apache.xerces.xni.parser.XMLErrorHandler getErrorHandler()
getErrorHandler in interface org.apache.xerces.xni.parser.XMLParserConfigurationsetErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler)public void cleanup()
cleanup in interface org.apache.xerces.xni.parser.XMLPullParserConfigurationpublic void parse(org.apache.xerces.xni.parser.XMLInputSource source)
           throws org.apache.xerces.xni.XNIException,
                  java.io.IOException
parse in interface org.apache.xerces.xni.parser.XMLParserConfigurationsource - The input source.org.apache.xerces.xni.XNIException - Throws exception on XNI error.java.io.IOException - Throws exception on i/o error.public boolean parse(boolean complete)
              throws org.apache.xerces.xni.XNIException,
                     java.io.IOException
org.apache.xerces.xni.parser.XMLPullParserConfigurationparse in interface org.apache.xerces.xni.parser.XMLPullParserConfigurationcomplete - True if the pull parser should parse the
                 remaining document completely.org.apache.xerces.xni.XNIException - Any XNI exception, possibly wrapping 
                         another exception.java.io.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(java.lang.String featureId)
                   throws org.apache.xerces.xni.parser.XMLConfigurationException
getFeature in interface org.apache.xerces.xni.parser.XMLComponentManagergetFeature in interface org.apache.xerces.xni.parser.XMLParserConfigurationgetFeature in class ParserConfigurationSettingsfeatureId - The feature identifier.org.apache.xerces.xni.parser.XMLConfigurationException - Thrown for configuration error.
                                   In general, components should
                                   only throw this exception if
                                   it is really
                                   a critical error.public void setFeature(java.lang.String featureId,
              boolean state)
                throws org.apache.xerces.xni.parser.XMLConfigurationException
setFeature in interface org.apache.xerces.xni.parser.XMLParserConfigurationsetFeature in class ParserConfigurationSettingsfeatureId - The unique identifier (URI) of the feature.state - The requested state of the feature (true or false).org.apache.xerces.xni.parser.XMLConfigurationException - If the
            requested feature is not known.public java.lang.Object getProperty(java.lang.String propertyId)
                             throws org.apache.xerces.xni.parser.XMLConfigurationException
getProperty in interface org.apache.xerces.xni.parser.XMLComponentManagergetProperty in interface org.apache.xerces.xni.parser.XMLParserConfigurationgetProperty in class ParserConfigurationSettingspropertyId - The property identifier.org.apache.xerces.xni.parser.XMLConfigurationException - Thrown for configuration error.
                                   In general, components should
                                   only throw this exception if
                                   it is really
                                   a critical error.public void setProperty(java.lang.String propertyId,
               java.lang.Object value)
                 throws org.apache.xerces.xni.parser.XMLConfigurationException
setProperty in interface org.apache.xerces.xni.parser.XMLParserConfigurationsetProperty in class ParserConfigurationSettingspropertyId - value - org.apache.xerces.xni.parser.XMLConfigurationException - Thrown if there is a configuration
                                   error.public java.util.Locale getLocale()
getLocale in interface org.apache.xerces.xni.parser.XMLParserConfigurationprotected void reset()
              throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIExceptionprotected void resetCommon()
                    throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIExceptionprotected void resetXML11()
                   throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIExceptionprotected void configureXML11Pipeline()
protected void configurePipeline()
protected void checkFeature(java.lang.String featureId)
                     throws org.apache.xerces.xni.parser.XMLConfigurationException
checkFeature in class ParserConfigurationSettingsfeatureId - The unique identifier (URI) of the feature.org.apache.xerces.xni.parser.XMLConfigurationException - Thrown for configuration error.
                                   In general, components should
                                   only throw this exception if
                                   it is really
                                   a critical error.protected void checkProperty(java.lang.String propertyId)
                      throws org.apache.xerces.xni.parser.XMLConfigurationException
checkProperty in class ParserConfigurationSettingspropertyId - The unique identifier (URI) of the property
                   being set.org.apache.xerces.xni.parser.XMLConfigurationException - Thrown for configuration error.
                                   In general, components should
                                   only throw this exception if
                                   it is really
                                   a critical error.protected void addComponent(org.apache.xerces.xni.parser.XMLComponent component)
component - The component to add.protected void addCommonComponent(org.apache.xerces.xni.parser.XMLComponent component)
component - The component to add.protected void addXML11Component(org.apache.xerces.xni.parser.XMLComponent component)
component - The component to add.protected void addRecognizedParamsAndSetDefaults(org.apache.xerces.xni.parser.XMLComponent component)
component - The component whose recognized features
 and properties will be added to the configurationCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.