Uses of Class
org.deduced.xml.XmlModelDecoder.PropertyToElementAssociation

Packages that use XmlModelDecoder.PropertyToElementAssociation
org.deduced.xml Property collection XML encoding tools. 
 

Uses of XmlModelDecoder.PropertyToElementAssociation in org.deduced.xml
 

Fields in org.deduced.xml with type parameters of type XmlModelDecoder.PropertyToElementAssociation
private  java.util.List<XmlModelDecoder.PropertyToElementAssociation> XmlModelDecoder.collectionByValuePropertyCreationList
          list of all the properties that will create collections by value in the order in which they are read in the DOM.
private  java.util.List<XmlModelDecoder.PropertyToElementAssociation> XmlModelDecoder.propertyCreationList
          list of all the properties that will be read in the DOM in the order in which they are read in the DOM.
private  java.util.List<XmlModelDecoder.PropertyToElementAssociation> XmlModelDecoder.CollectionToElementAssociation.successors
          stores objects of type PropertyToElementAssociation that will be created by value as children of this collection
 

Methods in org.deduced.xml that return types with arguments of type XmlModelDecoder.PropertyToElementAssociation
 java.util.List<XmlModelDecoder.PropertyToElementAssociation> XmlModelDecoder.CollectionToElementAssociation.getSuccessors()
           
 

Methods in org.deduced.xml with parameters of type XmlModelDecoder.PropertyToElementAssociation
private  void XmlModelDecoder.analyzeOrder(XmlModelDecoder.PropertyToElementAssociation property)
          analyze the order in which a property needs to be built
private  XmlModelDecoder.CollectionToElementAssociation XmlModelDecoder.assignPropertyValueHandleNonFatalErrors(XmlModelDecoder.PropertyToElementAssociation property)
          Assign Property Value and handle all the non fatal errors
private
<K,V> XmlModelDecoder.CollectionToElementAssociation
XmlModelDecoder.assignPropertyValueThrowOnError(XmlModelDecoder.PropertyToElementAssociation property)
          assign Property Value.
private
<K> K
XmlModelDecoder.findPropertyKey(XmlModelDecoder.PropertyToElementAssociation property)
          find Property Key