|
Class Summary |
| AttrValueNodeFilter |
Implements an attribute value filter. |
| ElementFilter |
Implements a filter for elements with the specified tag name, When
this filter is used with a node iterator, the iterator will only
return elements with a matching tag name, or all if the pattern "*"
is used. |
| InnerIterator |
Interface of inner object of a live node iterator. |
| ListInnerIterator |
Implementation of a live node list iterator. |
| NamedNodeFilter |
Implements a filter for nodes with the specified name, When this filter is used
with a node iterator, the iterator will only return nodes with a matching name. |
| NodeIteratorImpl |
Implementation of a live node tree or list iterator. |
| TreeInnerIterator |
Implementation of a live node tree iterator. |