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

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

Introduction

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

The text is from its open source code.

Subclass

org.jdom2.filter.ElementFilter has subclasses.
Click this link to see all its subclasses.

Constructor

ElementFilter(String name)
Select only the Elements with the supplied name in any Namespace.
ElementFilter(Namespace namespace)
Select only the Elements with the supplied Namespace.
ElementFilter()
Select only the Elements.