FileDocCategorySizeDatePackage
XMLComponentManager.javaAPI DocJava SE 6 API1954Tue Jun 10 00:22:54 BST 2008com.sun.org.apache.xerces.internal.xni.parser

XMLComponentManager

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.

see
XMLComponent
author
Andy Clark, IBM
version
$Id: XMLComponentManager.java,v 1.2.6.1 2005/09/06 05:38:24 neerajbj Exp $

Fields Summary
Constructors Summary
Methods Summary
public booleangetFeature(java.lang.String featureId)
Returns the state of a feature.

param
featureId The feature identifier.
throws
XMLConfigurationException Thrown on configuration error.

public java.lang.ObjectgetProperty(java.lang.String propertyId)
Returns the value of a property.

param
propertyId The property identifier.
throws
XMLConfigurationException Thrown on configuration error.