Alphabetical Index: R

A B C D E F G H I 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.
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(int) - method in class nu.xom.ParentNode
Removes the child of this node at the specified position.
removeChild(nu.xom.Node) - method in class nu.xom.Document
Removes the specified child from this document.
removeChild(nu.xom.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.
Removes the mapping of the specified prefix.
Replaces an existing child with a new child node.
Replaces an existing child with a new child node.
resolve(nu.xom.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(nu.xom.Document,nu.xom.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(nu.xom.Document) - static method in class nu.xom.xinclude.XIncluder
Modifies a document by replacing all xinclude:include elements by their referenced content.
resolveInPlace(nu.xom.Document,nu.xom.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.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu