JS Node Properties and methods

Source: Internet
Author: User

Properties:
  • Attributes a list of properties for a storage node (read-only)
  • ChildNodes List of child nodes of the storage node (read-only)
  • DataType returns the data type of this node
  • Definition of a node defined in a DTD or XML schema (read-only)
  • Doctype the specified document type node (read-only)
  • DocumentElement returns the root element of the document (Readable and writable)
  • FirstChild returns the first child node of the current node (read-only)
  • Implementation return Xmldomimplementation Object
  • LastChild returns the last child node of the current node (read-only)
  • NextSibling returns the next sibling node of the current node (read-only)
  • NodeName returns the name of the node (read-only)
  • NodeType returns the type of the node (read-only)
  • nodeTypedValue Storage node value (readable and writable)
  • NodeValue returns the text of the node (readable and writable)
  • Ownerdocument returns the root document containing this node (read-only)
  • ParentNode returns the parent node (read-only)
  • Parsed returns whether this node and its child nodes have been parsed (read-only)
  • Prefix return namespace prefix (read-only)
  • PRESERVEWHITESPACE specifies whether to preserve whitespace (readable and writable)
  • PreviousSibling returns the previous sibling node of this node (read-only)
  • Text returns the textual content of this node and its descendants (readable and writable)
  • URL returns the URL of the most recently loaded XML document (read-only)
  • XML returns the XML representation of the node and its descendants (read-only)
  • NextSibling returns the node of the phase collar

Method:

  • AppendChild adds a new child node to the current node, placed after the last child node
  • CloneNode returns a copy of the current node
  • CreateAttribute Creating a new property
  • Createcdatasection Creating a CDATA segment that includes a given data
  • Createcomment Create a comment node
  • Createdocumentfragment Creating DocumentFragment objects
  • CreateElement Creating an Element node
  • Createentityreference Creating EntityReference Objects
  • CreateNode Create a node of the given type, name, and namespace
  • Createporcessinginstruction Creating an action instruction node
  • createTextNode Creating a text node that includes the given data
  • getElementsByTagName returns the collection of elements for the specified name
  • HasChildNodes returns whether the current node has child nodes
  • InsertBefore inserting a child node before the specified node
  • Load import XML document at specified location
  • LoadXML an XML document that imports the specified string
  • RemoveChild Delete the specified child node from the child nodes list
  • ReplaceChild to replace the specified child node from the list of child nodes
  • Save saves the XML file to the specified node
  • SelectNodes a specified match to the node and returns a list of matching nodes
  • selectSingleNode a specified match to the node and returns the first matching node
  • Transformnode the node and its descendants using the specified style sheet
  • transformNodeToObject Converting a node and its descendants to an object using the specified style sheet

JS Node Properties and methods

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.