Uses of Class
com.infoengine.object.IeObject

Packages that use IeObject
com.infoengine.object   
com.infoengine.object.factory   
com.infoengine.object.util   
com.infoengine.soap.util   
com.infoengine.xml   
 

Uses of IeObject in com.infoengine.object
 

Subclasses of IeObject in com.infoengine.object
 class IeAtt
           
 class IeCollection
           
 class IeGroup
           
 class IeNode
           
 class IeRequest
           
 

Fields in com.infoengine.object declared as IeObject
private  IeObject XML2IeObject.answer
           
 

Methods in com.infoengine.object that return IeObject
 IeObject XML2IeObject.getOutput()
           
 IeObject XML2IeObject.getIeObject()
           
 IeObject I_readIeObjectXML.getOutput()
           
 IeObject IeObjectSAXReader.getIeObject()
           Input: Previously set, valid, PARSERCLASS, INPUTDOCUMENT, and DOCUMENTHANDLER values.
private  IeObject IeObjectSAXReader.runTheParser()
           This method will not be implemented as there is no utility if StringOutput is available.
 IeObject IeObject.replaceChild(IeObject newChild, IeObject oldChild)
          Replaces the specified child object with a new one.
 

Methods in com.infoengine.object with parameters of type IeObject
static void XML.toXMLMetas(IeObject o, int level, PrintWriter pw)
           
static void XML.toXMLMetas(IeObject o, int level, PrintWriter pw, boolean readable)
           
static void XML.toXMLAtts(IeObject o, int level, PrintWriter pw, boolean readable, Hashtable attValues)
           
static void XML.toXMLChildren(IeObject o, int level, PrintWriter pw, boolean readable, Hashtable attValues)
           
static void XML.toXMLHelper(IeObject o, int level, PrintWriter pw, boolean readable, Hashtable attValues)
           
static void XML.toXML(IeObject o, boolean dtdOrNo, boolean readable, String dtdPath, PrintWriter pw, String encoding, boolean newVersion, boolean reply)
           
 IeObject IeObject.replaceChild(IeObject newChild, IeObject oldChild)
          Replaces the specified child object with a new one.
 Object IeObject.shallowCopy(IeObject newObject)
          Returns a shallow copy of the object (without children).
 Object IeObject.deepCopy(IeObject newObject)
          Returns a deep copy of the object.
 

Uses of IeObject in com.infoengine.object.factory
 

Methods in com.infoengine.object.factory with parameters of type IeObject
private  void Group.copyConnectorMeta(IeObject ieObj, Data data)
           
 

Uses of IeObject in com.infoengine.object.util
 

Methods in com.infoengine.object.util that return IeObject
static IeObject Structure.getChildWithMetaValue(IeObject o, String name, String value)
           
static IeObject Structure.getChildWithMeta(IeObject o, String name)
           
 

Methods in com.infoengine.object.util with parameters of type IeObject
static IeAtt Structure.getAttWithNameValue(IeObject o, String name, String value)
           
static Enumeration Structure.getAttsWithNameValue(IeObject o, String name, String value)
           
static IeAtt Structure.getAttWithName(IeObject o, String name)
           
static Enumeration Structure.getAttsWithName(IeObject o, String name)
           
static IeObject Structure.getChildWithMetaValue(IeObject o, String name, String value)
           
static Enumeration Structure.getChildrenWithMetaValue(IeObject o, String name, String value)
           
static IeObject Structure.getChildWithMeta(IeObject o, String name)
           
static Enumeration Structure.getChildrenWithMeta(IeObject o, String name)
           
static void Structure.printTree(IeObject n)
           
static void Structure.printObject(IeObject n)
           
static void Structure.printChildren(IeObject n)
           
private static void Structure.printTree(IeObject n, int level)
           
private static void Structure.printObjectHelper1(IeObject n, int level)
           
private static void Structure.printObjectHelper2(IeObject n, int level)
           
private static void Structure.printChildrenHelper(IeObject n, int level)
           
private static void Structure.printAtts(IeObject n, int level)
           
private static void Structure.printMetas(IeObject n, int level)
           
private static void Structure.printMetaHeader(IeObject n, int level)
           
private static void Structure.printMetaHelper(IeObject n, int level)
           
static String Structure.renderHtml(IeObject obj)
          Generate HTML nested tables representing an IeObject hierarchy.
private static String Structure._htmlCellColor(IeObject obj)
           
 

Uses of IeObject in com.infoengine.soap.util
 

Methods in com.infoengine.soap.util with parameters of type IeObject
static void IESOAPUtils.addMeta(IeObject ieobj, javax.xml.soap.SOAPElement parent, javax.xml.soap.SOAPMessage message)
          If available adds meta information to a parent SOAP element.
static void IESOAPUtils.getMeta(IeObject ieobj, javax.xml.soap.SOAPElement elm, javax.xml.soap.SOAPMessage message)
          Repopulates meta data on an I*E object from a SOAP element.
private static void IESOAPUtils.lightweightMeta(Data d, IeObject o)
          Copies meta from a heavy I*E data structure into its lightweight counterpart.
 

Uses of IeObject in com.infoengine.xml
 

Fields in com.infoengine.xml declared as IeObject
private  IeObject IeSaxHandler.answer
           
 

Methods in com.infoengine.xml that return IeObject
 IeObject XMLSAXReader.getIeObject()
           Input: Previously set, valid, PARSERCLASS, INPUTDOCUMENT, and DOCUMENTHANDLER values.
private  IeObject XMLSAXReader.runTheParser()
           This method will not be implemented as there is no utility if StringOutput is available.
 IeObject IeSaxHandler.getOutput()
           
 IeObject IeSaxHandler.getIeObject()