8 lines
233 B
Java
8 lines
233 B
Java
package org.apache.xerces.xni.parser;
|
|
|
|
public interface XMLComponentManager {
|
|
boolean getFeature(String paramString) throws XMLConfigurationException;
|
|
|
|
Object getProperty(String paramString) throws XMLConfigurationException;
|
|
}
|