public class HTMLDocument extends Document
| Modifier and Type | Class and Description |
|---|---|
static interface |
HTMLDocument.LinksHTMLCollectionTypeParameterUnionType |
Document.AppendNodesUnionType, Document.CreateElementTypeExtensionType, Document.CreateElementTypeExtensionUnionType, Document.CreateTextNodeDataUnionType, Document.PrependNodesUnionType, Document.RegisterElementOptionsType, Document.RegisterOptionsType, Document.WritelnTextUnionType, Document.WriteTextUnionTypeEventTarget.AddEventListenerListenerFn, EventTarget.AddEventListenerOptionsUnionType, EventTarget.RemoveEventListenerListenerFn, EventTarget.RemoveEventListenerOptionsUnionType| Modifier and Type | Field and Description |
|---|---|
HTMLCollection<HTMLAnchorElement> |
anchors |
HTMLCollection<HTMLAppletElement> |
applets |
HTMLBodyElement |
body |
java.lang.String |
cookie |
java.lang.String |
domain |
HTMLCollection<HTMLFormElement> |
forms |
HTMLCollection<HTMLImageElement> |
images |
HTMLCollection<HTMLDocument.LinksHTMLCollectionTypeParameterUnionType> |
links |
java.lang.String |
referrer |
java.lang.String |
title |
java.lang.String |
URL |
activeElement, childElementCount, currentScript, doctype, documentElement, documentURI, firstElementChild, fonts, fullscreenElement, fullscreenEnabled, head, hidden, implementation, inputEncoding, lastElementChild, mozFullScreen, mozFullScreenElement, mozFullScreenEnabled, mozHidden, mozVisibilityState, msFullscreenElement, msFullscreenEnabled, msHidden, msVisibilityState, open, readyState, scrollingElement, visibilityState, webkitCurrentFullScreenElement, webkitFullscreenElement, webkitFullscreenEnabled, webkitFullScreenKeyboardInputAllowed, webkitHidden, webkitIsFullScreen, webkitVisibilityState, xmlEncoding, xmlStandalone, xmlVersionassignedSlot, ATTRIBUTE_NODE, attributes, baseURI, CDATA_SECTION_NODE, childNodes, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, firstChild, isConnected, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent| Constructor and Description |
|---|
HTMLDocument() |
| Modifier and Type | Method and Description |
|---|---|
NodeList<Element> |
getElementsByName(java.lang.String elementName) |
void |
open() |
void |
open(java.lang.String mimeType) |
void |
open(java.lang.String mimeType,
java.lang.String replace) |
adoptNode, append, append, append, caretPositionFromPoint, close, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElement, createElement, createElement, createElementNS, createElementNS, createNodeIterator, createNodeIterator, createNodeIterator, createNodeIterator, createProcessingInstruction, createTextNode, createTextNode, createTextNode, createTouch, createTouchList, createTreeWalker, createTreeWalker, createTreeWalker, createTreeWalker, elementFromPoint, elementsFromPoint, exitFullscreen, getElementById, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getSelection, hasFocus, importNode, importNode, mozCancelFullScreen, msExitFullscreen, postMessage, prepend, prepend, prepend, querySelector, querySelectorAll, register, registerElement, registerElement, webkitCancelFullScreen, write, write, write, writeln, writeln, writelnaddEventListener, addEventListener, appendChild, cloneNode, compareDocumentPosition, contains, dispatchEvent, getFeature, getRootNode, getRootNode, getUserData, hasAttributes, hasChildNodes, insertAdjacentElement, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, removeEventListener, removeEventListener, replaceChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEventListener, addEventListener, removeEventListener, removeEventListenerpublic java.lang.String URL
public HTMLCollection<HTMLAnchorElement> anchors
public HTMLCollection<HTMLAppletElement> applets
public HTMLBodyElement body
public java.lang.String cookie
public java.lang.String domain
public HTMLCollection<HTMLFormElement> forms
public HTMLCollection<HTMLImageElement> images
public HTMLCollection<HTMLDocument.LinksHTMLCollectionTypeParameterUnionType> links
public java.lang.String referrer
public java.lang.String title