Uses of Interface
org.x4o.xml.element.ElementNamespace
Packages that use ElementNamespace
Package
Description
The Element Language Definition language elements.
The X4O ELD to XSD Schema generator classes.
The XML Element definitions.
The core config interfaces and key definitions.
-
Uses of ElementNamespace in org.x4o.xml.eld.lang
Subclasses with type arguments of type ElementNamespace in org.x4o.xml.eld.langModifier and TypeClassDescriptionclass
ElementNamespaceBindingHandler binds ElementClass into namespace.Methods in org.x4o.xml.eld.lang with parameters of type ElementNamespaceModifier and TypeMethodDescriptionvoid
ElementNamespaceBindingHandler.bindChild
(Element childElement, ElementNamespace parent, Object childObject) void
ElementNamespaceBindingHandler.createChilderen
(Element parentElement, ElementNamespace parent) -
Uses of ElementNamespace in org.x4o.xml.eld.xsd
Methods in org.x4o.xml.eld.xsd with parameters of type ElementNamespaceModifier and TypeMethodDescriptionvoid
EldXsdWriterElement.startSchema
(ElementNamespace ns) void
EldXsdWriterElement.writeElement
(ElementClass ec, ElementNamespace nsWrite) void
EldXsdWriterElement.writeElementClass
(ElementClass ec, ElementNamespace nsWrite) -
Uses of ElementNamespace in org.x4o.xml.element
Classes in org.x4o.xml.element that implement ElementNamespaceModifier and TypeClassDescriptionclass
AbstractElementNamespace is the abstract version of an ElementNamespace.class
DefaultElementNamespace is the default element namespace implementation.Methods in org.x4o.xml.element with parameters of type ElementNamespaceModifier and TypeMethodDescriptionvoid
DefaultElementNamespaceInstanceProvider.start
(X4OLanguage language, ElementNamespace elementNamespace) void
ElementNamespaceInstanceProvider.start
(X4OLanguage language, ElementNamespace elementNamespace) Starts the ElementProvider. -
Uses of ElementNamespace in org.x4o.xml.lang
Methods in org.x4o.xml.lang that return ElementNamespaceModifier and TypeMethodDescriptionDefaultX4OLanguage.findElementNamespace
(String namespaceUri) X4OLanguage.findElementNamespace
(String namespaceUri) Returns the namespace context for an namespace uri.AbstractX4OLanguageModule.getElementNamespace
(String namespaceUri) X4OLanguageModule.getElementNamespace
(String namespaceUri) Returns the namespace context for an namespace uri.Methods in org.x4o.xml.lang that return types with arguments of type ElementNamespaceModifier and TypeMethodDescriptionAbstractX4OLanguageModule.getElementNamespaces()
X4OLanguageModule.getElementNamespaces()
Methods in org.x4o.xml.lang with parameters of type ElementNamespaceModifier and TypeMethodDescriptionvoid
AbstractX4OLanguageModule.addElementNamespace
(ElementNamespace elementNamespace) void
X4OLanguageModuleLocal.addElementNamespace
(ElementNamespace elementNamespace) Adds an namespace to this langauge module.