Uses of Interface
org.loboevolution.traversal.NodeFilter
Packages that use NodeFilter
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of NodeFilter in org.loboevolution.apache.xml.dtm.ref
Methods in org.loboevolution.apache.xml.dtm.ref that return NodeFilterMethods in org.loboevolution.apache.xml.dtm.ref with parameters of type NodeFilterModifier and TypeMethodDescriptionvoid
DTMNodeProxy.appendChildrenToCollectionImpl
(NodeFilter filter, Collection<Node> collection) DTMNodeProxy.createNodeIterator
(Node root, int whatToShow, NodeFilter filter) DTMNodeProxy.createNodeIterator
(Node root, NodeFilter filter) DTMNodeProxy.createTreeWalker
(Node root, int whatToShow, NodeFilter filter) DTMNodeProxy.createTreeWalker
(Node root, NodeFilter filter) void
DTMNodeProxy.extractDescendentsArrayImpl
(NodeFilter filter, List<Node> al, boolean nestIntoMatchingNodes) -
Uses of NodeFilter in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Methods in org.loboevolution.apache.xml.dtm.ref.dom2dtm with parameters of type NodeFilterModifier and TypeMethodDescriptionvoid
DOM2DTMdefaultNamespaceDeclarationNode.appendChildrenToCollectionImpl
(NodeFilter filter, Collection<Node> collection) void
DOM2DTMdefaultNamespaceDeclarationNode.extractDescendentsArrayImpl
(NodeFilter filter, List<Node> al, boolean nestIntoMatchingNodes) -
Uses of NodeFilter in org.loboevolution.html.dom.domimpl
Constructors in org.loboevolution.html.dom.domimpl with parameters of type NodeFilterModifierConstructorDescriptionHTMLCollectionImpl
(NodeImpl rootNode, NodeFilter filter) Constructor for HTMLCollectionImpl.HTMLFormControlsCollectionImpl
(NodeImpl rootNode, NodeFilter filter) Constructor for HTMLCollectionImpl.HTMLOptionsCollectionImpl
(NodeImpl rootNode, NodeFilter filter) Constructor for HTMLOptionsCollectionImpl. -
Uses of NodeFilter in org.loboevolution.html.dom.filter
Classes in org.loboevolution.html.dom.filter that implement NodeFilterModifier and TypeClassDescriptionclass
The Class AnchorFilter.class
The Class BodyFilter.class
The Class CaptionFilter.class
ClassNameFilter class.class
ColumnsFilter class.class
CommandFilter class.final class
ElementFilter class.class
The Class ElementNameFilter.class
The Class EmbedFilter.class
The Class FormFilterclass
The Class HeadFilter.class
IdFilter class.class
The Class IFrameFilter.class
The Class ImageFilter.class
InputFilter class.class
The Class LinkFilter.class
OptionFilter class.class
The Class ScriptFilter.class
TagNameFilter class.class
TagNameFilter class.class
TextFilter class. -
Uses of NodeFilter in org.loboevolution.html.dom.nodeimpl
Methods in org.loboevolution.html.dom.nodeimpl with parameters of type NodeFilterModifier and TypeMethodDescriptionvoid
NodeImpl.appendChildrenToCollectionImpl
(NodeFilter filter, Collection<Node> collection) DocumentImpl.createNodeIterator
(Node root, int whatToShow, NodeFilter filter) DocumentImpl.createNodeIterator
(Node root, NodeFilter filter) DocumentImpl.createTreeWalker
(Node root, int whatToShow, NodeFilter filter) DocumentImpl.createTreeWalker
(Node root, NodeFilter filter) void
NodeImpl.extractDescendentsArrayImpl
(NodeFilter filter, List<Node> al, boolean nestIntoMatchingNodes) Extracts all descendents that match the filter, except those descendents of nodes that match the filter.NodeImpl.getDescendents
(NodeFilter filter, boolean nestIntoMatchingNodes) Creates an NodeList of descendent nodes that the given filter condition.NodeImpl.getFirstChildByFilter
(NodeFilter filter) getFirstChildByFilter.NodeImpl.getNodeList
(NodeFilter filter) Getter for the field nodeList.protected void
NodeImpl.removeChildrenImpl
(NodeFilter filter) removeChildrenImpl.protected void
NodeImpl.removeTableChildren
(NodeFilter filter) removeChildren. -
Uses of NodeFilter in org.loboevolution.html.dom.nodeimpl.traversal
Classes in org.loboevolution.html.dom.nodeimpl.traversal that implement NodeFilterConstructors in org.loboevolution.html.dom.nodeimpl.traversal with parameters of type NodeFilterModifierConstructorDescriptionNodeIteratorImpl
(Node root, int whatToShow, NodeFilter filter) TreeWalkerImpl
(Node root, int whatToShow, NodeFilter filter) -
Uses of NodeFilter in org.loboevolution.html.dom.xpath
Methods in org.loboevolution.html.dom.xpath with parameters of type NodeFilterModifier and TypeMethodDescriptionvoid
XPathNamespaceImpl.appendChildrenToCollectionImpl
(NodeFilter filter, Collection<Node> collection) void
XPathNamespaceImpl.extractDescendentsArrayImpl
(NodeFilter filter, List<Node> al, boolean nestIntoMatchingNodes) -
Uses of NodeFilter in org.loboevolution.html.js
Methods in org.loboevolution.html.js that return NodeFilter -
Uses of NodeFilter in org.loboevolution.html.js.xml
Methods in org.loboevolution.html.js.xml with parameters of type NodeFilterModifier and TypeMethodDescriptionvoid
XMLDocument.appendChildrenToCollectionImpl
(NodeFilter filter, Collection<Node> collection) XMLDocument.createNodeIterator
(Node root, int whatToShow, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createNodeIterator
(Node root, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createTreeWalker
(Node root, int whatToShow, NodeFilter filter) XMLDocument.createTreeWalker
(Node root, NodeFilter filter) createTreeWalker.void
XMLDocument.extractDescendentsArrayImpl
(NodeFilter filter, List<Node> al, boolean nestIntoMatchingNodes) -
Uses of NodeFilter in org.loboevolution.html.node
Methods in org.loboevolution.html.node with parameters of type NodeFilterModifier and TypeMethodDescriptionvoid
Node.appendChildrenToCollectionImpl
(NodeFilter filter, Collection<Node> collection) void
Node.extractDescendentsArrayImpl
(NodeFilter filter, List<Node> al, boolean nestIntoMatchingNodes) Extracts all descendents that match the filter, except those descendents of nodes that match the filter. -
Uses of NodeFilter in org.loboevolution.svg.dom
Methods in org.loboevolution.svg.dom with parameters of type NodeFilterModifier and TypeMethodDescriptionvoid
SVGElementWrapper.appendChildrenToCollectionImpl
(NodeFilter filter, Collection<Node> collection) void
SVGElementWrapper.extractDescendentsArrayImpl
(NodeFilter filter, List<Node> al, boolean nestIntoMatchingNodes) -
Uses of NodeFilter in org.loboevolution.traversal
Methods in org.loboevolution.traversal that return NodeFilterModifier and TypeMethodDescriptionNodeIterator.getFilter()
getFilter.TreeWalker.getFilter()
getFilter.Methods in org.loboevolution.traversal with parameters of type NodeFilterModifier and TypeMethodDescriptionDocumentTraversal.createNodeIterator
(Node root, int whatToShow, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createNodeIterator
(Node root, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createTreeWalker
(Node root, int whatToShow, NodeFilter filter) createTreeWalker.DocumentTraversal.createTreeWalker
(Node root, NodeFilter filter) createTreeWalker.