|
|||||||||
| Home >> All >> org >> jdom >> [ filter overview ] | PREV NEXT | ||||||||
A
- AbstractFilter - class org.jdom.filter.AbstractFilter.
- Partial implementation of Filter.
- AbstractFilter() - Constructor for class org.jdom.filter.AbstractFilter
- AndFilter - class org.jdom.filter.AndFilter.
- Allow two filters to be chained together with a logical and operation.
- AndFilter(Filter, Filter) - Constructor for class org.jdom.filter.AndFilter
- Match if only both supplied filters match.
- and(Filter) - Method in class org.jdom.filter.AbstractFilter
C
- CDATA - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.CDATA objects
- COMMENT - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.Comment objects
- CVS_ID - Static variable in class org.jdom.filter.AbstractFilter
- CVS_ID - Static variable in class org.jdom.filter.AndFilter
- CVS_ID - Static variable in class org.jdom.filter.ContentFilter
- CVS_ID - Static variable in class org.jdom.filter.ElementFilter
- CVS_ID - Static variable in class org.jdom.filter.NegateFilter
- CVS_ID - Static variable in class org.jdom.filter.OrFilter
- ContentFilter - class org.jdom.filter.ContentFilter.
- A general purpose Filter able to represent all legal JDOM objects or a specific subset.
- ContentFilter() - Constructor for class org.jdom.filter.ContentFilter
- Default constructor that allows any legal JDOM objects.
- ContentFilter(boolean) - Constructor for class org.jdom.filter.ContentFilter
- Set whether all JDOM objects are visible or not.
- ContentFilter(int) - Constructor for class org.jdom.filter.ContentFilter
- Filter out JDOM objects according to a filtering mask.
D
- DOCTYPE - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.DocType object
- DOCUMENT - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.Document object
E
- ELEMENT - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.Element objects
- ENTITYREF - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.EntityRef objects
- ElementFilter - class org.jdom.filter.ElementFilter.
- A Filter that only matches org.jdom.Element objects.
- ElementFilter() - Constructor for class org.jdom.filter.ElementFilter
- Select only the Elements.
- ElementFilter(String) - Constructor for class org.jdom.filter.ElementFilter
- Select only the Elements with the supplied name in any Namespace.
- ElementFilter(Namespace) - Constructor for class org.jdom.filter.ElementFilter
- Select only the Elements with the supplied Namespace.
- ElementFilter(String, Namespace) - Constructor for class org.jdom.filter.ElementFilter
- Select only the Elements with the supplied name and Namespace.
- equals(Object) - Method in class org.jdom.filter.AndFilter
- equals(Object) - Method in class org.jdom.filter.ContentFilter
- Returns whether the two filters are equivalent (i.e. the matching mask values are identical).
- equals(Object) - Method in class org.jdom.filter.ElementFilter
- Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
- equals(Object) - Method in class org.jdom.filter.NegateFilter
- equals(Object) - Method in class org.jdom.filter.OrFilter
F
- Filter - interface org.jdom.filter.Filter.
- A generalized filter to restrict visibility or mutability on a list.
- filter - Variable in class org.jdom.filter.NegateFilter
- filterMask - Variable in class org.jdom.filter.ContentFilter
- The JDOM object mask
G
- getFilterMask() - Method in class org.jdom.filter.ContentFilter
- Return current filtering mask.
H
- hashCode() - Method in class org.jdom.filter.AndFilter
- hashCode() - Method in class org.jdom.filter.ContentFilter
- hashCode() - Method in class org.jdom.filter.ElementFilter
- hashCode() - Method in class org.jdom.filter.NegateFilter
- hashCode() - Method in class org.jdom.filter.OrFilter
L
- left - Variable in class org.jdom.filter.AndFilter
- left - Variable in class org.jdom.filter.OrFilter
- Filter for left side of logical or
M
- matches(Object) - Method in class org.jdom.filter.AndFilter
- matches(Object) - Method in class org.jdom.filter.ContentFilter
- Check to see if the object matches according to the filter mask.
- matches(Object) - Method in class org.jdom.filter.ElementFilter
- Check to see if the object matches a predefined set of rules.
- matches(Object) - Method in interface org.jdom.filter.Filter
- Check to see if the object matches a predefined set of rules.
- matches(Object) - Method in class org.jdom.filter.NegateFilter
- matches(Object) - Method in class org.jdom.filter.OrFilter
N
- NegateFilter - class org.jdom.filter.NegateFilter.
- Filter that is the logical negation operation of another filter.
- NegateFilter(Filter) - Constructor for class org.jdom.filter.NegateFilter
- Match if the supplied filter does not match.
- name - Variable in class org.jdom.filter.ElementFilter
- The element name
- namespace - Variable in class org.jdom.filter.ElementFilter
- The element namespace
- negate() - Method in class org.jdom.filter.AbstractFilter
- negate() - Method in class org.jdom.filter.NegateFilter
O
- OrFilter - class org.jdom.filter.OrFilter.
- Allow two filters to be chained together with a logical or operation.
- OrFilter(Filter, Filter) - Constructor for class org.jdom.filter.OrFilter
- Match if either of the supplied filters.
- or(Filter) - Method in class org.jdom.filter.AbstractFilter
- org.jdom.filter - package org.jdom.filter
- Classes to represent the components of an XML document.
P
- PI - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.ProcessingInstruction objects
R
- readObject(ObjectInputStream) - Method in class org.jdom.filter.ElementFilter
- right - Variable in class org.jdom.filter.AndFilter
- right - Variable in class org.jdom.filter.OrFilter
- Filter for right side of logical or
S
- setCDATAVisible(boolean) - Method in class org.jdom.filter.ContentFilter
- Set visiblity of
CDATAobjects. - setCommentVisible(boolean) - Method in class org.jdom.filter.ContentFilter
- Set visiblity of
Commentobjects. - setDefaultMask() - Method in class org.jdom.filter.ContentFilter
- Set this filter to allow all legal JDOM objects.
- setDocTypeVisible(boolean) - Method in class org.jdom.filter.ContentFilter
- Set visiblity of
DocTypeobjects. - setDocumentContent() - Method in class org.jdom.filter.ContentFilter
- Set filter to match only JDOM objects that are legal document content.
- setElementContent() - Method in class org.jdom.filter.ContentFilter
- Set filter to match only JDOM objects that are legal element content.
- setElementVisible(boolean) - Method in class org.jdom.filter.ContentFilter
- Set visiblity of
Elementobjects. - setEntityRefVisible(boolean) - Method in class org.jdom.filter.ContentFilter
- Set visiblity of
EntityRefobjects. - setFilterMask(int) - Method in class org.jdom.filter.ContentFilter
- Set filtering mask.
- setPIVisible(boolean) - Method in class org.jdom.filter.ContentFilter
- Set visiblity of
ProcessingInstructionobjects. - setTextVisible(boolean) - Method in class org.jdom.filter.ContentFilter
- Set visiblity of
Textobjects.
T
- TEXT - Static variable in class org.jdom.filter.ContentFilter
- Mask for JDOM org.jdom.Text objects
- toString() - Method in class org.jdom.filter.AndFilter
- toString() - Method in class org.jdom.filter.NegateFilter
- toString() - Method in class org.jdom.filter.OrFilter
W
- writeObject(ObjectOutputStream) - Method in class org.jdom.filter.ElementFilter
A C D E F G H L M N O P R S T W
|
|||||||||
| Home >> All >> org >> jdom >> [ filter overview ] | PREV NEXT | ||||||||