Uses of Class
org.deduced.xml.EncodeException

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

Uses of EncodeException in org.deduced.xml
 

Methods in org.deduced.xml that throw EncodeException
private  void XmlModelEncoder.addAllInstances(PropertyCollection<?,?> collection)
          add All Instances of a property collection to the object maps
private  void XmlModelEncoder.addInstance(PropertyCollection<?,?> instance)
          add Instance to the object map
private  XmlModelEncoder.TypeInstanceList XmlModelEncoder.addPropertyType(PropertyCollection<?,?> ownerType)
          add Property Type to the object map
private  void XmlModelEncoder.addReferenceMap(java.util.Map<java.lang.String,XmlModelEncoder.ReferenceCollection> rootMap, PropertyCollection<?,?> collection)
          add a Reference to the reference Map
private  void XmlModelEncoder.buildObjectMap(PropertyCollection<?,?> collection)
          build a map of all the property collections linked to the specified collection.
private static PropertyCollection<?,?> XmlModelEncoder.buildPackageList(java.util.List<PropertyCollection<?,?>> packageList, PropertyCollection<?,?> ownerType)
          build a list that contains all the packages in the hierarchy of the specified type
private  void XmlModelEncoder.createCollectionDocument(org.w3c.dom.Element parentElement, PropertyCollection<?,?> collection, java.lang.Object uniqueID)
          create Collection DOM element
protected static org.w3c.dom.Document XmlModelEncoder.createDocument()
          create the XML Document.
protected static org.w3c.dom.Document XmlModelEncoder.createDocumentFromFactory(javax.xml.parsers.DocumentBuilderFactory factory)
          create Document From Factory
private  XmlModelEncoder.ReferenceCollection XmlModelEncoder.createReferenceCollection(PropertyCollection<?,?> child, java.lang.String name, java.util.Map<java.lang.String,XmlModelEncoder.ReferenceCollection> mapToSearch)
          create Reference Collection
private  void XmlModelEncoder.extractNamedReferenceFinder(PropertyCollection<?,?> applicationModel)
          extract Name Reference Finder
protected static void XmlModelEncoder.writeDocumentToStream(org.w3c.dom.Document document, java.io.OutputStream stream)
          write Document To Stream
private  void XmlModelEncoder.writeDomStructure()
          write Dom Structure
private  void XmlModelEncoder.writeProperty(Property<?> value, org.w3c.dom.Element domElement)
          write a property to the DOM
 void XmlModelEncoder.writePropertyCollection(PropertyCollection<?,?> collection)
          write Property Collection in the configured encoder
 void XmlModelEncoder.writePropertyCollection(PropertyCollection<?,?> collection, PropertyCollection<?,?> applicationModel)
          write a property collection to a XML stream
private  void XmlModelEncoder.writeReferencesToDom()
          write References To 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
private  void XmlModelEncoder.writeTypesToDom()
          write Types To DOM
private  void XmlModelEncoder.writeValue(java.lang.Object currentValue, org.w3c.dom.Element propertyElement, PropertyCollection<?,?> instance)
          write a value to the DOM
private  void XmlModelEncoder.writeValuesToDom()
          write Values To DOM