Uses of Interface
org.loboevolution.html.node.NodeList
Packages that use NodeList
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of NodeList in org.loboevolution.apache.xml.dtm.ref
Classes in org.loboevolution.apache.xml.dtm.ref that implement NodeListModifier and TypeClassDescriptionclass
DTMNodeList
gives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.class
DTMNodeList
gives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.class
DTMNodeList
gives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.Methods in org.loboevolution.apache.xml.dtm.ref that return NodeListModifier and TypeMethodDescriptionfinal NodeList
DTMNodeProxy.getChildNodes()
Returns the children.DTMNodeProxy.querySelectorAll
(String selectors) -
Uses of NodeList in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Methods in org.loboevolution.apache.xml.dtm.ref.dom2dtm that return NodeListModifier and TypeMethodDescriptionDOM2DTMdefaultNamespaceDeclarationNode.getChildNodes()
Returns the children. -
Uses of NodeList in org.loboevolution.apache.xpath
Methods in org.loboevolution.apache.xpath that return NodeListModifier and TypeMethodDescriptionstatic NodeList
XPathAPI.selectNodeList
(Node contextNode, String str) Use an XPath string to select a nodelist.static NodeList
XPathAPI.selectNodeList
(Node contextNode, String str, Node namespaceNode) Use an XPath string to select a nodelist. -
Uses of NodeList in org.loboevolution.apache.xpath.objects
Methods in org.loboevolution.apache.xpath.objects that return NodeList -
Uses of NodeList in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom that return NodeListModifier and TypeMethodDescriptionHTMLButtonElement.getLabels()
getLabels.HTMLInputElement.getLabels()
getLabels.HTMLMeterElement.getLabels()
getLabels.HTMLOutputElement.getLabels()
getLabels.HTMLProgressElement.getLabels()
getLabels.HTMLSelectElement.getLabels()
Gets labels.HTMLTextAreaElement.getLabels()
getLabels. -
Uses of NodeList in org.loboevolution.html.dom.domimpl
Methods in org.loboevolution.html.dom.domimpl that return NodeList -
Uses of NodeList in org.loboevolution.html.dom.nodeimpl
Classes in org.loboevolution.html.dom.nodeimpl that implement NodeListMethods in org.loboevolution.html.dom.nodeimpl that return NodeListModifier and TypeMethodDescriptionNamedNodeMapImpl.getAttributes()
NodeImpl.getChildNodes()
Returns the children.NodeImpl.getDescendents
(NodeFilter filter, boolean nestIntoMatchingNodes) Creates an NodeList of descendent nodes that the given filter condition.NodeImpl.getNodeList
(NodeFilter filter) Getter for the field nodeList.DocumentImpl.querySelectorAll
(String selector) Returns all element descendants of node that match selectors.ElementImpl.querySelectorAll
(String selector) Returns all element descendants of node that match selectors. -
Uses of NodeList in org.loboevolution.html.dom.smil
Methods in org.loboevolution.html.dom.smil that return NodeListModifier and TypeMethodDescriptionElementTimeContainer.getActiveChildrenAt
(float instant) Returns a list of child elements active at the specified invocation.ElementExclusiveTimeContainer.getPausedElements()
This should support another method to get the ordered collection of paused elements (the paused stack) at a given point in time.ElementTimeContainer.getTimeChildren()
A NodeList that contains all timed childrens of this node. -
Uses of NodeList in org.loboevolution.html.dom.svg
Methods in org.loboevolution.html.dom.svg that return NodeListModifier and TypeMethodDescriptionSVGSVGElement.getEnclosureList
(SVGRect rect, SVGElement referenceElement) getEnclosureList.SVGSVGElement.getIntersectionList
(SVGRect rect, SVGElement referenceElement) getIntersectionList. -
Uses of NodeList in org.loboevolution.html.dom.svgimpl
Methods in org.loboevolution.html.dom.svgimpl that return NodeListModifier and TypeMethodDescriptionSVGSVGElementImpl.getEnclosureList
(SVGRect rect, SVGElement referenceElement) getEnclosureList.SVGSVGElementImpl.getIntersectionList
(SVGRect rect, SVGElement referenceElement) getIntersectionList. -
Uses of NodeList in org.loboevolution.html.dom.xpath
Methods in org.loboevolution.html.dom.xpath that return NodeList -
Uses of NodeList in org.loboevolution.html.js.xml
Methods in org.loboevolution.html.js.xml that return NodeListModifier and TypeMethodDescriptionXMLDocument.getChildNodes()
Returns the children.XMLDocument.querySelectorAll
(String selectors) Returns all element descendants of node that match selectors. -
Uses of NodeList in org.loboevolution.html.node
Methods in org.loboevolution.html.node that return NodeListModifier and TypeMethodDescriptionNode.getChildNodes()
Returns the children.ParentNode.querySelectorAll
(String selectors) Returns all element descendants of node that match selectors.