Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JDOM
2.0.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
R
rawData
- Variable in class org.jdom2.
ProcessingInstruction
The data for the PI as a String
refine(Filter<R>)
- Method in class org.jdom2.filter.
AbstractFilter
refine(Filter<R>)
- Method in interface org.jdom2.filter.
Filter
This is similar to the and(Filter) method except the generic type is different.
ReflectionConstructor
- Class in
org.jdom2.internal
Utility class that handles constructing a class using reflection, and a no-argument 'default' constructor.
ReflectionConstructor()
- Constructor for class org.jdom2.internal.
ReflectionConstructor
removeAttribute(String)
- Method in class org.jdom2.
Element
This removes the attribute with the given name and within no namespace.
removeAttribute(String, Namespace)
- Method in class org.jdom2.
Element
This removes the attribute with the given name and within the given Namespace.
removeAttribute(Attribute)
- Method in class org.jdom2.
Element
This removes the supplied Attribute should it exist.
removeChild(String)
- Method in class org.jdom2.
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.jdom2.
Element
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.jdom2.
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.jdom2.
Element
This removes all child elements (one level deep) with the given local name and belonging to the given namespace.
removeContent()
- Method in class org.jdom2.
Document
Removes all child content from this parent.
removeContent(Filter<F>)
- Method in class org.jdom2.
Document
Remove all child content from this parent matching the supplied filter.
removeContent(Content)
- Method in class org.jdom2.
Document
removeContent(int)
- Method in class org.jdom2.
Document
removeContent()
- Method in class org.jdom2.
Element
Removes all child content from this parent.
removeContent(Filter<F>)
- Method in class org.jdom2.
Element
Remove all child content from this parent matching the supplied filter.
removeContent(Content)
- Method in class org.jdom2.
Element
removeContent(int)
- Method in class org.jdom2.
Element
removeContent()
- Method in interface org.jdom2.
Parent
Removes all content from this parent and returns the detached children.
removeContent(Filter<E>)
- Method in interface org.jdom2.
Parent
Removes from this parent all child content matching the given filter and returns a list of the detached children.
removeContent(Content)
- Method in interface org.jdom2.
Parent
Removes a single child node from the content list.
removeContent(int)
- Method in interface org.jdom2.
Parent
Removes and returns the child at the given index, or returns null if there's no such child.
removeNamespaceDeclaration(Namespace)
- Method in class org.jdom2.
Element
Removes an additional namespace declarations from this element.
removePseudoAttribute(String)
- Method in class org.jdom2.
ProcessingInstruction
This will remove the pseudo attribute with the specified name.
reset()
- Method in class org.jdom2.input.sax.
SAXHandler
Restore this SAXHandler to a clean state ready for another parse round.
resetSubCLass()
- Method in class org.jdom2.input.sax.
SAXHandler
Override this method if you are a subclasser, and you want to clear the state of your SAXHandler instance in preparation for a new parse.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JDOM
2.0.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Copyright © 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.