Uses of Interface
org.x4o.xml.element.ElementConfigurator
Packages that use ElementConfigurator
Package
Description
The Element Language Definition language elements.
The XML Element definitions.
The X4O Input and Output classes.
The XML Meta Language.
-
Uses of ElementConfigurator in org.x4o.xml.eld.lang
Classes in org.x4o.xml.eld.lang that implement ElementConfiguratorModifier and TypeClassDescriptionclass
AttributeFromBodyConfigurator sets the body as attribute. -
Uses of ElementConfigurator in org.x4o.xml.element
Subinterfaces of ElementConfigurator in org.x4o.xml.elementModifier and TypeInterfaceDescriptioninterface
Provides an Interface to configure Element(Object) global.interface
Handlers attributes for xml attributes of all elements processed.Classes in org.x4o.xml.element that implement ElementConfiguratorModifier and TypeClassDescriptionclass
An AbstractElementConfigurator.
Does nothing.class
An AbstractElementNamespaceAttribute.Methods in org.x4o.xml.element that return ElementConfiguratorModifier and TypeMethodDescriptionElementConfiguratorException.getElementConfigurator()
Gets the ElementConfigurator which has thrown this exception.Methods in org.x4o.xml.element that return types with arguments of type ElementConfiguratorModifier and TypeMethodDescriptionAbstractElementClassBase.getElementConfigurators()
Returns a list of ElementConfigurators.ElementClassBase.getElementConfigurators()
Methods in org.x4o.xml.element with parameters of type ElementConfiguratorModifier and TypeMethodDescriptionvoid
AbstractElementClassBase.addElementConfigurators
(ElementConfigurator elementConfigurator) void
ElementClassBase.addElementConfigurators
(ElementConfigurator elementConfigurator) Constructors in org.x4o.xml.element with parameters of type ElementConfiguratorModifierConstructorDescriptionElementConfiguratorException
(ElementConfigurator config, String message) Creates an configurator exception.ElementConfiguratorException
(ElementConfigurator config, String message, Exception exception) Creates an configurator exception.ElementConfiguratorException
(ElementConfigurator config, String message, ElementException exception) Creates an configurator exception. -
Uses of ElementConfigurator in org.x4o.xml.io
Methods in org.x4o.xml.io with parameters of type ElementConfiguratorModifier and TypeMethodDescriptionvoid
X4ODebugWriter.debugElementConfigurator
(ElementConfigurator ec, Element element) -
Uses of ElementConfigurator in org.x4o.xml.lang.meta
Classes in org.x4o.xml.lang.meta that implement ElementConfiguratorModifier and TypeClassDescriptionclass
Stores an ElementObject into the EL context.