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 TypeClassDescriptionclassElementNamespaceBindingHandler binds ElementClass into namespace.Methods in org.x4o.xml.eld.lang with parameters of type ElementNamespaceModifier and TypeMethodDescriptionvoidElementNamespaceBindingHandler.bindChild(Element childElement, ElementNamespace parent, Object childObject) voidElementNamespaceBindingHandler.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 TypeMethodDescriptionvoidEldXsdWriterElement.startSchema(ElementNamespace ns) voidEldXsdWriterElement.writeElement(ElementClass ec, ElementNamespace nsWrite) voidEldXsdWriterElement.writeElementClass(ElementClass ec, ElementNamespace nsWrite) -
Uses of ElementNamespace in org.x4o.xml.element
Classes in org.x4o.xml.element that implement ElementNamespaceModifier and TypeClassDescriptionclassAbstractElementNamespace is the abstract version of an ElementNamespace.classDefaultElementNamespace is the default element namespace implementation.Methods in org.x4o.xml.element with parameters of type ElementNamespaceModifier and TypeMethodDescriptionvoidDefaultElementNamespaceInstanceProvider.start(X4OLanguage language, ElementNamespace elementNamespace) voidElementNamespaceInstanceProvider.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 TypeMethodDescriptionvoidAbstractX4OLanguageModule.addElementNamespace(ElementNamespace elementNamespace) voidX4OLanguageModuleLocal.addElementNamespace(ElementNamespace elementNamespace) Adds an namespace to this langauge module.