XML tree | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | xml tree,tree |
Related | Glossary: node, owner, child, sibling, XML document, XML |
Description | An XML document held in memory. An XML tree is a data structure containing all the content in an XML document, arranged to make it easy to traverse parent, sibling, and child relationships between nodes. |
Tags | text processing |