| Package | Description |
|---|---|
| scriptella.configuration |
Classes and interfaces to parse script files.
|
| Modifier and Type | Method and Description |
|---|---|
XmlElement |
XmlElement.getChild(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected List<XmlElement> |
XmlElement.asList(NodeList list) |
protected List<XmlElement> |
XmlElement.getChildren() |
List<XmlElement> |
XmlElement.getChildren(Set<String> names) |
List<XmlElement> |
XmlElement.getChildren(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlConfigurableBase.assertRequiredFieldPresent(XmlElement element,
String property) |
protected void |
XmlConfigurableBase.assertRequiredFieldPresent(XmlElement element,
String attribute,
String property) |
void |
QueryEl.configure(XmlElement element) |
void |
ConnectionEl.configure(XmlElement element) |
void |
ScriptingElement.configure(XmlElement element) |
void |
OnErrorEl.configure(XmlElement element) |
void |
ContentEl.configure(XmlElement element) |
void |
PropertiesEl.configure(XmlElement element) |
void |
ScriptEl.configure(XmlElement element) |
void |
ConfigurationEl.configure(XmlElement element) |
void |
IncludeEl.configure(XmlElement element) |
void |
XmlConfigurable.configure(XmlElement element)
Configures the class using specified XML element.
|
void |
DialectBasedContentEl.configure(XmlElement element) |
protected <T> T |
XmlConfigurableBase.loadClass(XmlElement element,
String attribute,
Class<T> spec) |
protected void |
XmlConfigurableBase.setLocation(XmlElement element)
Called by elements wishing to report their location in XML.
|
protected void |
XmlConfigurableBase.setPatternProperty(XmlElement element,
String property) |
protected void |
XmlConfigurableBase.setPatternProperty(XmlElement element,
String attribute,
String property)
Sets
Pattern property on this object using attribute value. |
protected void |
XmlConfigurableBase.setProperty(XmlElement element,
String attribute) |
protected void |
XmlConfigurableBase.setProperty(XmlElement element,
String attribute,
String property)
Sets property on this object using attribute value.
|
protected void |
XmlConfigurableBase.setRequiredProperty(XmlElement element,
String attribute) |
protected void |
XmlConfigurableBase.setRequiredProperty(XmlElement element,
String attribute,
String property) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends XmlConfigurable> |
XmlConfigurableBase.load(List<XmlElement> elements,
Class<T> clazz) |
| Constructor and Description |
|---|
ConfigurationEl(XmlElement element,
HierarchicalParametersCallback parametersCallback) |
ConfigurationException(String message,
Throwable cause,
XmlElement element) |
ConfigurationException(String message,
XmlElement element) |
ContentEl(XmlElement element) |
DialectBasedContentEl(XmlElement element) |
FallbackEl(XmlElement element) |
IncludeEl(XmlElement element) |
OnErrorEl(XmlElement element) |
PropertiesEl(XmlElement element) |
QueryEl(XmlElement element,
ScriptingElement parent) |
RequiredAttributeException(String attribute,
Throwable cause,
XmlElement element) |
RequiredAttributeException(String attribute,
XmlElement element) |
ScriptEl(XmlElement element,
ScriptingElement parent) |
XmlElement(Element element,
XmlElement parent) |
Copyright © 2006-2012. All Rights Reserved.