Package | Description |
---|---|
org.x4o.xml.eld.lang |
The Element Language Definition language elements.
|
org.x4o.xml.eld.xsd |
The X4O ELD to XSD Schema generator classes.
|
org.x4o.xml.element |
The XML Element definitions.
|
org.x4o.xml.io |
The X4O Input and Output classes.
|
org.x4o.xml.io.sax |
The Sax based classes and interfaces.
|
org.x4o.xml.lang |
The core config interfaces and key definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
DescriptionElement.doCharacters(String characters)
The description elememt body characters are stored as element object.
|
void |
ElementClassAddParentElement.doElementEnd() |
void |
SkipPhaseElement.doElementEnd() |
void |
DescriptionElement.doElementEnd()
Ends the description element and sets the description on the parent.
|
void |
AttributeAliasElement.doElementEnd()
Add the xml attribute 'name' to ElementClassAttribute as attribute alias.
|
void |
NextAttributeElement.doElementRun() |
void |
BeanElement.doElementStart()
On start of element create the element object, filled from the bean.class attribute.
|
void |
ModuleElement.doElementStart() |
void |
DescriptionElement.doElementStart()
Starts the description element and validates that it is not root and parent is meta base.
|
Modifier and Type | Method and Description |
---|---|
void |
X4OWriteLanguageSchemaExecutor.execute()
Executes this language task.
|
void |
EldXsdXmlGenerator.writeSchema(String namespace) |
Modifier and Type | Class and Description |
---|---|
class |
ElementAttributeValueParserException
ElementAttributeValueParserException.
|
class |
ElementBindingHandlerException
ElementBindingException.
Is throw with there is a exception in binding the objects |
class |
ElementConfiguratorException
ElementConfiguratorException.
|
class |
ElementNamespaceInstanceProviderException
ElementNamespaceInstanceProviderException holds the ElementNamespaceInstanceProvider which created this Exception.
|
class |
ElementObjectPropertyValueException
ElementObjectPropertyValueException.
Is throw when the attribute value could not be found. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractElement.doCharacters(String characters) |
void |
Element.doCharacters(String body)
Sets the body texts on an event based system.
|
void |
DefaultElementBodyCharacters.doCharacters(String body) |
void |
AbstractElement.doComment(String comment) |
void |
Element.doComment(String comment)
Sets the comment texts on an event based system.
|
void |
DefaultElementBodyCharacters.doComment(String comment) |
void |
AbstractElement.doElementEnd() |
void |
Element.doElementEnd()
This method is fired when the end xml tag is parsed.
|
void |
DefaultElementBodyCharacters.doElementEnd() |
void |
AbstractElement.doElementRun() |
void |
Element.doElementRun()
This method is fired only once in the run phase.
|
void |
DefaultElementBodyCharacters.doElementRun() |
void |
AbstractElement.doElementStart() |
void |
Element.doElementStart()
This method is fired when the start of xml tag is parsed.
|
void |
DefaultElementBodyCharacters.doElementStart() |
void |
AbstractElement.doIgnorableWhitespace(String space) |
void |
Element.doIgnorableWhitespace(String space)
Is called when there is whitespace in xml.
|
void |
DefaultElementBodyCharacters.doIgnorableWhitespace(String space) |
void |
AbstractElement.release()
Cleans the attributes and elements(class) and context.
|
void |
Element.release()
This method get called when this Element object is not needed anymore.
Can be used to close resources. |
void |
DefaultElementBodyCharacters.release() |
Constructor and Description |
---|
ElementConfiguratorException(ElementConfigurator config,
String message,
ElementException exception)
Creates an configurator exception.
|
Modifier and Type | Method and Description |
---|---|
void |
X4OSchemaWriter.writeSchema(File basePath) |
void |
DefaultX4OSchemaWriter.writeSchema(File basePath) |
void |
X4OSchemaWriter.writeSchema(File basePath,
String namespace) |
void |
DefaultX4OSchemaWriter.writeSchema(File basePath,
String namespace) |
Modifier and Type | Method and Description |
---|---|
void |
X4ODebugWriter.debugElement(Element element) |
void |
X4ODebugWriter.debugElementBindingHandler(ElementBindingHandler ebh,
Element element) |
void |
X4ODebugWriter.debugElementConfigurator(ElementConfigurator ec,
Element element) |
void |
X4ODebugWriter.debugElementLanguageModules(X4OLanguageContext elementLanguage) |
void |
X4ODebugWriter.debugLanguageDefaultClasses(X4OLanguageContext ec) |
void |
X4ODebugWriter.debugLanguageProperties(X4OLanguageContext ec) |
void |
X4ODebugWriter.debugPhaseMessage(String message,
Class<?> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
X4OLanguageModuleLoaderException
ElementNamespaceLoaderException holds ElementLanguageModuleLoader which created the exception.
|
Copyright © 2004-2013 X4O. All Rights Reserved.