Uses of Interface
org.loboevolution.html.dom.HTMLCollection
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.
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of HTMLCollection in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeMethodDescriptionDTMNodeProxy.getAnchors()
DTMNodeProxy.getApplets()
DTMNodeProxy.getChildren()
DTMNodeProxy.getCommands()
DTMNodeProxy.getElementsByClassName
(String classNames) DTMNodeProxy.getElementsByName
(String elementName) final HTMLCollection
DTMNodeProxy.getElementsByTagName
(String tagname) Retrieves a collection of objects based on the specified element name.final HTMLCollection
DTMNodeProxy.getElementsByTagNameNS
(String namespaceURI, String localName) If namespace and localName are "*" returns a HTMLCollection of all descendant elements.DTMNodeProxy.getEmbeds()
DTMNodeProxy.getForms()
DTMNodeProxy.getImages()
DTMNodeProxy.getLinks()
DTMNodeProxy.getPlugins()
DTMNodeProxy.getScripts()
-
Uses of HTMLCollection in org.loboevolution.apache.xpath
Modifier and TypeClassDescriptionclass
The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. -
Uses of HTMLCollection in org.loboevolution.html.dom
Modifier and TypeInterfaceDescriptioninterface
interface
HTMLOptionsCollection is an interface representing a collection of HTML option elements (in document order) and offers methods and properties for traversing the list as well as optionally altering its items.Modifier and TypeMethodDescriptionHTMLMapElement.getAreas()
Retrieves a collection of the area objects defined for the given map object.HTMLTableRowElement.getCells()
Retrieves a collection of all cells in the table row.HTMLFieldSetElement.getElements()
getElements.HTMLTableElement.getRows()
Sets or retrieves the number of horizontal rows contained in the object.HTMLTableSectionElement.getRows()
Sets or retrieves the number of horizontal rows contained in the object.HTMLSelectElement.getSelectedOptions()
Gets selected options.HTMLTableElement.gettBodies()
Retrieves a collection of all tBody objects in the table. -
Uses of HTMLCollection in org.loboevolution.html.dom.domimpl
Modifier and TypeClassDescriptionclass
HTMLCollectionImpl class.class
HTMLFormControlsCollectionImpl class.class
HTMLOptionsCollectionImpl class.Modifier and TypeMethodDescriptionHTMLTableRowElementImpl.getCells()
Retrieves a collection of all cells in the table row.HTMLFieldsetElementImpl.getElements()
getElements.HTMLTableElementImpl.getRows()
Sets or retrieves the number of horizontal rows contained in the object.HTMLTableSectionElementImpl.getRows()
Sets or retrieves the number of horizontal rows contained in the object.HTMLSelectElementImpl.getSelectedOptions()
Gets selected options.HTMLTableElementImpl.gettBodies()
Retrieves a collection of all tBody objects in the table. -
Uses of HTMLCollection in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionDocumentImpl.getAnchors()
Retrieves a collection of all a objects that have a name and/or id property.DocumentImpl.getApplets()
Retrieves a collection of all applet objects in the document.NodeImpl.getChildren()
getChildren.DocumentImpl.getCommands()
getCommands.DocumentImpl.getElementsByClassName
(String classNames) Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames.ElementImpl.getElementsByClassName
(String classNames) Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames.DocumentImpl.getElementsByName
(String elementName) Gets a collection of objects based on the value of the NAME or ID attribute.DocumentImpl.getElementsByTagName
(String tagname) Retrieves a collection of objects based on the specified element name.ElementImpl.getElementsByTagName
(String tagname) getElementsByTagName.DocumentImpl.getElementsByTagNameNS
(String namespaceURI, String localName) If namespace and localName are "*" returns a HTMLCollection of all descendant elements.ElementImpl.getElementsByTagNameNS
(String namespaceURI, String localName) getElementsByTagNameNS.DocumentImpl.getEmbeds()
Retrieves a collection of all embed objects in the document.DocumentImpl.getForms()
Retrieves a collection, in source order, of all form objects in the document.DocumentImpl.getImages()
Retrieves a collection, in source order, of img objects in the document.DocumentImpl.getLinks()
Retrieves a collection of all a objects that specify the href property and all area objects in the document.DocumentImpl.getPlugins()
Return an HTMLCollection of the embed elements in the Document.DocumentImpl.getScripts()
Retrieves a collection of all script objects in the document. -
Uses of HTMLCollection in org.loboevolution.html.js.xml
Modifier and TypeMethodDescriptionXMLDocument.getAnchors()
Retrieves a collection of all a objects that have a name and/or id property.XMLDocument.getApplets()
Retrieves a collection of all applet objects in the document.XMLDocument.getChildren()
Returns the child elements.XMLDocument.getCommands()
getCommands.XMLDocument.getElementsByClassName
(String classNames) Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames.XMLDocument.getElementsByName
(String elementName) Gets a collection of objects based on the value of the NAME or ID attribute.XMLDocument.getElementsByTagName
(String tagname) Retrieves a collection of objects based on the specified element name.XMLDocument.getElementsByTagNameNS
(String namespaceURI, String localName) If namespace and localName are "*" returns a HTMLCollection of all descendant elements.XMLDocument.getEmbeds()
Retrieves a collection of all embed objects in the document.XMLDocument.getForms()
Retrieves a collection, in source order, of all form objects in the document.XMLDocument.getImages()
Retrieves a collection, in source order, of img objects in the document.XMLDocument.getLinks()
Retrieves a collection of all a objects that specify the href property and all area objects in the document.XMLDocument.getPlugins()
Return an HTMLCollection of the embed elements in the Document.XMLDocument.getScripts()
Retrieves a collection of all script objects in the document. -
Uses of HTMLCollection in org.loboevolution.html.node
Modifier and TypeMethodDescriptionDocument.getAnchors()
Deprecated.Document.getApplets()
Deprecated.ParentNode.getChildren()
Returns the child elements.Document.getCommands()
getCommands.Document.getElementsByClassName
(String classNames) Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames.Element.getElementsByClassName
(String classNames) Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames.Document.getElementsByName
(String elementName) Gets a collection of objects based on the value of the NAME or ID attribute.Document.getElementsByTagName
(String qualifiedName) Retrieves a collection of objects based on the specified element name.Element.getElementsByTagName
(String qualifiedName) getElementsByTagName.Document.getElementsByTagNameNS
(String namespaceURI, String localName) If namespace and localName are "*" returns a HTMLCollection of all descendant elements.Element.getElementsByTagNameNS
(String namespaceURI, String localName) getElementsByTagNameNS.Document.getEmbeds()
Retrieves a collection of all embed objects in the document.Document.getForms()
Retrieves a collection, in source order, of all form objects in the document.Document.getImages()
Retrieves a collection, in source order, of img objects in the document.Document.getLinks()
Retrieves a collection of all a objects that specify the href property and all area objects in the document.Document.getPlugins()
Return an HTMLCollection of the embed elements in the Document.Document.getScripts()
Retrieves a collection of all script objects in the document.