Java org.jdom2.filter Filters fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.filter Filters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2.filter Filters.

The text is from its open source code.

Field

Filterfdouble
Filterfstring
Filterfpassthrough

Method

Filterattribute(String name)
Return a Filter that matches any Attribute data with the specified name.
Filterattribute(Namespace ns)
Return a Filter that matches any Attribute data with the specified namespace.
Filterattribute()
Return a Filter that matches any Attribute data.
Filtercomment()
Return a Filter that matches any Comment data.
Filtercontent()
Return a Filter that matches any Content data.
Filterelement()
Return a Filter that matches any Element data.
Filterelement(String name)
Return a Filter that matches any Element data with the specified name.
Filterelement(Namespace ns)
Return a Filter that matches any Element data with the specified Namespace.
Filterelement(String name, Namespace ns)
Return a Filter that matches any Element data with the specified name and Namespace.
Filterfclass(Class clazz)
Return a Filter that matches any data of the specified Class.
Filtertext()
Return a Filter that matches any Text data (which includes CDATA since that is a subclass of Text).
FiltertextOnly()
Return a Filter that matches any Text data (excludes CDATA instances).