|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.dom.JRexNodeImpl
org.mozilla.jrex.dom.JRexElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLElementImpl
A class implementing org.w3c.dom.html2.HTMLElement interface.
HTMLElement
Field Summary |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
protected |
JRexHTMLElementImpl()
Intended to be used by JNI |
Method Summary | |
String |
getClassName()
The class attribute of the element. |
String |
getDir()
Specifies the base direction of directionally neutral text and the directionality of tables. |
String |
getId()
The element's identifier. |
String |
getLang()
Language code defined in RFC 1766. |
String |
getTitle()
The element's advisory title. |
void |
setClassName(String className)
The class attribute of the element. |
void |
setDir(String dir)
Specifies the base direction of directionally neutral text and the directionality of tables. |
void |
setId(String eid)
The element's identifier. |
void |
setLang(String lang)
Language code defined in RFC 1766. |
void |
setTitle(String title)
The element's advisory title. |
Methods inherited from class org.mozilla.jrex.dom.JRexElementImpl |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.mozilla.jrex.dom.JRexNodeImpl |
appendChild, cloneNode, dispose, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Constructor Detail |
protected JRexHTMLElementImpl()
Method Detail |
public String getId()
HTMLElement
getId
in interface HTMLElement
public void setId(String eid) throws DOMException
HTMLElement
setId
in interface HTMLElement
DOMException
public String getTitle()
HTMLElement
getTitle
in interface HTMLElement
public void setTitle(String title) throws DOMException
HTMLElement
setTitle
in interface HTMLElement
DOMException
public String getLang()
HTMLElement
getLang
in interface HTMLElement
public void setLang(String lang) throws DOMException
HTMLElement
setLang
in interface HTMLElement
DOMException
public String getDir()
HTMLElement
getDir
in interface HTMLElement
public void setDir(String dir) throws DOMException
HTMLElement
setDir
in interface HTMLElement
DOMException
public String getClassName()
HTMLElement
getClassName
in interface HTMLElement
public void setClassName(String className) throws DOMException
HTMLElement
setClassName
in interface HTMLElement
DOMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |