public class HTMLDocumentImpl extends DocumentImpl implements org.w3c.dom.html.HTMLDocument, HTMLContainerElement
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
ATTRIBUTE_NODE, CDATA_SECTION_NODE, 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, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Constructor and Description |
---|
HTMLDocumentImpl() |
adoptNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagNameNS, getImplementation, getInputEncoding, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getStrictErrorChecking, getXmlEncoding, getXmlStandalone, getXmlVersion, importNode, initialize, normalizeDocument, renameNode, setDocumentURI, setNodeValue, setStrictErrorChecking, setXmlStandalone, setXmlVersion
appendChild, compareDocumentPosition, getAttributes, getBaseURI, getChildIfPermitted, getChildNodes, getElementsByTagNames, getFeature, getFirstChild, getJavaPropertyName, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, initialize, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, preOrderIterator, preOrderIterator, preOrderIteratorAfterNode, preOrderIteratorAfterNode, removeChild, replaceChild, setPrefix, setTextContent, setUserData
clearCaches, createAnonymousFunctionName, getClassName, has, newScriptingEngine
clearErrorMessages, discardDocumentWriteBuffer, doEvent, doEventScript, evaluateExpression, getDocumentWriteBuffer, getErrorMessages, handleEvent, handleScriptException, runScript, supportsScriptLanguage
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adoptNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagNameNS, getImplementation, getInputEncoding, getStrictErrorChecking, getXmlEncoding, getXmlStandalone, getXmlVersion, importNode, normalizeDocument, renameNode, setDocumentURI, setStrictErrorChecking, setXmlStandalone, setXmlVersion
appendChild, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
public void setIFramesEnabled(boolean enabled)
public Object get(String propertyName, org.mozilla.javascript.Scriptable scriptable)
get
in interface org.mozilla.javascript.Scriptable
get
in class AbstractDomComponent
public void put(String propertyName, org.mozilla.javascript.Scriptable initialObject, Object value)
put
in interface org.mozilla.javascript.Scriptable
put
in class AbstractDomComponent
public org.w3c.dom.html.HTMLCollection getLinks()
getLinks
in interface HTMLContainerElement
getLinks
in interface org.w3c.dom.html.HTMLDocument
public org.w3c.dom.html.HTMLCollection getImages()
getImages
in interface HTMLContainerElement
getImages
in interface org.w3c.dom.html.HTMLDocument
public org.w3c.dom.html.HTMLCollection getApplets()
getApplets
in interface HTMLContainerElement
getApplets
in interface org.w3c.dom.html.HTMLDocument
public org.w3c.dom.html.HTMLCollection getForms()
getForms
in interface HTMLContainerElement
getForms
in interface org.w3c.dom.html.HTMLDocument
public org.w3c.dom.html.HTMLCollection getAnchors()
getAnchors
in interface HTMLContainerElement
getAnchors
in interface org.w3c.dom.html.HTMLDocument
public String getTitle()
getTitle
in interface org.w3c.dom.html.HTMLDocument
public void setTitle(String title)
setTitle
in interface org.w3c.dom.html.HTMLDocument
public String getReferrer()
getReferrer
in interface org.w3c.dom.html.HTMLDocument
public String getDomain()
getDomain
in interface org.w3c.dom.html.HTMLDocument
public String getURL()
getURL
in interface org.w3c.dom.html.HTMLDocument
public org.w3c.dom.html.HTMLElement getBody()
getBody
in interface org.w3c.dom.html.HTMLDocument
public void setBody(org.w3c.dom.html.HTMLElement body)
setBody
in interface org.w3c.dom.html.HTMLDocument
public String getCookie()
getCookie
in interface org.w3c.dom.html.HTMLDocument
public void setCookie(String cookie)
setCookie
in interface org.w3c.dom.html.HTMLDocument
public void open()
open
in interface org.w3c.dom.html.HTMLDocument
public void close()
close
in interface org.w3c.dom.html.HTMLDocument
public void write(String text)
write
in interface org.w3c.dom.html.HTMLDocument
public void writeln(String text)
writeln
in interface org.w3c.dom.html.HTMLDocument
public NodeList getElementsByName(String elementName)
getElementsByName
in interface org.w3c.dom.html.HTMLDocument
public Element createElement(String tagName) throws DOMException
createElement
in interface Document
createElement
in class DocumentImpl
DOMException
public Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException
createElementNS
in interface Document
createElementNS
in class DocumentImpl
DOMException
public NodeList getElementsByTagName(String name)
getElementsByTagName
in interface Document
getElementsByTagName
in class NodeImpl
public Node cloneNode(boolean deep)
public DomWindow getWindow()
public void clearWriteBuffer()
Copyright © 2012. All Rights Reserved.