Skip navigation links
A B C D E F G H I L M N P Q R S T U V W X 

R

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.
A B C D E F G H I L M N P Q R S T U V W X 
Skip navigation links

Copyright 2002-2023 Elliotte Rusty Harold

elharo@ibiblio.org