org.apache.xerces.xni.parser
Interface XMLComponentManager
- XMLParserConfiguration, XMLPullParserConfiguration
public interface XMLComponentManager
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.
$Id: XMLComponentManager.java 447244 2006-09-18 05:20:40Z mrglavas $ boolean | getFeature(String featureId) - Returns the state of a feature.
|
Object | getProperty(String propertyId) - Returns the value of a property.
|
getFeature
public boolean getFeature(String featureId)
throws XMLConfigurationException
Returns the state of a feature.
featureId
- The feature identifier.
getProperty
public Object getProperty(String propertyId)
throws XMLConfigurationException
Returns the value of a property.
propertyId
- The property identifier.
Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.