- remove(int) - Method in class nu.xom.Nodes
-
Removes the indexthnode in the list.
- removeAttribute(Attribute) - Method in class nu.xom.Element
-
Removes an attribute from this element.
- removeChild(int) - Method in class nu.xom.Document
-
Removes the child of this document at the specified position.
- removeChild(Node) - Method in class nu.xom.Document
-
Removes the specified child from this document.
- removeChild(int) - Method in class nu.xom.ParentNode
-
Removes the child of this node at the specified position.
- removeChild(Node) - Method in class nu.xom.ParentNode
-
Removes the specified child of this node.
- removeChildren() - Method in class nu.xom.Element
-
Detaches all children from this node.
- removeNamespaceDeclaration(String) - Method in class nu.xom.Element
-
Removes the mapping of the specified prefix.
- replaceChild(Node, Node) - Method in class nu.xom.Document
-
Replaces an existing child with a new child node.
- replaceChild(Node, Node) - Method in class nu.xom.ParentNode
-
Replaces an existing child with a new child node.
- resolve(Document) - Static method in class nu.xom.xinclude.XIncluder
-
Returns a copy of the document in which all
xinclude:include
elements have been
replaced by their referenced content.
- resolve(Document, Builder) - Static method in class nu.xom.xinclude.XIncluder
-
Returns a copy of the document in which all
xinclude:include
elements have been
replaced by their referenced content as loaded by the builder.
- resolveInPlace(Document) - Static method in class nu.xom.xinclude.XIncluder
-
Modifies a document by replacing all
xinclude:include
elements
by their referenced content.
- resolveInPlace(Document, Builder) - Static method in class nu.xom.xinclude.XIncluder
-
Modifies a document by replacing all
xinclude:include
elements with their referenced
content as loaded by the builder.