Alphabetical Index: R

A B C D E F G H I J M N O P R S T U V W X

R

rawData - field in class org.jdom.ProcessingInstruction
The data for the PI as a String
removeAttribute(org.jdom.Attribute) - method in class org.jdom.Element
This removes the supplied Attribute should it exist.
removeAttribute(String) - method in class org.jdom.Element
This removes the attribute with the given name and within no namespace.
This removes the attribute with the given name and within the given Namespace.
removeChild(String) - method in class org.jdom.Element
This removes the first child element (one level deep) with the given local name and belonging to no namespace.
This removes the first child element (one level deep) with the given local name and belonging to the given namespace.
removeChildren(String) - method in class org.jdom.Element
This removes all child elements (one level deep) with the given local name and belonging to no namespace.
This removes all child elements (one level deep) with the given local name and belonging to the given namespace.
removeContent() - method in class org.jdom.Document
Removes all child content from this parent.
removeContent() - method in class org.jdom.Element
Removes all child content from this parent.
removeContent() - method in class org.jdom.Parent
Removes all content from this parent and returns the detached children.
removeContent(int) - method in class org.jdom.Document
Removes and returns the child at the given index, or returns null if there's no such child.
removeContent(int) - method in class org.jdom.Element
Removes and returns the child at the given index, or returns null if there's no such child.
removeContent(int) - method in class org.jdom.Parent
Removes and returns the child at the given index, or returns null if there's no such child.
removeContent(org.jdom.Content) - method in class org.jdom.Document
Removes a single child node from the content list.
removeContent(org.jdom.Content) - method in class org.jdom.Element
Removes a single child node from the content list.
removeContent(org.jdom.Content) - method in class org.jdom.Parent
Removes a single child node from the content list.
Remove all child content from this parent matching the supplied filter.
Remove all child content from this parent matching the supplied filter.
Removes from this parent all child content matching the given filter and returns a list of the detached children.
Removes an additional namespace declarations from this element.
This will remove the pseudo attribute with the specified name.

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.