|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationXMLReader in org.apache.commons.configuration |
Subclasses of ConfigurationXMLReader in org.apache.commons.configuration | |
class |
BaseConfigurationXMLReader
A specialized SAX2 XML parser that processes configuration objects. |
class |
HierarchicalConfigurationXMLReader
A specialized SAX2 XML parser that "parses" hierarchical configuration objects. |
Methods in org.apache.commons.configuration that return ConfigurationXMLReader | |
static ConfigurationXMLReader |
ConfigurationXMLDocument.createXMLReader(Configuration config)
Returns a XMLReader object for the specified configuration
object. |
ConfigurationXMLReader |
ConfigurationXMLDocument.createXMLReader()
Returns a XMLReader object for the actual configuration
object. |
ConfigurationXMLReader |
ConfigurationXMLDocument.createXMLReader(java.lang.String prefix)
Returns a ConfigurationXMLReader object for the subset
configuration specified by the given prefix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |