Javascript-node type

Source: Internet
Author: User

The node type can be determined by checking the node's nodetype. The following three values are often encountered:

1. element (nodetype = 1)

Matches most elements in the XML file. For example, <li>, <A>, <p>

2. Text (nodetype = 3)

Match all text blocks in the document.

3. Documentation (nodetype = 9)

Matches the root element of an element.

For the node type of the element, you can also judge it by document. element_node, document. text_node, and document. document_node (which cannot be implemented in IE8, but can be tested using Firefox ).

You can use the following methods to traverse elements:

1. previussibling

Obtain the previous Node

2. nextsibling

Obtain the next node

3. firstchild

Obtain the first subnode

4. lastchild

Get the last subnode

5. parentnode

Get parent node

Details:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.