Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Element
Packages that use Element
Package
Description
-
Uses of Element in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema that return ElementModifier and TypeMethodDescriptionprotected ElementSchemaModelGenerator.buildElement(String name, String minOccurs, String maxOccurs) Build and return an Element based on a given name, minOccurs and maxOccurs.protected ElementSchemaModelGenerator.buildElement(Descriptor desc, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean simple) Create and return an Element for a given XMLDescriptor.protected ElementSchemaModelGenerator.buildElement(XPathFragment frag, String schemaType, String minOccurs, String maxOccurs) Build and return an Element for a given XPathFragment.protected ElementSchemaModelGenerator.elementExistsInSequence(String elementName, String refString, Sequence seq) Convenience method for determining if an element already exists in a given sequence.protected ElementSchemaModelGenerator.handleFragNamespace(XPathFragment frag, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, String schemaTypeString) This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly.protected ElementSchemaModelGenerator.handleFragNamespace(XPathFragment frag, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, ComplexType ctype, Descriptor refDesc) This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly, or set an anonymous complex type on a given element.protected ElementSchemaModelGenerator.processReferenceDescriptor(Element element, Descriptor refDesc, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, Field field, boolean isCollection) Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type ElementModifier and TypeMethodDescriptionprotected ElementSchemaModelGenerator.handleFragNamespace(XPathFragment frag, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, String schemaTypeString) This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly.protected ElementSchemaModelGenerator.handleFragNamespace(XPathFragment frag, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, Element element, ComplexType ctype, Descriptor refDesc) This method will generate a global element if required (based in URI and elementFormDefault) and set a reference to it on a given element accordingly, or set an anonymous complex type on a given element.protected ElementSchemaModelGenerator.processReferenceDescriptor(Element element, Descriptor refDesc, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, Field field, boolean isCollection) -
Uses of Element in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return ElementMethods in org.eclipse.persistence.internal.oxm.schema.model that return types with arguments of type ElementMethods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type ElementModifier and TypeMethodDescriptionvoidChoice.addElement(Element elem) voidNestedParticle.addElement(Element elem) voidSequence.addElement(Element elem) voidTypeDefParticle.addElement(Element elem) voidSchema.addTopLevelElement(Element element) voidMethod parameters in org.eclipse.persistence.internal.oxm.schema.model with type arguments of type ElementModifier and TypeMethodDescriptionvoidChoice.setElements(List<Element> elements) voidNestedParticle.setElements(List<Element> elements) voidSequence.setElements(List<Element> elements) voidTypeDefParticle.setElements(List<Element> elements) voidSchema.setTopLevelElements(Map<String, Element> topLevelElements) -
Uses of Element in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return ElementModifier and TypeMethodDescriptionSchemaGenerator.createGlobalElement(XPathFragment frag, Schema workingSchema, Schema fragSchema, boolean isChoice, boolean isUnbounded, Property prop, boolean shouldSetType) Create a global element.SchemaGenerator.createRefElement(String elementRefName, TypeDefParticle particle) Create an element reference and add it to a given particle.protected ElementSchemaGenerator.elementExistsInParticle(String elementName, String refString, TypeDefParticle particle) Convenience method for determining if an element already exists in a given typedefparticle.