Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | XML Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.xml:documentToXMLString
pub.xml:freeXMLNode
pub.xml:getNextXMLNode
pub.xml:getXMLNodeIterator
pub.xml:getXMLNodeType
pub.xml:loadEnhancedXMLNode
pub.xml:loadXMLNode
pub.xml:queryXMLNode
pub.xml:xmlNodeToDocument
pub.xml:xmlStringToEnhancedXMLNode
pub.xml:xmlStringToXMLNode
The following elements are available in this folder:
Element
Package and Description
WmPublic. Converts a document (IData object) to an XML string.
WmPublic. Frees the resources allocated to a given XML node.
WmPublic. Gets the next XML node from a NodeIterator.
WmPublic. Creates and returns a NodeIterator.
WmPublic. Returns information about an XML node.
WmPublic. Retrieves an XML document via HTTP or HTTPS, parses it using the enhanced XML parser, and produces an org.w3c.dom.Node object.
WmPublic. Retrieves an XML document via HTTP or HTTPS, parses it using the legacy XML parser, and produces an XML node.
WmPublic. Queries an XML node.
WmPublic. Converts an XML node to a document (an IData object).
WmPublic. Converts an XML document (represented as a String, byte[ ], or InputStream) to an org.w3c.dom.Node object using the enhanced XML parser.
WmPublic. Converts an XML document (represented as a String, byte[ ], or InputStream) to an XML node using the legacy XML parser.