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

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

Introduction

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

The text is from its open source code.

Field

intTEXT
Mask for JDOM Text objects
intCOMMENT
Mask for JDOM Comment objects

Constructor

ContentFilter(boolean allVisible)
Set whether all JDOM objects are visible or not.
ContentFilter(int mask)
Filter out JDOM objects according to a filtering mask.