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
F
fatalError(SAXParseException)
- Method in class org.jdom2.input.sax.
BuilderErrorHandler
This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time.
fboolean()
- Static method in class org.jdom2.filter.
Filters
Return a Filter that matches any Boolean data.
fclass(Class<F>)
- Static method in class org.jdom2.filter.
Filters
Return a Filter that matches any data of the specified Class.
fdouble()
- Static method in class org.jdom2.filter.
Filters
Return a Filter that matches any Double data.
filter(List<?>)
- Method in class org.jdom2.filter.
AbstractFilter
filter(Object)
- Method in class org.jdom2.filter.
AttributeFilter
Check to see if the Content matches a predefined set of rules.
filter(Object)
- Method in class org.jdom2.filter.
ContentFilter
Check to see if the object matches according to the filter mask.
filter(Object)
- Method in class org.jdom2.filter.
ElementFilter
Check to see if the object matches a predefined set of rules.
Filter
<
T
> - Interface in
org.jdom2.filter
A generalized filter to restrict visibility or mutability on a list.
filter(List<?>)
- Method in interface org.jdom2.filter.
Filter
Filter the input list keeping only the items that match the Filter.
filter(Object)
- Method in interface org.jdom2.filter.
Filter
Check to see if the content matches this Filter.
Filters
- Class in
org.jdom2.filter
Factory class of convenience methods to create Filter instances of common types.
flushCharacters()
- Method in class org.jdom2.input.sax.
SAXHandler
This will flush any characters from SAX character calls we've been buffering.
flushCharacters(String)
- Method in class org.jdom2.input.sax.
SAXHandler
Flush the given string into the document.
Format
- Class in
org.jdom2.output
Class to encapsulate XMLOutputter format options.
Format.TextMode
- Enum in
org.jdom2.output
Class to signify how text should be handled on output.
FormatStack
- Class in
org.jdom2.output.support
FormatStack implements a mechanism where the formatting details can be changed mid-tree, but then get reverted when that tree segment is complete.
FormatStack(Format)
- Constructor for class org.jdom2.output.support.
FormatStack
Creates a new FormatStack seeded with the specified Format
fpassthrough()
- Static method in class org.jdom2.filter.
Filters
Return a filter that does no filtering at all - everything matches.
fragment(XMLStreamReader)
- Method in class org.jdom2.input.
StAXStreamBuilder
Read the current XML Fragment from the XMLStreamReader.
fstring()
- Static method in class org.jdom2.filter.
Filters
Return a Filter that matches any String data.
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.