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 fields prolog (the header <?xml...?> ), before (whatever comes between the prolog and the main tag) and after (whatever comes after the main tag).

See also
<xml>, tag, prolog

Definition


Methods