JavaScript dom_6 Node Properties

Source: Internet
Author: User

Node Properties:

First on the code:

<%@ page language= "java"  import= "java.util.*"  pageencoding= "GB2312"%><%string  path = request.getcontextpath (); String basepath = request.getscheme () + "://" +request.getservername () + ":" +request.getserverport () +path+ "/";%><! doctype html public  "-//w3c//dtd html 4.01 transitional//en" >

Summarize:

NodeType:

1. Representing the element node type

2. Representing the attribute node type

3. Representing the text node type

NodeName:

Element node: element name

Attribute node: Property name

Text nodes: #text

NodeValue:

Element node has no nodevalue, so the value is null

The nodevalue of the attribute node is his property value.

The nodevalue of a text node is the text content

This article is from the "Love Coffee" blog, please be sure to keep this source http://4837471.blog.51cto.com/4827471/1569236

JavaScript dom_6 Node Properties

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.