| Package | org.spicefactory.lib.xml.mapper.metadata |
| Class | public class XmlMapping |
| Inheritance | XmlMapping Object |
| Property | Defined By | ||
|---|---|---|---|
| elementName : String
The name of the XML element the class should map to. | XmlMapping | ||
| elementUri : String
The namespace uri of the XML element the class should map to. | XmlMapping | ||
| ignoreUnmappedAttributes : Boolean
Instructs the mapper to ignore attributes in XML that are not mapped to properties. | XmlMapping | ||
| ignoreUnmappedChildren : Boolean
Instructs the mapper to ignore child elements in XML that are not mapped to properties. | XmlMapping | ||
| elementName | property |
public var elementName:StringThe name of the XML element the class should map to.
| elementUri | property |
public var elementUri:StringThe namespace uri of the XML element the class should map to.
| ignoreUnmappedAttributes | property |
public var ignoreUnmappedAttributes:BooleanInstructs the mapper to ignore attributes in XML that are not mapped to properties.
| ignoreUnmappedChildren | property |
public var ignoreUnmappedChildren:BooleanInstructs the mapper to ignore child elements in XML that are not mapped to properties.