Class XMLConfigurationParser
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.composition.XMLConfiguration.XMLConfigurationParser
-
public class XMLConfigurationParser extends Object
- Author:
- Rainer Maximini
-
-
Field Summary
Fields Modifier and Type Field Description static StringGRAMMAR_POOLProperty identifier: grammar pool.protected static StringNAMESPACES_FEATURE_IDNamespaces feature id (http://xml.org/sax/features/namespaces).protected static StringSCHEMA_FULL_CHECKING_FEATURE_IDSchema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking).protected static StringSCHEMA_VALIDATION_FEATURE_IDSchema validation feature id (http://apache.org/xml/features/validation/schema).static StringSYMBOL_TABLEProperty identifier: symbol table.protected static StringVALIDATION_FEATURE_IDValidation feature id (http://xml.org/sax/features/validation).
-
Constructor Summary
Constructors Constructor Description XMLConfigurationParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactoryConfigurationgetConfiguration()voidsetConfigurationFile(String configurationFile)voidsetConfigurationSource(InputSource configurationSource)
-
-
-
Field Detail
-
GRAMMAR_POOL
public static final String GRAMMAR_POOL
Property identifier: grammar pool.- See Also:
- Constant Field Values
-
SYMBOL_TABLE
public static final String SYMBOL_TABLE
Property identifier: symbol table.- See Also:
- Constant Field Values
-
VALIDATION_FEATURE_ID
protected static final String VALIDATION_FEATURE_ID
Validation feature id (http://xml.org/sax/features/validation).- See Also:
- Constant Field Values
-
NAMESPACES_FEATURE_ID
protected static final String NAMESPACES_FEATURE_ID
Namespaces feature id (http://xml.org/sax/features/namespaces).- See Also:
- Constant Field Values
-
SCHEMA_VALIDATION_FEATURE_ID
protected static final String SCHEMA_VALIDATION_FEATURE_ID
Schema validation feature id (http://apache.org/xml/features/validation/schema).- See Also:
- Constant Field Values
-
SCHEMA_FULL_CHECKING_FEATURE_ID
protected static final String SCHEMA_FULL_CHECKING_FEATURE_ID
Schema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking).- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfiguration
public FactoryConfiguration getConfiguration()
-
setConfigurationFile
public void setConfigurationFile(String configurationFile)
- Parameters:
configurationFile-
-
setConfigurationSource
public void setConfigurationSource(InputSource configurationSource)
-
-