Vocabularyxml.
dataClass descriptionTuple representing an XML document, delegating to the main tag, containing the following slots:
prolog | the prolog header <?xml...?> |
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<xml>DefinitionMethods