Searched refs:HTMLCollection (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLMapElement.java52 public HTMLCollection getAreas();
H A DHTMLDocument.java99 public HTMLCollection getImages();
105 public HTMLCollection getApplets();
112 public HTMLCollection getLinks();
117 public HTMLCollection getForms();
126 public HTMLCollection getAnchors();
H A DHTMLCollection.java47 * An <code>HTMLCollection</code> is a list of nodes. An individual node may
54 public interface HTMLCollection { interface
H A DHTMLFormElement.java55 public HTMLCollection getElements();
H A DHTMLTableSectionElement.java83 public HTMLCollection getRows();
H A DHTMLSelectElement.java89 public HTMLCollection getOptions();
H A DHTMLTableRowElement.java70 public HTMLCollection getCells();
H A DHTMLTableElement.java82 public HTMLCollection getRows();
87 public HTMLCollection getTBodies();

Completed in 894 milliseconds