Uses of Class
org.x4o.xml.element.ElementException
Packages that use ElementException
Package
Description
The X4O ELD documentation classes.
The Element Language Definition language elements.
The XML Element definitions.
The X4O Input and Output classes.
The core config interfaces and key definitions.
The XML Meta Language.
-
Uses of ElementException in org.x4o.xml.eld.doc
Methods in org.x4o.xml.eld.doc that throw ElementExceptionModifier and TypeMethodDescriptionvoid
EldDocWriter.writeDocumentation()
Writes the language documentation to the base path. -
Uses of ElementException in org.x4o.xml.eld.lang
Methods in org.x4o.xml.eld.lang that throw ElementExceptionModifier and TypeMethodDescriptionvoid
DescriptionElement.doCharacters
(String characters) The description elememt body characters are stored as element object.void
AttributeAliasElement.doElementEnd()
Add the xml attribute 'name' to ElementClassAttribute as attribute alias.void
DescriptionElement.doElementEnd()
Ends the description element and sets the description on the parent.void
ElementClassAddParentElement.doElementEnd()
void
SkipPhaseElement.doElementEnd()
void
NextAttributeElement.doElementRun()
void
BeanElement.doElementStart()
On start of element create the element object, filled from the bean.class attribute.void
DescriptionElement.doElementStart()
Starts the description element and validates that it is not root and parent is meta base.void
ModuleElement.doElementStart()
-
Uses of ElementException in org.x4o.xml.element
Subclasses of ElementException in org.x4o.xml.elementModifier and TypeClassDescriptionclass
ElementAttributeValueParserException.class
ElementBindingException.
Is throw with there is a exception in binding the objectsclass
ElementConfiguratorException.class
ElementNamespaceInstanceProviderException holds the ElementNamespaceInstanceProvider which created this Exception.class
ElementObjectPropertyValueException.
Is throw when the attribute value could not be found.Methods in org.x4o.xml.element that throw ElementExceptionModifier and TypeMethodDescriptionvoid
AbstractElement.doCharacters
(String characters) void
DefaultElementBodyCharacters.doCharacters
(String body) void
Element.doCharacters
(String body) Sets the body texts on an event based system.void
void
void
Sets the comment texts on an event based system.void
AbstractElement.doElementEnd()
void
DefaultElementBodyCharacters.doElementEnd()
void
Element.doElementEnd()
This method is fired when the end xml tag is parsed.void
AbstractElement.doElementRun()
void
DefaultElementBodyCharacters.doElementRun()
void
Element.doElementRun()
This method is fired only once in the run phase.void
AbstractElement.doElementStart()
void
DefaultElementBodyCharacters.doElementStart()
void
Element.doElementStart()
This method is fired when the start of xml tag is parsed.void
AbstractElement.doIgnorableWhitespace
(String space) void
DefaultElementBodyCharacters.doIgnorableWhitespace
(String space) void
Element.doIgnorableWhitespace
(String space) Is called when there is whitespace in xml.void
AbstractElement.release()
Cleans the attributes and elements(class) and context.void
DefaultElementBodyCharacters.release()
void
Element.release()
This method get called when this Element object is not needed anymore.
Can be used to close resources.Constructors in org.x4o.xml.element with parameters of type ElementExceptionModifierConstructorDescriptionElementConfiguratorException
(ElementConfigurator config, String message, ElementException exception) Creates an configurator exception. -
Uses of ElementException in org.x4o.xml.io
Methods in org.x4o.xml.io that throw ElementExceptionModifier and TypeMethodDescriptionvoid
X4ODebugWriter.debugElement
(Element element) void
X4ODebugWriter.debugElementBindingHandler
(ElementBindingHandler ebh, Element element) void
X4ODebugWriter.debugElementConfigurator
(ElementConfigurator ec, Element element) void
X4ODebugWriter.debugElementLanguageModules
(X4OLanguageSession elementLanguage) void
X4ODebugWriter.debugLanguageDefaultClasses
(X4OLanguageSession ec) void
X4ODebugWriter.debugPhaseMessage
(String message, Class<?> clazz) -
Uses of ElementException in org.x4o.xml.lang
Subclasses of ElementException in org.x4o.xml.langModifier and TypeClassDescriptionclass
ElementNamespaceLoaderException holds ElementLanguageModuleLoader which created the exception. -
Uses of ElementException in org.x4o.xml.lang.meta
Methods in org.x4o.xml.lang.meta that throw ElementExceptionModifier and TypeMethodDescriptionvoid
ELReferenceElement.doElementRun()
void
MethodElement.doElementRun()
void
PropertyElement.doElementRun()