HTMLQuoteElement
This object is available to unprivileged JavaScript. It implements the following interfaces:
Constants
Properties
readonly NamedNodeMap attributes
readonly NodeList childNodes
String cite
String className
readonly PRInt32 clientHeight
readonly PRInt32 clientWidth
String dir
readonly Node firstChild
String id
The nsIDOMHTMLElement interface is the primary [X]HTML element interface. It represents a single [X]HTML element in the document tree.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/
String innerHTML
String lang
readonly Node lastChild
readonly String localName
readonly String namespaceURI
readonly Node nextSibling
readonly String nodeName
readonly short nodeType
String nodeValue
readonly PRInt32 offsetHeight
readonly PRInt32 offsetLeft
readonly Element offsetParent
readonly PRInt32 offsetTop
readonly PRInt32 offsetWidth
readonly Document ownerDocument
readonly Node parentNode
String prefix
readonly Node previousSibling
readonly PRInt32 scrollHeight
PRInt32 scrollLeft
PRInt32 scrollTop
readonly PRInt32 scrollWidth
PRInt32 tabIndex
readonly String tagName
The nsIDOMElement interface represents an element in an HTML or XML document.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/
String title
Methods
Node appendChild ( Node newChild )
void blur ( )
Node cloneNode ( boolean deep )
void focus ( )
String getAttribute ( String name )
Attr getAttributeNode ( String name )
Attr getAttributeNodeNS ( String namespaceURI , String localName )
String getAttributeNS ( String namespaceURI , String localName )
NodeList getElementsByTagName ( String name )
NodeList getElementsByTagNameNS ( String namespaceURI , String localName )
boolean hasAttribute ( String name )
boolean hasAttributeNS ( String namespaceURI , String localName )
boolean hasAttributes ( )
boolean hasChildNodes ( )
Node insertBefore ( Node newChild , Node refChild )
boolean isSupported ( String feature , String version )
void normalize ( )
void removeAttribute ( String name )
Attr removeAttributeNode ( Attr oldAttr )
void removeAttributeNS ( String namespaceURI , String localName )
Node removeChild ( Node oldChild )
Node replaceChild ( Node newChild , Node oldChild )
void scrollIntoView ( boolean top )
void setAttribute ( String name , String value )
Attr setAttributeNode ( Attr newAttr )
Attr setAttributeNodeNS ( Attr newAttr )
void setAttributeNS ( String namespaceURI , String qualifiedName , String value )
Node cloneNode ( boolean deep )
- Arguments:
- deep
Attr getAttributeNode ( String name )
- Arguments:
- name
Attr getAttributeNodeNS ( String namespaceURI , String localName )
- Arguments:
- namespaceURI
- localName
NodeList getElementsByTagName ( String name )
- Arguments:
- name
NodeList getElementsByTagNameNS ( String namespaceURI , String localName )
- Arguments:
- namespaceURI
- localName
void setAttributeNS ( String namespaceURI , String qualifiedName , String value )
- Arguments:
- namespaceURI
- qualifiedName
- value
Reference documentation is generated from Mozilla's source.