org.apache.xerces.xni.parser
public interface XMLComponentManager
The methods of the component manager allow components to query features and properties that affect the operation of the component.
Version: $Id: XMLComponentManager.java,v 1.5 2004/02/24 23:15:56 mrglavas Exp $
Method Summary | |
---|---|
boolean | getFeature(String featureId)
Returns the state of a feature.
|
Object | getProperty(String propertyId)
Returns the value of a property.
|
Parameters: featureId The feature identifier.
Throws: XMLConfigurationException Thrown on configuration error.
Parameters: propertyId The property identifier.
Throws: XMLConfigurationException Thrown on configuration error.