|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeFilter | |
---|---|
org.lobobrowser.html.domimpl | Contains an implementation of the W3C HTML DOM Level 2 interfaces. |
Uses of NodeFilter in org.lobobrowser.html.domimpl |
---|
Classes in org.lobobrowser.html.domimpl that implement NodeFilter | |
---|---|
class |
ElementFilter
|
class |
TextFilter
|
Fields in org.lobobrowser.html.domimpl declared as NodeFilter | |
---|---|
static NodeFilter |
HTMLOptionsCollectionImpl.OPTION_FILTER
|
Methods in org.lobobrowser.html.domimpl with parameters of type NodeFilter | |
---|---|
java.util.ArrayList |
NodeImpl.getDescendents(NodeFilter filter,
boolean nestIntoMatchingNodes)
Creates an ArrayList of descendent nodes that
the given filter condition. |
protected org.w3c.dom.NodeList |
NodeImpl.getNodeList(NodeFilter filter)
|
protected void |
NodeImpl.removeChildren(NodeFilter filter)
|
protected void |
NodeImpl.removeChildrenImpl(NodeFilter filter)
|
Constructors in org.lobobrowser.html.domimpl with parameters of type NodeFilter | |
---|---|
DescendentHTMLCollection(NodeImpl node,
NodeFilter filter,
java.lang.Object treeLock)
|
|
DescendentHTMLCollection(NodeImpl node,
NodeFilter filter,
java.lang.Object treeLock,
boolean nestMatchingNodes)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |