Example usage for org.jdom2.filter ElementFilter subclass-usage

List of usage examples for org.jdom2.filter ElementFilter subclass-usage

Introduction

In this page you can find the example usage for org.jdom2.filter ElementFilter subclass-usage.

Usage

From source file org.mycore.common.xml.MCRAttributeValueFilter.java

/**
 * A jdom-filter which compares attribute values.
 */
public class MCRAttributeValueFilter extends ElementFilter {
    private static final long serialVersionUID = 1L;