org.stjs.javascript.dom
Class Document
java.lang.Object
org.stjs.javascript.dom.Node
org.stjs.javascript.dom.Document
public abstract class Document
- extends Node
| Fields inherited from class org.stjs.javascript.dom.Node |
attributes, baseURI, childNodes, firstChild, hasAttributes, hasChildNodes, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling, textContent |
| Methods inherited from class org.stjs.javascript.dom.Node |
appendChild, cloneNode, compareDocumentPosition, getFeature, getUserData, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URL
public String URL
documentURI
public String documentURI
anchors
public HTMLCollection<Anchor> anchors
applets
public HTMLCollection<Applet> applets
body
public Element body
cookie
public String cookie
domain
public String domain
forms
public HTMLCollection<Form> forms
images
public HTMLCollection<Image> images
links
public HTMLCollection<Link> links
referrer
public String referrer
title
public String title
documentElement
public Element documentElement
location
public Location location
Document
public Document()
getElementsByName
public HTMLList<Element> getElementsByName(String arg0)
getElementById
public Element getElementById(String id)
getElementsByTagName
public HTMLList<Element> getElementsByTagName(String tagName)
writeln
public void writeln(String arg0)
write
public void write(String arg0)
close
public void close()
open
public void open()
createElement
public Element createElement(String tagName)
createTextNode
public Text createTextNode(String data)
createAttribute
public Attr createAttribute(String name)
Copyright © 2013. All Rights Reserved.