An XML Tag represented as a single class.
An XML Tag represented as a single class.This is a parsed xml tag. It stores all properties and all nested nodes and the text between the start tag. It can be used as a combined tree, array and associative map data structure without any artificial size limits.
Terminology:
Example:
- tag - everything betweem <name> and </name> including the tag name and properties
- node - same as tag
- property - A value stored in the tag start <tag property="value">
- child nodes - nested nodes <tag> <child> </child> </tag>
- data - Text between start and end tag
<tag property1="value" property2="a value"> .. some text here .. </tag>
Alphabetic index HTML hierarchy of classes or Java