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 TypeClassDescriptionclassAttributeFromBodyConfigurator sets the body as attribute. -
Uses of ElementConfigurator in org.x4o.xml.element
Subinterfaces of ElementConfigurator in org.x4o.xml.elementModifier and TypeInterfaceDescriptioninterfaceProvides an Interface to configure Element(Object) global.interfaceHandlers attributes for xml attributes of all elements processed.Classes in org.x4o.xml.element that implement ElementConfiguratorModifier and TypeClassDescriptionclassAn AbstractElementConfigurator.
Does nothing.classAn 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 TypeMethodDescriptionvoidAbstractElementClassBase.addElementConfigurators(ElementConfigurator elementConfigurator) voidElementClassBase.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 TypeMethodDescriptionvoidX4ODebugWriter.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 TypeClassDescriptionclassStores an ElementObject into the EL context.