public interface

XMLComponentManager

org.apache.xerces.xni.parser.XMLComponentManager
Known Indirect Subclasses

Class Overview

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.

See Also

Summary

Public Methods
abstract boolean getFeature(String featureId)
Returns the state of a feature.
abstract Object getProperty(String propertyId)
Returns the value of a property.

Public Methods

public abstract boolean getFeature (String featureId)

Returns the state of a feature.

Parameters
featureId The feature identifier.
Throws
XMLConfigurationException Thrown on configuration error.

public abstract Object getProperty (String propertyId)

Returns the value of a property.

Parameters
propertyId The property identifier.
Throws
XMLConfigurationException Thrown on configuration error.