|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||