Class Summary |
CDATA |
The CDATA class is used to insert a CDATA block in the XML document. |
Comment |
The Comment class is used to insert a comment block in the XML document. |
Document |
The main class, used to generate the XML document. |
Element |
Element represents a level in the XML tree. |
ProcessingInstruction |
The ProcessingInstruction is used to add a processing instruction to the XML document. |
Text |
The classe Text is used to add text to the XML document. |
XmlContent |
The class XmlContent describes common features needed for all type of XML content. |