first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.apache.xerces.xni.parser;
|
||||
|
||||
public interface XMLComponentManager {
|
||||
boolean getFeature(String paramString) throws XMLConfigurationException;
|
||||
|
||||
Object getProperty(String paramString) throws XMLConfigurationException;
|
||||
}
|
Reference in New Issue
Block a user