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 TypeMethodDescriptionvoidDTMNodeProxy.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) voidDTMNodeProxy.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 TypeMethodDescriptionvoidDOM2DTMdefaultNamespaceDeclarationNode.appendChildrenToCollectionImpl(NodeFilter filter, Collection<Node> collection) voidDOM2DTMdefaultNamespaceDeclarationNode.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 TypeClassDescriptionclassThe Class AnchorFilter.classThe Class BodyFilter.classThe Class CaptionFilter.classClassNameFilter class.classColumnsFilter class.classCommandFilter class.final classElementFilter class.classThe Class ElementNameFilter.classThe Class EmbedFilter.classThe Class FormFilterclassThe Class HeadFilter.classIdFilter class.classThe Class IFrameFilter.classThe Class ImageFilter.classInputFilter class.classThe Class LinkFilter.classOptionFilter class.classThe Class ScriptFilter.classTagNameFilter class.classTagNameFilter class.classTextFilter class. -
Uses of NodeFilter in org.loboevolution.html.dom.nodeimpl
Methods in org.loboevolution.html.dom.nodeimpl with parameters of type NodeFilterModifier and TypeMethodDescriptionvoidNodeImpl.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) voidNodeImpl.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 voidNodeImpl.removeChildrenImpl(NodeFilter filter) removeChildrenImpl.protected voidNodeImpl.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 TypeMethodDescriptionvoidXPathNamespaceImpl.appendChildrenToCollectionImpl(NodeFilter filter, Collection<Node> collection) voidXPathNamespaceImpl.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 TypeMethodDescriptionvoidXMLDocument.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.voidXMLDocument.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 TypeMethodDescriptionvoidNode.appendChildrenToCollectionImpl(NodeFilter filter, Collection<Node> collection) voidNode.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 TypeMethodDescriptionvoidSVGElementWrapper.appendChildrenToCollectionImpl(NodeFilter filter, Collection<Node> collection) voidSVGElementWrapper.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.