XML Support
Apex
provides utility classes that enable the creation and parsing of XML content using streams and the DOM.
This section contains details about XML support.
Reading and Writing XML Using Streams
Apex
provides classes for reading and writing XML content using streams.
Reading and Writing XML Using the DOM
Apex
provides classes that enable you to work with XML content using the DOM (Document Object Model).
Previous
Next