protected Sequence |
SchemaModelGenerator.buildSchemaComponentsForXPath(XPathFragment frag,
Sequence seq,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties) |
This method will build element/complexType/sequence components for a given XPath,
and return the sequence that the target element of the mapping should be added
to.
|
protected Element |
SchemaModelGenerator.elementExistsInSequence(String elementName,
String refString,
Sequence seq) |
Convenience method for determining if an element already exists in a given
sequence.
|
protected void |
SchemaModelGenerator.processAnyMapping(Sequence seq,
boolean isCollection) |
Adds an Any to a given sequence.
|
protected void |
SchemaModelGenerator.processChoiceMapping(Map<Field,Class<?>> fieldToClassMap,
List<XMLChoiceFieldToClassAssociation> choiceFieldToClassList,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties,
List<Descriptor> descriptors,
boolean isCollection) |
Process a given XMLChoiceMapping.
|
protected void |
SchemaModelGenerator.processEnumeration(String schemaTypeString,
XPathFragment frag,
DirectMapping mapping,
Sequence seq,
ComplexType ct,
Schema workingSchema,
CoreConverter converter) |
Process information contained within an EnumTypeConverter.
|
protected void |
SchemaModelGenerator.processMapping(CoreMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties,
List<Descriptor> descriptors) |
Process a given mapping.
|
protected void |
SchemaModelGenerator.processXMLBinaryDataCollectionMapping(BinaryDataCollectionMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties) |
Process a given XMLBinaryDataCollectionMapping.
|
protected void |
SchemaModelGenerator.processXMLBinaryDataMapping(BinaryDataMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties) |
Process a given XMLBinaryDataMapping.
|
protected void |
SchemaModelGenerator.processXMLChoiceCollectionMapping(ChoiceCollectionMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties,
List<Descriptor> descriptors) |
Process a given XMLChoiceCollectionMapping.
|
protected void |
SchemaModelGenerator.processXMLChoiceObjectMapping(ChoiceObjectMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties,
List<Descriptor> descriptors) |
|
protected void |
SchemaModelGenerator.processXMLCompositeDirectCollectionMapping(DirectCollectionMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties) |
Process a given XMLCompositeDirectCollectionMapping.
|
protected void |
SchemaModelGenerator.processXMLCompositeMapping(CompositeObjectMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties,
List<Descriptor> descriptors,
boolean collection) |
Process a given XML composite mapping - either an XMLCompositeObjectMapping, or an
XMLCompositeCollectionMapping.
|
protected void |
SchemaModelGenerator.processXMLDirectMapping(DirectMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties) |
Process a given XMLDirectMapping.
|
protected void |
SchemaModelGenerator.processXMLObjectReferenceMapping(ObjectReferenceMapping mapping,
Sequence seq,
ComplexType ct,
HashMap<String,Schema> schemaForNamespace,
Schema workingSchema,
SchemaModelGeneratorProperties properties,
List<Descriptor> descriptors,
boolean isCollection) |
Process a given XMLObjectReferenceMapping.
|