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

R

rawData - Variable in class org.jdom.ProcessingInstruction
The data for the PI as a String
removeAttribute(String) - Method in class org.jdom.Element
This removes the attribute with the given name and within no namespace.
removeAttribute(String, Namespace) - Method in class org.jdom.Element
This removes the attribute with the given name and within the given Namespace.
removeAttribute(String, String) - Method in class org.jdom.Element
This removes the attribute with the given name and within the given namespace URI.
removeChild(Comment) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(comment) instead
removeChild(Element) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(element) instead
removeChild(Entity) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(entity) instead
removeChild(ProcessingInstruction) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(pi) instead
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.
removeChild(String, Namespace) - Method in class org.jdom.Element
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.
removeChildren(String, Namespace) - Method in class org.jdom.Element
This removes all child elements (one level deep) with the given local name and belonging to the given namespace.
removeContent(Comment) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(comment) instead
removeContent(Element) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(element) instead
removeContent(Entity) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(entity) instead
removeContent(ProcessingInstruction) - Method in class org.jdom.Element
Deprecated. Use getMixedContent().remove(pi) instead
removeProcessingInstruction(ProcessingInstruction) - Method in class org.jdom.Document
Deprecated. use doc.getMixedContent().remove(PI) instead
removeProcessingInstruction(String) - Method in class org.jdom.Document
This will remove the first PI with the specified target.
removeProcessingInstructions(String) - Method in class org.jdom.Document
This will remove all PIs with the specified target.
removeValue(String) - Method in class org.jdom.ProcessingInstruction
This will remove the name/value pair with the specified name.
rootCause - Variable in class org.jdom.JDOMException
A wrapped Throwable
rootElement - Variable in class org.jdom.Document
The root Element of the Document.

A B C D E F G H I J M N O P R S T V X
Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.