Feb
19
2004
Find citations on Bloglines or Technorati. View blog reactions
By category: Uncategorized.
from: http://www.webreference.com/js/tips/020131.html
The DOMDocument object is based on a tree structure. There are twelve different node types on this tree, from 1 to 12. Here they are, with their corresponding nodeTypeString property values:
Type nodeTypeString1 “element”2 “attribute”3 “text”4 “cdatasection”5 “entityreference”6 “entity”7 “processinginstruction”8 “comment”9 “document”10 “documenttype”11 “documentfragment”12 “notation”
