Overview Module Function Class Tea 3.1.0 Reference Documentation
© 2002 PDM&FC

Module XML

Utilities for processing XML documents.

Function Summary
xml-encode Encodes a string so it can be used inside an XML document.
xml-get-first-element Retrieves the first child node that is an element.
xml-get-first-element-named Retrieves the first child node that is an element with a given tag name.
xml-get-next-element Retrieves the first element following the given node.
xml-get-next-element-named Retrieves the first element with a given tag name following the given node.

Class Summary
TDocument A DOM XML document.
TDomParser Creates a DOM representation of an XML document from its textual representation.
TElement An element in a DOM XML document.
TProcessingInstruction A processing instruction in a DOM XML document.
TText A piece of text in a DOM XML document.
TXmlParser Used to parse XML files.

Overview Module Function Class Tea 3.1.0 Reference Documentation
© 2002 PDM&FC
Report a bug or request new features
© 2002