Deprecated List
- Member DOMNode-p::nodeType ()
- This mechanism for determining node type is now deprecated, since it doesn't work well with polymorphism (when checking for text nodes you would have to check for both text nodes and cdata-sections, and when checking for parent nodes you would have to check for both element nodes and document nodes).
- Member DOMNodeType
- see DOMNode::nodeType.