Uses of Class
org.deduced.xml.XmlModelEncoder.PackageSubObjectList

Packages that use XmlModelEncoder.PackageSubObjectList
org.deduced.xml Property collection XML encoding tools. 
 

Uses of XmlModelEncoder.PackageSubObjectList in org.deduced.xml
 

Fields in org.deduced.xml with type parameters of type XmlModelEncoder.PackageSubObjectList
private  java.util.Map<java.lang.Object,XmlModelEncoder.PackageSubObjectList> XmlModelEncoder.PackageSubObjectList.packageList
          sub package map by their unique ID
private  java.util.IdentityHashMap<PropertyCollection<?,?>,XmlModelEncoder.PackageSubObjectList> XmlModelEncoder.schemaRootPackageMap
          root package read in the XML file
 

Methods in org.deduced.xml that return XmlModelEncoder.PackageSubObjectList
private  XmlModelEncoder.PackageSubObjectList XmlModelEncoder.fetchSubPackageObjectList(XmlModelEncoder.PackageSubObjectList currentPackageObjectList, PropertyCollection<?,?> currentPackage)
          fetch or add the package holder object in the object map
 

Methods in org.deduced.xml that return types with arguments of type XmlModelEncoder.PackageSubObjectList
 java.util.Map<java.lang.Object,XmlModelEncoder.PackageSubObjectList> XmlModelEncoder.PackageSubObjectList.getPackageList()
           
 

Methods in org.deduced.xml with parameters of type XmlModelEncoder.PackageSubObjectList
private  XmlModelEncoder.PackageSubObjectList XmlModelEncoder.fetchSubPackageObjectList(XmlModelEncoder.PackageSubObjectList currentPackageObjectList, PropertyCollection<?,?> currentPackage)
          fetch or add the package holder object in the object map
private  void XmlModelEncoder.writePackageToDom(org.w3c.dom.Element parentElement, XmlModelEncoder.PackageSubObjectList packageObjects)
          write a package to the DOM
private  void XmlModelEncoder.writeSchemaToDom(org.w3c.dom.Element parentElement, PropertyCollection<?,?> schema, XmlModelEncoder.PackageSubObjectList rootPackage, java.util.List<java.lang.String> usedSchemaNames)
          write Schema To document object model