xml
XML data types ยป XML data classes

Next:xml-chunk


Vocabulary
xml.data

Class description
Tuple representing an XML document, delegating to the main tag, containing the following slots:
prologthe prolog header <?xml...?>
beforewhatever comes between the prolog and the main tag
bodycontains the main tag itself
afterwhatever comes after the main tag


See also
<xml>

Definition


Methods