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() - method in class org.jdom.Element
This removes all child elements.
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(org.jdom.CDATA) - method in class org.jdom.Element
This removes the specified CDATA.
removeContent(org.jdom.Comment) - method in class org.jdom.Document
This removes the specified Comment.
removeContent(org.jdom.Comment) - method in class org.jdom.Element
This removes the specified Comment.
removeContent(org.jdom.Element) - method in class org.jdom.Element
This removes the specified Element.
removeContent(org.jdom.EntityRef) - method in class org.jdom.Element
This removes the specified EntityRef.
This removes the specified ProcessingInstruction.
This removes the specified ProcessingInstruction.
removeContent(org.jdom.Text) - method in class org.jdom.Element
This removes the specified Text.
This will remove a namespace declarations from this element.
removeValue(String) - method in class org.jdom.ProcessingInstruction
This will remove the name/value pair with the specified name.

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