For CXT_Element this is the name of the element, without the angle
brackets. Note there is a single CXT_Element even when the document
contains a start and end element tag. The node represents the pair.
All text or other elements between the start and end tag will appear
as children nodes of this CXT_Element node.
For CXT_Attribute the pszValue is the attribute name. The value of
the attribute will be a CXT_Text child.
For CXT_Text this is the text itself (value of an attribute, or a
text fragment between an element start and end tags.
For CXT_Literal it is all the literal text. Currently this is just
used for !DOCTYPE lines, and the value would be the entire line.
For CXT_Comment the value is all the literal text within the comment,
but not including the comment start/end indicators ("<--" and "-->").
\brief Node value
For CXT_Element this is the name of the element, without the angle brackets. Note there is a single CXT_Element even when the document contains a start and end element tag. The node represents the pair. All text or other elements between the start and end tag will appear as children nodes of this CXT_Element node.
For CXT_Attribute the pszValue is the attribute name. The value of the attribute will be a CXT_Text child.
For CXT_Text this is the text itself (value of an attribute, or a text fragment between an element start and end tags.
For CXT_Literal it is all the literal text. Currently this is just used for !DOCTYPE lines, and the value would be the entire line.
For CXT_Comment the value is all the literal text within the comment, but not including the comment start/end indicators ("<--" and "-->").