NodeName, NodeValue, and NodeType property values in DOM nodes

Source: Internet
Author: User
today when using Childrennodes to operate the DOM, encountered a problem, carefully check the relevant API, record: NodeName

The NodeName property contains the name of a node. The nodeName of the element node is the label name attribute node NodeName is the property name of the text node NodeName is always #text the nodeName of the document node is always #document


NodeValue

For text nodes, the NodeValue property contains text.

For attribute nodes, the NodeValue property contains the property value.

The NodeValue property is not available for document nodes and ELEMENT nodes.

NodeType

The NodeType property returns the type of the node.

The most important node types are:

element Type node Type
Elements 1
Property 2
Text 3
Comments 8
Document 9


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.