|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationSyntaxException | |
|---|---|
| org.extex.framework.configuration | This package contains some classes and interfaces for dealing with configuration of components. |
| org.extex.framework.configuration.impl | This package contains implementations for a configuration. |
| Uses of ConfigurationSyntaxException in org.extex.framework.configuration |
|---|
| Methods in org.extex.framework.configuration that throw ConfigurationSyntaxException | |
|---|---|
Configuration |
Configuration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
| Uses of ConfigurationSyntaxException in org.extex.framework.configuration.impl |
|---|
| Methods in org.extex.framework.configuration.impl that throw ConfigurationSyntaxException | |
|---|---|
Configuration |
TexConfiguration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
XmlConfiguration.findConfiguration(java.lang.String name)
Extract a sub-configuration with a given name. |
Configuration |
MultiConfiguration.findConfiguration(java.lang.String key)
Extract a sub-configuration with a given name. |
Configuration |
XmlConfiguration.getConfiguration(java.lang.String name)
Extract a sub-configuration with a given name. |
java.util.Iterator<Configuration> |
XmlConfiguration.iterator(java.lang.String key)
Retrieve an iterator over all items of a sub-configuration. |
protected void |
TexConfiguration.read(java.io.InputStream stream,
java.lang.String resource,
java.lang.String base)
Read the configuration from a stream. |
protected void |
XmlConfiguration.readConfiguration(java.io.InputStream stream,
java.lang.String theResource,
java.lang.String theBase)
Read the configuration from a stream. |
protected Configuration |
XmlConfiguration.src(java.lang.String name,
org.w3c.dom.Node node)
Recursively follow the src attribute if present. |
| Constructors in org.extex.framework.configuration.impl that throw ConfigurationSyntaxException | |
|---|---|
TexConfiguration(java.io.InputStream stream,
java.lang.String resource)
Creates a new object and fills it with the configuration read from an input stream. |
|
XmlConfiguration(java.io.InputStream stream,
java.lang.String resource)
Creates a new object and fills it with the configuration read from an input stream. |
|
XmlConfiguration(java.lang.String resource)
Creates a new object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||