- 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.
- flush() - Method in class org.jdom2.input.StAXStreamWriter
-
- 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.