|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlNodeDescriptor | |
---|---|
net.sf.jsefa.xml.mapping |
Uses of XmlNodeDescriptor in net.sf.jsefa.xml.mapping |
---|
Classes in net.sf.jsefa.xml.mapping with type parameters of type XmlNodeDescriptor | |
---|---|
class |
XmlNodeMapping<T extends XmlNodeDescriptor>
A mapping between an XML node and a java object. |
Classes in net.sf.jsefa.xml.mapping that implement XmlNodeDescriptor | |
---|---|
class |
AttributeDescriptor
Descriptor for an xml attribute. |
class |
ElementDescriptor
Descriptor for an xml element. |
class |
TextContentDescriptor
Descriptor for the content of a non-simple xml element without child elements. |
Methods in net.sf.jsefa.xml.mapping with type parameters of type XmlNodeDescriptor | ||
---|---|---|
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 XmlNodeDescriptor | |
---|---|
protected Map<XmlNodeDescriptor,XmlNodeMapping<?>> |
XmlComplexTypeMapping.createNodeMappingsByNodeDescriptorMap(Collection<XmlNodeMapping<?>> nodeMappings)
Creates a map of node mappings by node descriptors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |