Uses of Interface org.jdom.filter.Filter

Uses in package org.jdom

Methods with parameter type org.jdom.filter.Filter

List
Return a filtered view of this Document's content.
List
Return a filter view of this Element's content.
List
Returns as a java.util.List the content of this parent that matches the supplied filter.
Iterator
Returns an iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.
Iterator
Returns an iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.
Iterator
Returns an java.util.Iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.
List
Remove all child content from this parent matching the supplied filter.
List
Remove all child content from this parent matching the supplied filter.
List
Removes from this parent all child content matching the given filter and returns a list of the detached children.

Uses in package org.jdom.filter

Classes implementing org.jdom.filter.Filter

class
Partial implementation of Filter.
class
A general purpose Filter able to represent all legal JDOM objects or a specific subset.
class
A Filter that only matches Element objects.

Methods with parameter type org.jdom.filter.Filter

Filter
Filter

Methods with return type org.jdom.filter.Filter

Filter
Filter
Filter

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.