Uses of Interface
org.loboevolution.html.node.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
Modifier 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.Modifier and TypeMethodDescriptionfinal NodeList
DTMNodeProxy.getChildNodes()
Returns the children.DTMNodeProxy.querySelectorAll
(String selectors) -
Uses of NodeList in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Modifier and TypeMethodDescriptionDOM2DTMdefaultNamespaceDeclarationNode.getChildNodes()
Returns the children. -
Uses of NodeList in org.loboevolution.apache.xpath
Modifier 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
-
Uses of NodeList in org.loboevolution.html.dom
Modifier 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
-
Uses of NodeList in org.loboevolution.html.dom.nodeimpl
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionSVGSVGElement.getEnclosureList
(SVGRect rect, SVGElement referenceElement) getEnclosureList.SVGSVGElement.getIntersectionList
(SVGRect rect, SVGElement referenceElement) getIntersectionList. -
Uses of NodeList in org.loboevolution.html.dom.svgimpl
Modifier and TypeMethodDescriptionSVGSVGElementImpl.getEnclosureList
(SVGRect rect, SVGElement referenceElement) getEnclosureList.SVGSVGElementImpl.getIntersectionList
(SVGRect rect, SVGElement referenceElement) getIntersectionList. -
Uses of NodeList in org.loboevolution.html.dom.xpath
-
Uses of NodeList in org.loboevolution.html.js.xml
Modifier 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
Modifier and TypeMethodDescriptionNode.getChildNodes()
Returns the children.ParentNode.querySelectorAll
(String selectors) Returns all element descendants of node that match selectors.