|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlNodeMapping | |
---|---|
net.sf.jsefa.xml.mapping |
Uses of XmlNodeMapping in net.sf.jsefa.xml.mapping |
---|
Subclasses of XmlNodeMapping in net.sf.jsefa.xml.mapping | |
---|---|
class |
AttributeMapping
A mapping between an XML attribute node and a java object. |
class |
ElementMapping
A mapping between an XML element node and a java object. |
class |
TextContentMapping
A mapping between an XML text node and a java object. |
Methods in net.sf.jsefa.xml.mapping with type parameters of type XmlNodeMapping | ||
---|---|---|
static
|
XmlTypeMappingUtil.createNodeMappingsByNodeDescriptorMap(Collection<M> nodeMappings)
Creates a map of node mappings with node descriptors as keys. |
Methods in net.sf.jsefa.xml.mapping that return types with arguments of type XmlNodeMapping | |
---|---|
protected Map<XmlNodeDescriptor,XmlNodeMapping<?>> |
XmlComplexTypeMapping.createNodeMappingsByNodeDescriptorMap(Collection<XmlNodeMapping<?>> nodeMappings)
Creates a map of node mappings by node descriptors. |
Method parameters in net.sf.jsefa.xml.mapping with type arguments of type XmlNodeMapping | |
---|---|
protected Map<XmlNodeDescriptor,XmlNodeMapping<?>> |
XmlComplexTypeMapping.createNodeMappingsByNodeDescriptorMap(Collection<XmlNodeMapping<?>> nodeMappings)
Creates a map of node mappings by node descriptors. |
Constructor parameters in net.sf.jsefa.xml.mapping with type arguments of type XmlNodeMapping | |
---|---|
XmlComplexTypeMapping(Class<?> objectType,
QName dataTypeName,
ObjectAccessor objectAccessor,
Collection<XmlNodeMapping<?>> nodeMappings,
Validator validator)
Constructs a new XmlComplexTypeMapping . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |