|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementMapping | |
---|---|
net.sf.jsefa.xml.mapping |
Uses of ElementMapping in net.sf.jsefa.xml.mapping |
---|
Methods in net.sf.jsefa.xml.mapping that return types with arguments of type ElementMapping | |
---|---|
protected Map<ElementDescriptor,ElementMapping> |
XmlListTypeMapping.createNodeMappingsByNodeDescriptorMap(Collection<ElementMapping> nodeMappings)
Creates a map of node mappings by node descriptors. |
protected Map<ElementDescriptor,ElementMapping> |
XmlMapTypeMapping.createValueNodeMappingsByNodeDescriptorMap(Collection<ElementMapping> nodeMappings)
Creates a map of value node mappings by node descriptors. |
List<ElementMapping> |
ElementMappingsBuilder.getResult()
Returns the building result, i. e. a list of ElementMapping s. |
Method parameters in net.sf.jsefa.xml.mapping with type arguments of type ElementMapping | |
---|---|
protected Map<ElementDescriptor,ElementMapping> |
XmlListTypeMapping.createNodeMappingsByNodeDescriptorMap(Collection<ElementMapping> nodeMappings)
Creates a map of node mappings by node descriptors. |
protected Map<ElementDescriptor,ElementMapping> |
XmlMapTypeMapping.createValueNodeMappingsByNodeDescriptorMap(Collection<ElementMapping> nodeMappings)
Creates a map of value node mappings by node descriptors. |
Constructor parameters in net.sf.jsefa.xml.mapping with type arguments of type ElementMapping | |
---|---|
XmlListTypeMapping(QName dataTypeName,
boolean implicit,
Collection<ElementMapping> elementMappings,
ObjectAccessor objectAccessor)
Constructs a new XmlListTypeMapping . |
|
XmlMapTypeMapping(QName dataTypeName,
boolean implicit,
AttributeMapping keyMapping,
Collection<ElementMapping> valueMappings,
ObjectAccessor objectAccessor)
Constructs a new XmlMapTypeMapping . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |