Uses of Class
org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Packages that use ElementDeclaration Package Description org.eclipse.persistence.jaxb.compiler -
-
Uses of ElementDeclaration in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type ElementDeclaration Modifier and Type Method Description Map<QName,ElementDeclaration>AnnotationsProcessor. getGlobalElements()Lazy load and return the map of global elements.List<ElementDeclaration>AnnotationsProcessor. getLocalElements()List<ElementDeclaration>Property. getReferencedElements()Return the list of referenced elements.List<ElementDeclaration>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 ElementDeclaration Modifier and Type Method Description voidProperty. 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 ElementDeclaration Modifier and Type Method Description voidSchemaGenerator. addGlobalElements(Map<QName,ElementDeclaration> additionalElements)
-