Uses of Class
org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Uses of ElementDeclaration in org.eclipse.persistence.jaxb.compiler
Modifier and TypeMethodDescriptionAnnotationsProcessor.getGlobalElements()
Lazy load and return the map of global elements.AnnotationsProcessor.getLocalElements()
Property.getReferencedElements()
Return the list of referenced elements.ElementDeclaration.getSubstitutableElements()
The list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)Modifier and TypeMethodDescriptionvoid
Property.addReferencedElement
(ElementDeclaration element) Add an ElementDeclaration to the list of referenced elements.void
ElementDeclaration.addSubstitutableElement
(ElementDeclaration element) Add an element to the list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)Modifier and TypeMethodDescriptionvoid
SchemaGenerator.addGlobalElements
(Map<QName, ElementDeclaration> additionalElements)