Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JDOM
1.x-snapshot
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
W
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(Attribute)
- Method in class org.jdom.
Element
This removes the supplied Attribute should it exist.
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(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()
- Method in class org.jdom.
Document
Removes all child content from this parent.
removeContent(Filter)
- Method in class org.jdom.
Document
Remove all child content from this parent matching the supplied filter.
removeContent(Content)
- Method in class org.jdom.
Document
removeContent(int)
- Method in class org.jdom.
Document
removeContent()
- Method in class org.jdom.
Element
Removes all child content from this parent.
removeContent(Filter)
- Method in class org.jdom.
Element
Remove all child content from this parent matching the supplied filter.
removeContent(Content)
- Method in class org.jdom.
Element
removeContent(int)
- Method in class org.jdom.
Element
removeContent()
- Method in interface org.jdom.
Parent
Removes all content from this parent and returns the detached children.
removeContent(Filter)
- Method in interface org.jdom.
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.jdom.
Parent
Removes a single child node from the content list.
removeContent(int)
- Method in interface org.jdom.
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.jdom.
Element
Removes an additional namespace declarations from this element.
removePseudoAttribute(String)
- Method in class org.jdom.
ProcessingInstruction
This will remove the pseudo attribute with the specified name.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JDOM
1.x-snapshot
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
U
V
W
X
Copyright ? 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.