Uses of Interface
org.x4o.xml.element.ElementClassAttribute
Packages that use ElementClassAttribute
Package
Description
The Element Language Definition language elements.
The XML Element definitions.
-
Uses of ElementClassAttribute in org.x4o.xml.eld.lang
Subclasses with type arguments of type ElementClassAttribute in org.x4o.xml.eld.langModifier and TypeClassDescriptionclass
ElementClassAttributeBindingHandler adds the object converter.Methods in org.x4o.xml.eld.lang with parameters of type ElementClassAttributeModifier and TypeMethodDescriptionvoid
ElementClassAttributeBindingHandler.bindChild
(Element childElement, ElementClassAttribute parentObject, Object childObject) void
ElementClassAttributeBindingHandler.createChilderen
(Element parentElement, ElementClassAttribute parentObject) -
Uses of ElementClassAttribute in org.x4o.xml.element
Classes in org.x4o.xml.element that implement ElementClassAttributeModifier and TypeClassDescriptionclass
An AbstractElementClassAttribute.class
The default ElementClassAttribute.Methods in org.x4o.xml.element that return ElementClassAttributeModifier and TypeMethodDescriptionAbstractElementClassBase.getElementClassAttributeByName
(String attributeName) Get the ElementClassAttribute from its name.ElementClassBase.getElementClassAttributeByName
(String attributeName) Methods in org.x4o.xml.element that return types with arguments of type ElementClassAttributeModifier and TypeMethodDescriptionAbstractElementClassBase.getElementClassAttributes()
ElementClassBase.getElementClassAttributes()
Methods in org.x4o.xml.element with parameters of type ElementClassAttributeModifier and TypeMethodDescriptionvoid
AbstractElementClassBase.addElementClassAttribute
(ElementClassAttribute elementClassAttribute) void
ElementClassBase.addElementClassAttribute
(ElementClassAttribute elementClassAttribute)