|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
XMLComponent
Method Summary | |
---|---|
boolean |
getFeature(java.lang.String featureId)
Returns the state of a feature. |
java.lang.Object |
getProperty(java.lang.String propertyId)
Returns the value of a property. |
Method Detail |
---|
boolean getFeature(java.lang.String featureId) throws XMLConfigurationException
featureId
- The feature identifier.
XMLConfigurationException
- Thrown on configuration error.java.lang.Object getProperty(java.lang.String propertyId) throws XMLConfigurationException
propertyId
- The property identifier.
XMLConfigurationException
- Thrown on configuration error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |