Uses of Class
com.sforce.ws.bind.XmlObject

Packages that use XmlObject
com.sforce.ws.bind Provides Java to XML binding. 
 

Uses of XmlObject in com.sforce.ws.bind
 

Methods in com.sforce.ws.bind that return XmlObject
 XmlObject XmlObject.addField(String name, Object value)
           
 XmlObject XmlObject.getChild(String name)
           
 XmlObject XmlObject.setField(String name, Object value)
           
 

Methods in com.sforce.ws.bind that return types with arguments of type XmlObject
 Iterator<XmlObject> XmlObject.evaluate(String xpath)
          evaluate the given xpath like expression.
 Iterator<XmlObject> XmlObject.getChildren()
           
 Iterator<XmlObject> XmlObject.getChildren(String name)
           
 



Copyright © 2013. All Rights Reserved.