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 TypeMethodDescriptionvoidEldDocWriter.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 TypeMethodDescriptionvoidDescriptionElement.doCharacters(String characters) The description elememt body characters are stored as element object.voidAttributeAliasElement.doElementEnd()Add the xml attribute 'name' to ElementClassAttribute as attribute alias.voidDescriptionElement.doElementEnd()Ends the description element and sets the description on the parent.voidElementClassAddParentElement.doElementEnd()voidSkipPhaseElement.doElementEnd()voidNextAttributeElement.doElementRun()voidBeanElement.doElementStart()On start of element create the element object, filled from the bean.class attribute.voidDescriptionElement.doElementStart()Starts the description element and validates that it is not root and parent is meta base.voidModuleElement.doElementStart() -
Uses of ElementException in org.x4o.xml.element
Subclasses of ElementException in org.x4o.xml.elementModifier and TypeClassDescriptionclassElementAttributeValueParserException.classElementBindingException.
Is throw with there is a exception in binding the objectsclassElementConfiguratorException.classElementNamespaceInstanceProviderException holds the ElementNamespaceInstanceProvider which created this Exception.classElementObjectPropertyValueException.
Is throw when the attribute value could not be found.Methods in org.x4o.xml.element that throw ElementExceptionModifier and TypeMethodDescriptionvoidAbstractElement.doCharacters(String characters) voidDefaultElementBodyCharacters.doCharacters(String body) voidElement.doCharacters(String body) Sets the body texts on an event based system.voidvoidvoidSets the comment texts on an event based system.voidAbstractElement.doElementEnd()voidDefaultElementBodyCharacters.doElementEnd()voidElement.doElementEnd()This method is fired when the end xml tag is parsed.voidAbstractElement.doElementRun()voidDefaultElementBodyCharacters.doElementRun()voidElement.doElementRun()This method is fired only once in the run phase.voidAbstractElement.doElementStart()voidDefaultElementBodyCharacters.doElementStart()voidElement.doElementStart()This method is fired when the start of xml tag is parsed.voidAbstractElement.doIgnorableWhitespace(String space) voidDefaultElementBodyCharacters.doIgnorableWhitespace(String space) voidElement.doIgnorableWhitespace(String space) Is called when there is whitespace in xml.voidAbstractElement.release()Cleans the attributes and elements(class) and context.voidDefaultElementBodyCharacters.release()voidElement.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 TypeMethodDescriptionvoidX4ODebugWriter.debugElement(Element element) voidX4ODebugWriter.debugElementBindingHandler(ElementBindingHandler ebh, Element element) voidX4ODebugWriter.debugElementConfigurator(ElementConfigurator ec, Element element) voidX4ODebugWriter.debugElementLanguageModules(X4OLanguageSession elementLanguage) voidX4ODebugWriter.debugLanguageDefaultClasses(X4OLanguageSession ec) voidX4ODebugWriter.debugPhaseMessage(String message, Class<?> clazz) -
Uses of ElementException in org.x4o.xml.lang
Subclasses of ElementException in org.x4o.xml.langModifier and TypeClassDescriptionclassElementNamespaceLoaderException 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 TypeMethodDescriptionvoidELReferenceElement.doElementRun()voidMethodElement.doElementRun()voidPropertyElement.doElementRun()