Node Properties
From HttpServer.dll
The Node type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllChildrenCount |
Count our children and our childrens children and so on...
| |
| Children |
All child nodes for this node.
| |
| IsTextNode |
Returns true if the node is applicable after another node as text instead of being applied as a modifier
| |
| LastModifier |
Last modifier for this node
| |
| LineInfo |
Should only be set for each parent.
| |
| ModifierCount |
Number of modifiers for this line.
| |
| Modifiers |
Modifiers are used to modify the first node on the line.
Typical modifiers are attribute lists, class names and IDs.
| |
| Parent |
Parent node.
|