Package | Description |
---|---|
elemental.dom | |
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
HTMLCollection |
Document.getAnchors()
Returns a list of all of the anchors in the document.
|
HTMLCollection |
Document.getApplets()
Returns an ordered list of the applets within a document.
|
HTMLCollection |
Element.getChildren()
A live
nsIDOMNodeList
of the current child elements. |
HTMLCollection |
Document.getEmbeds()
Returns a list of the embedded OBJECTS within the current document.
|
HTMLCollection |
Document.getForms()
Returns a list of the FORM elements within the current document.
|
HTMLCollection |
Document.getImages()
Returns a list of the images in the current document.
|
HTMLCollection |
Document.getLinks()
Returns a list of all the hyperlinks in the document.
|
HTMLCollection |
Document.getPlugins()
Returns a list of the available plugins.
|
HTMLCollection |
Document.getScripts()
Returns all the
<script>
elements on the document. |
Modifier and Type | Interface and Description |
---|---|
interface |
HTMLOptionsCollection
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 Type | Method and Description |
---|---|
HTMLCollection |
MapElement.getAreas() |
HTMLCollection |
TableRowElement.getCells()
row.ch
|
HTMLCollection |
FormElement.getElements()
All the form controls belonging to this form element.
|
HTMLCollection |
FieldSetElement.getElements()
The elements belonging to this field set.
|
HTMLCollection |
TableSectionElement.getRows() |
HTMLCollection |
TableElement.getRows()
rows returns the rows in the table.
|
HTMLCollection |
SelectElement.getSelectedOptions()
The set of options that are selected.
|
HTMLCollection |
TableElement.getTBodies()
tBodies returns the table bodies.
|
Modifier and Type | Class and Description |
---|---|
class |
JsHTMLCollection |
class |
JsHTMLOptionsCollection |
Copyright © 2018. All rights reserved.