XML operations - script to Java migration

For the XML operations, not all of the script operations from the Script API are implemented in the Java™ API, but you can use a basic XML parser instead.

The following XML methods can be achieved by using a basic XML parser.
  • getXMLNode
  • getXMLNodeName
  • getXMLNodePath
  • getXMLNodes
  • getXMLNodeValue
  • getXMLNodeValues
  • setXMLNodeValue
  • setXMLNodeValues
  • validateXML
  • xmlDocToString
  • XmlDocument