org.w3c.dom
- Copying a Subtree of Nodes from One DOM Document to Another
- Copying a Subtree of Nodes in a DOM Document
- Visiting All the Nodes in a DOM Document
Adding and Removing Nodes
- Adding a CDATA Section to a DOM Document
- Adding a Comment to a DOM Document
- Adding a Node to a DOM Document
- Adding a Processing Instruction to a DOM Document
- Adding a Text Node to a DOM Document
- Removing a Node from a DOM Document
Element Attributes
- Adding and Removing an Attribute in a DOM Element
- Determining If an Attribute Was Supplied in a DOM Element
- Getting and Setting an Attribute in a DOM Element
- Listing All the Attributes of a DOM Element
- Removing All the Attributes in a DOM Element
Elements
- Changing the Name of a DOM Element
- Getting a DOM Element by Id
- Visiting All the Elements in a DOM Document
Getting Nodes
- Getting a Node Relative to Another Node in a DOM Document
- Getting the Declared Entities in a DOM Document
- Getting the Notations in a DOM Document
- Getting the Root Element in a DOM Document
- Getting the Value of an Entity Reference in a DOM Document
Text Nodes
- Editing Text in a CDATA, Comment, and Text Node of a DOM Document
- Merging Text Nodes in a DOM Document
- Splitting a Text Node in a DOM Document
XPath
- Finding Elements by Absolute Location in a DOM Document Using XPath
- Finding Elements by Attributes in a DOM Document Using XPath
- Finding Elements by Content in a DOM Document Using XPath
- Finding Elements by Id in a DOM Document Using XPath
- Selecting from a Set of Child Elements in a DOM Document Using XPath