Uses of Class
org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Packages that use ElementDeclaration
-
Uses of ElementDeclaration in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type ElementDeclarationModifier 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)Methods in org.eclipse.persistence.jaxb.compiler with parameters of type ElementDeclarationModifier and TypeMethodDescriptionvoidProperty.addReferencedElement(ElementDeclaration element) Add an ElementDeclaration to the list of referenced elements.voidElementDeclaration.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)Method parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type ElementDeclarationModifier and TypeMethodDescriptionvoidSchemaGenerator.addGlobalElements(Map<QName, ElementDeclaration> additionalElements)