NODE_RESERVED_NAMES_CONST: Names that are reserved by the Node class.
Description
These are reserved by the Node class, you cannot use these as
attribute names.
Note also that all fields starting with a . are reserved.
Usage
NODE_RESERVED_NAMES_CONST
Format
chr [1:37] "AddChild" "AddChildNode" "AddSibling" "AddSiblingNode" ...