Uses of Class
scriptella.configuration.XmlElement
Packages that use XmlElement
-
Uses of XmlElement in scriptella.configuration
Methods in scriptella.configuration that return XmlElementMethods in scriptella.configuration that return types with arguments of type XmlElementModifier and TypeMethodDescriptionprotected List<XmlElement>protected List<XmlElement>XmlElement.getChildren()XmlElement.getChildren(String name) XmlElement.getChildren(Set<String> names) Methods in scriptella.configuration with parameters of type XmlElementModifier and TypeMethodDescriptionprotected voidXmlConfigurableBase.assertRequiredFieldPresent(XmlElement element, String property) protected voidXmlConfigurableBase.assertRequiredFieldPresent(XmlElement element, String attribute, String property) voidConfigurationEl.configure(XmlElement element) voidConnectionEl.configure(XmlElement element) voidContentEl.configure(XmlElement element) voidDialectBasedContentEl.configure(XmlElement element) voidIncludeEl.configure(XmlElement element) voidOnErrorEl.configure(XmlElement element) voidPropertiesEl.configure(XmlElement element) voidQueryEl.configure(XmlElement element) voidScriptEl.configure(XmlElement element) voidScriptingElement.configure(XmlElement element) voidXmlConfigurable.configure(XmlElement element) Configures the class using specified XML element.protected <T> TXmlConfigurableBase.loadClass(XmlElement element, String attribute, Class<T> spec) protected voidXmlConfigurableBase.setLocation(XmlElement element) Called by elements wishing to report their location in XML.protected voidXmlConfigurableBase.setPatternProperty(XmlElement element, String property) protected voidXmlConfigurableBase.setPatternProperty(XmlElement element, String attribute, String property) SetsPatternproperty on this object using attribute value.protected voidXmlConfigurableBase.setProperty(XmlElement element, String attribute) protected voidXmlConfigurableBase.setProperty(XmlElement element, String attribute, String property) Sets property on this object using attribute value.protected voidXmlConfigurableBase.setRequiredProperty(XmlElement element, String attribute) protected voidXmlConfigurableBase.setRequiredProperty(XmlElement element, String attribute, String property) Method parameters in scriptella.configuration with type arguments of type XmlElementModifier and TypeMethodDescriptionprotected <T extends XmlConfigurable>
List<T>XmlConfigurableBase.load(List<XmlElement> elements, Class<T> clazz) Constructors in scriptella.configuration with parameters of type XmlElementModifierConstructorDescriptionConfigurationEl(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)