|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlModelDecoder.CollectionToElementAssociation | |
---|---|
org.deduced.xml | Property collection XML encoding tools. |
Uses of XmlModelDecoder.CollectionToElementAssociation in org.deduced.xml |
---|
Fields in org.deduced.xml declared as XmlModelDecoder.CollectionToElementAssociation | |
---|---|
private XmlModelDecoder.CollectionToElementAssociation |
XmlModelDecoder.PropertyToElementAssociation.collectionAssociation
Collection to element association that will be modified when the property value is read and assigned |
Fields in org.deduced.xml with type parameters of type XmlModelDecoder.CollectionToElementAssociation | |
---|---|
private java.util.Map<java.lang.Long,XmlModelDecoder.CollectionToElementAssociation> |
XmlModelDecoder.collectionCreationMap
Map of all the collections that will be created when reading the DOM. |
private java.util.Map<java.lang.Long,XmlModelDecoder.CollectionToElementAssociation> |
XmlModelDecoder.startCreationMap
map of all the the collections that hold children by value which have no parent. |
Methods in org.deduced.xml that return XmlModelDecoder.CollectionToElementAssociation | ||
---|---|---|
private XmlModelDecoder.CollectionToElementAssociation |
XmlModelDecoder.assignPropertyValueHandleNonFatalErrors(XmlModelDecoder.PropertyToElementAssociation property)
Assign Property Value and handle all the non fatal errors |
|
private
|
XmlModelDecoder.assignPropertyValueThrowOnError(XmlModelDecoder.PropertyToElementAssociation property)
assign Property Value. |
|
XmlModelDecoder.CollectionToElementAssociation |
XmlModelDecoder.PropertyToElementAssociation.getCollectionAssociation()
|
Methods in org.deduced.xml with parameters of type XmlModelDecoder.CollectionToElementAssociation | |
---|---|
private void |
XmlModelDecoder.addAllSubPropertiesCollections(XmlModelDecoder.CollectionToElementAssociation collection)
add All Sub Properties Collections |
private void |
XmlModelDecoder.addProperty(org.w3c.dom.Element propertyElement,
XmlModelDecoder.CollectionToElementAssociation collection)
add a Property to a collection |
private void |
XmlModelDecoder.buildAllSubChildren(XmlModelDecoder.CollectionToElementAssociation parent)
build All Sub Children |
private void |
XmlModelDecoder.createProperties(XmlModelDecoder.CollectionToElementAssociation collection)
create Properties |
void |
XmlModelDecoder.PropertyToElementAssociation.setCollectionAssociation(XmlModelDecoder.CollectionToElementAssociation setCollectionAssociation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |