Home » Xerces-J-src.2.9.1 » org.apache.xerces » xni » parser » [javadoc | source]
org.apache.xerces.xni.parser
public interface: XMLComponentManager [javadoc | source]

All Known Implementing Classes:
    XPointerParserConfiguration, CSVConfiguration, ParserConfigurationSettings, XMLPullParserConfiguration, SoftReferenceSymbolTableConfiguration, StandardParserConfiguration, PSVIConfiguration, XIncludeAwareParserConfiguration, NonValidatingParserConfiguration, DTDConfiguration, DOMConfigurationImpl, XML11Configuration, XML11DTDConfiguration, XMLSchemaValidatorComponentManager, XMLParserConfiguration, SchemaValidatorConfiguration, IntegratedParserConfiguration, XMLGrammarCachingConfiguration, AbstractConfiguration, SchemaParsingConfig, BasicParserConfiguration, XML11NonValidatingConfiguration, SecurityConfiguration, NonValidatingConfiguration, XIncludeParserConfiguration

The component manager manages a parser configuration and the components that make up that configuration. The manager notifies each component before parsing to allow the components to initialize their state; and also any time that a parser feature or property changes.

The methods of the component manager allow components to query features and properties that affect the operation of the component.

Method from org.apache.xerces.xni.parser.XMLComponentManager Summary:
getFeature,   getProperty
Method from org.apache.xerces.xni.parser.XMLComponentManager Detail:
 public boolean getFeature(String featureId) throws XMLConfigurationException
    Returns the state of a feature.
 public Object getProperty(String propertyId) throws XMLConfigurationException
    Returns the value of a property.