xml - Factor Documentation (original) (raw)

Vocabulary
xml.data

Class description
Tuple representing an XML document, delegating to the main tag, containing the following slots:

prolog the prolog header
before whatever comes between the prolog and the main tag
body contains the main tag itself
after whatever comes after the main tag

See also

Definition

Methods