XML11Configurable
, org.apache.xerces.xni.parser.XMLComponentManager
, org.apache.xerces.xni.parser.XMLParserConfiguration
, org.apache.xerces.xni.parser.XMLPullParserConfiguration
public class XML11NonValidatingConfiguration extends ParserConfigurationSettings implements org.apache.xerces.xni.parser.XMLPullParserConfiguration, XML11Configurable
Modifier and Type | Field | Description |
---|---|---|
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_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
|
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 org.apache.xerces.xni.parser.XMLDTDScanner |
fDTDScanner |
The XML 1.0 DTD scanner.
|
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 org.apache.xerces.xni.XMLLocator |
fLocator |
|
protected XMLNSDocumentScannerImpl |
fNamespaceScanner |
The XML 1.0 Document scanner that does namespace binding.
|
protected XMLDocumentScannerImpl |
fNonNSScanner |
The XML 1.0 Non-namespace implementation of scanner
|
protected boolean |
fParseInProgress |
True if a parse is in progress.
|
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 XML11DTDScannerImpl |
fXML11DTDScanner |
The XML 1.1 DTD scanner.
|
protected XML11NSDocumentScannerImpl |
fXML11NSDocScanner |
The XML 1.1 document scanner that does namespace binding.
|
protected static java.lang.String |
NAMESPACE_BINDER |
Property identifier: namespace binder.
|
protected static java.lang.String |
NAMESPACES |
Feature identifier: namespaces.
|
protected static boolean |
PRINT_EXCEPTION_STACK_TRACE |
Set to true and recompile to print exception stack trace.
|
protected static java.lang.String |
SYMBOL_TABLE |
Property identifier: symbol table.
|
protected static java.lang.String |
VALIDATION |
Feature identifier: validation.
|
protected static java.lang.String |
VALIDATION_MANAGER |
|
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.
|
fFeatures, fParentSettings, fProperties, fRecognizedFeatures, fRecognizedProperties, PARSER_SETTINGS
Constructor | Description |
---|---|
XML11NonValidatingConfiguration() |
Default constructor.
|
XML11NonValidatingConfiguration(SymbolTable symbolTable) |
Constructs a parser configuration using the specified symbol table.
|
XML11NonValidatingConfiguration(SymbolTable symbolTable,
org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool) |
Constructs a parser configuration using the specified symbol table and
grammar pool.
|
XML11NonValidatingConfiguration(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 | 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.
|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRecognizedFeatures, addRecognizedProperties, getProperty
protected static final java.lang.String XML11_DATATYPE_VALIDATOR_FACTORY
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 CONTINUE_AFTER_FATAL_ERROR
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 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_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 boolean PRINT_EXCEPTION_STACK_TRACE
protected SymbolTable fSymbolTable
protected org.apache.xerces.xni.parser.XMLInputSource fInputSource
protected ValidationManager fValidationManager
protected XMLVersionDetector fVersionDetector
protected org.apache.xerces.xni.XMLLocator fLocator
protected java.util.Locale fLocale
protected java.util.ArrayList fComponents
protected java.util.ArrayList fXML11Components
protected 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 DTDDVFactory fDatatypeValidatorFactory
protected XMLNSDocumentScannerImpl fNamespaceScanner
protected XMLDocumentScannerImpl fNonNSScanner
protected org.apache.xerces.xni.parser.XMLDTDScanner fDTDScanner
protected DTDDVFactory fXML11DatatypeFactory
protected XML11NSDocumentScannerImpl fXML11NSDocScanner
protected XML11DocumentScannerImpl fXML11DocScanner
protected XML11DTDScannerImpl fXML11DTDScanner
protected org.apache.xerces.xni.grammars.XMLGrammarPool fGrammarPool
protected XMLErrorReporter fErrorReporter
protected XMLEntityManager fEntityManager
protected org.apache.xerces.xni.parser.XMLDocumentScanner fCurrentScanner
protected DTDDVFactory fCurrentDVFactory
protected org.apache.xerces.xni.parser.XMLDTDScanner fCurrentDTDScanner
public XML11NonValidatingConfiguration()
public XML11NonValidatingConfiguration(SymbolTable symbolTable)
symbolTable
- The symbol table to use.public XML11NonValidatingConfiguration(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 XML11NonValidatingConfiguration(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 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
- If the
requested feature is not known.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-2010 The Apache Software Foundation. All Rights Reserved.