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_ENCODINGS
Feature identifier: allow Java encodings.
|
protected static java.lang.String |
CONTINUE_AFTER_FATAL_ERROR
Feature identifier: continue after fatal error.
|
protected static java.lang.String |
DATATYPE_VALIDATOR_FACTORY
Property identifier: datatype validator factory.
|
protected static java.lang.String |
DOCUMENT_SCANNER
Property identifier document scanner:
|
protected static java.lang.String |
DTD_PROCESSOR
Property identifier: DTD loader.
|
protected static java.lang.String |
DTD_SCANNER
Property identifier: DTD scanner.
|
protected static java.lang.String |
DTD_VALIDATOR
Property identifier: DTD validator.
|
protected static java.lang.String |
ENTITY_MANAGER
Property identifier: entity manager.
|
protected static java.lang.String |
ENTITY_RESOLVER
Property identifier: entity resolver.
|
protected static java.lang.String |
ERROR_HANDLER
Property identifier: error handler.
|
protected static java.lang.String |
ERROR_REPORTER
Property identifier: error reporter.
|
protected static java.lang.String |
EXTERNAL_GENERAL_ENTITIES
Feature identifier: external general entities.
|
protected static java.lang.String |
EXTERNAL_PARAMETER_ENTITIES
Feature identifier: external parameter entities.
|
protected java.util.ArrayList |
fCommonComponents
Common components: XMLEntityManager, XMLErrorReporter, XMLSchemaValidator
|
protected java.util.ArrayList |
fComponents
XML 1.0 Components.
|
protected boolean |
fConfigUpdated
fConfigUpdated 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 |
fCurrentDTDScanner
Current DTD scanner.
|
protected DTDDVFactory |
fCurrentDVFactory
Current Datatype validator factory.
|
protected org.apache.xerces.xni.parser.XMLDocumentScanner |
fCurrentScanner
Current scanner
|
protected DTDDVFactory |
fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.
|
protected org.apache.xerces.xni.XMLDocumentHandler |
fDocumentHandler
The document handler.
|
protected org.apache.xerces.xni.XMLDTDContentModelHandler |
fDTDContentModelHandler
The DTD content model handler.
|
protected org.apache.xerces.xni.XMLDTDHandler |
fDTDHandler
The DTD handler.
|
protected XMLDTDProcessor |
fDTDProcessor
The XML 1.0 DTD Processor .
|
protected org.apache.xerces.xni.parser.XMLDTDScanner |
fDTDScanner
The XML 1.0 DTD scanner.
|
protected XMLDTDValidator |
fDTDValidator
The XML 1.0 DTD Validator: binds namespaces
|
protected XMLEntityManager |
fEntityManager
Entity manager.
|
protected XMLErrorReporter |
fErrorReporter
Error reporter.
|
protected org.apache.xerces.xni.grammars.XMLGrammarPool |
fGrammarPool
Grammar pool.
|
protected org.apache.xerces.xni.parser.XMLInputSource |
fInputSource |
protected org.apache.xerces.xni.parser.XMLDocumentSource |
fLastComponent
Last component in the document pipeline
|
protected java.util.Locale |
fLocale |
protected XMLNSDocumentScannerImpl |
fNamespaceScanner
The XML 1.0 Document scanner that does namespace binding.
|
protected XMLDTDValidator |
fNonNSDTDValidator
The XML 1.0 DTD Validator that does not bind namespaces
|
protected XMLDocumentScannerImpl |
fNonNSScanner
The XML 1.0 Non-namespace implementation of scanner
|
protected boolean |
fParseInProgress
True if a parse is in progress.
|
protected XMLSchemaValidator |
fSchemaValidator
XML Schema Validator.
|
protected SymbolTable |
fSymbolTable |
protected ValidationManager |
fValidationManager |
protected XMLVersionDetector |
fVersionDetector |
protected java.util.ArrayList |
fXML11Components
XML 1.1.
|
protected DTDDVFactory |
fXML11DatatypeFactory
The XML 1.1 datatype factory.
|
protected XML11DocumentScannerImpl |
fXML11DocScanner
The XML 1.1 document scanner that does not do namespace binding.
|
protected XML11DTDProcessor |
fXML11DTDProcessor
The XML 1.1 DTD processor.
|
protected XML11DTDScannerImpl |
fXML11DTDScanner
The XML 1.1 DTD scanner.
|
protected XML11DTDValidator |
fXML11DTDValidator
The XML 1.1 DTD validator that does not do namespace binding.
|
protected XML11NSDocumentScannerImpl |
fXML11NSDocScanner
The XML 1.1 document scanner that does namespace binding.
|
protected XML11NSDTDValidator |
fXML11NSDTDValidator
The XML 1.1 DTD validator that does namespace binding.
|
protected static java.lang.String |
GENERATE_SYNTHETIC_ANNOTATIONS
Feature: generate synthetic annotations
|
protected static java.lang.String |
HONOUR_ALL_SCHEMALOCATIONS
Feature identifier: honour all schemaLocations
|
protected static java.lang.String |
ID_IDREF_CHECKING
Feature identifier: whether to ignore ID/IDREF errors
|
protected static java.lang.String |
IDENTITY_CONSTRAINT_CHECKING
Feature identifier: whether to ignore identity constraint errors
|
protected static java.lang.String |
IGNORE_XSI_TYPE
Feature identifier: whether to ignore xsi:type attributes until a global element declaration is encountered
|
protected static java.lang.String |
JAXP_SCHEMA_LANGUAGE
Property identifier: JAXP schema language / DOM schema-type.
|
protected static java.lang.String |
JAXP_SCHEMA_SOURCE
Property identifier: JAXP schema source/ DOM schema-location.
|
protected static java.lang.String |
LOAD_EXTERNAL_DTD
Feature identifier: load external DTD.
|
protected static java.lang.String |
LOCALE
Property identifier: locale.
|
protected static java.lang.String |
NAMESPACE_BINDER
Property identifier: namespace binder.
|
protected static java.lang.String |
NAMESPACE_GROWTH
Feature identifier: namespace growth
|
protected static java.lang.String |
NAMESPACES
Feature identifier: namespaces.
|
protected static java.lang.String |
NORMALIZE_DATA
Feature identifier: expose schema normalized value
|
protected static java.lang.String |
NOTIFY_BUILTIN_REFS
Feature identifier: notify built-in refereces.
|
protected static java.lang.String |
NOTIFY_CHAR_REFS
Feature identifier: notify character refereces.
|
protected static boolean |
PRINT_EXCEPTION_STACK_TRACE
Set to true and recompile to print exception stack trace.
|
protected static java.lang.String |
ROOT_ELEMENT_DECL
Property identifier: root element declaration.
|
protected static java.lang.String |
ROOT_TYPE_DEF
Property identifier: root type definition.
|
protected static java.lang.String |
SCHEMA_AUGMENT_PSVI
Feature identifier: augment PSVI
|
protected static java.lang.String |
SCHEMA_DV_FACTORY
Property identifier: Schema DV Factory
|
protected static java.lang.String |
SCHEMA_ELEMENT_DEFAULT
Feature identifier: send element default value via characters()
|
protected static java.lang.String |
SCHEMA_LOCATION
Property identifier: schema location.
|
protected static java.lang.String |
SCHEMA_NONS_LOCATION
Property identifier: no namespace schema location.
|
protected static java.lang.String |
SCHEMA_VALIDATOR
Property identifier: XML Schema validator.
|
protected static java.lang.String |
SYMBOL_TABLE
Property identifier: symbol table.
|
protected static java.lang.String |
TOLERATE_DUPLICATES
Feature identifier: tolerate duplicates
|
protected static java.lang.String |
UNPARSED_ENTITY_CHECKING
Feature identifier: whether to ignore unparsed entity errors
|
protected static java.lang.String |
USE_GRAMMAR_POOL_ONLY
Feature identifier: use grammar pool only
|
protected static java.lang.String |
VALIDATE_ANNOTATIONS
Feature identifier: validate annotations
|
protected static java.lang.String |
VALIDATION
Feature identifier: validation.
|
protected static java.lang.String |
VALIDATION_MANAGER |
protected static java.lang.String |
WARN_ON_DUPLICATE_ATTDEF
Feature identifier: warn on duplicate attribute definition.
|
protected static java.lang.String |
WARN_ON_DUPLICATE_ENTITYDEF
Feature identifier: warn on duplicate entity definition.
|
protected static java.lang.String |
WARN_ON_UNDECLARED_ELEMDEF
Feature identifier: warn on undeclared element definition.
|
protected static java.lang.String |
XML_STRING
Property identifier: xml string.
|
protected static java.lang.String |
XML11_DATATYPE_VALIDATOR_FACTORY |
protected static java.lang.String |
XMLGRAMMAR_POOL
Property identifier: grammar pool.
|
protected static java.lang.String |
XMLSCHEMA_FULL_CHECKING
feature identifier: XML Schema validation -- full checking
|
protected static java.lang.String |
XMLSCHEMA_VALIDATION
feature 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, addRecognizedProperties
protected 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 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.XMLPullParserConfiguration
inputSource
- 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.XMLParserConfiguration
locale
- 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.XMLParserConfiguration
documentHandler
- The document handler.public org.apache.xerces.xni.XMLDocumentHandler getDocumentHandler()
getDocumentHandler
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
public void setDTDHandler(org.apache.xerces.xni.XMLDTDHandler dtdHandler)
setDTDHandler
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
dtdHandler
- The DTD handler.public org.apache.xerces.xni.XMLDTDHandler getDTDHandler()
getDTDHandler
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
public void setDTDContentModelHandler(org.apache.xerces.xni.XMLDTDContentModelHandler handler)
setDTDContentModelHandler
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
handler
- The DTD content model handler.public org.apache.xerces.xni.XMLDTDContentModelHandler getDTDContentModelHandler()
getDTDContentModelHandler
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
public void setEntityResolver(org.apache.xerces.xni.parser.XMLEntityResolver resolver)
setEntityResolver
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
resolver
- 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.XMLParserConfiguration
setEntityResolver(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.XMLParserConfiguration
errorHandler
- 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.XMLParserConfiguration
setErrorHandler(org.apache.xerces.xni.parser.XMLErrorHandler)
public void cleanup()
cleanup
in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
public 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.XMLParserConfiguration
source
- 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.XMLPullParserConfiguration
parse
in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
complete
- 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.XMLComponentManager
getFeature
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
getFeature
in class ParserConfigurationSettings
featureId
- 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.XMLParserConfiguration
setFeature
in class ParserConfigurationSettings
featureId
- 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.XMLComponentManager
getProperty
in interface org.apache.xerces.xni.parser.XMLParserConfiguration
getProperty
in class ParserConfigurationSettings
propertyId
- 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.XMLParserConfiguration
setProperty
in class ParserConfigurationSettings
propertyId
- 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.XMLParserConfiguration
protected void reset() throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIException
protected void resetCommon() throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIException
protected void resetXML11() throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIException
protected void configureXML11Pipeline()
protected void configurePipeline()
protected void checkFeature(java.lang.String featureId) throws org.apache.xerces.xni.parser.XMLConfigurationException
checkFeature
in class ParserConfigurationSettings
featureId
- 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 ParserConfigurationSettings
propertyId
- 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.