org.mozilla.jrex.dom.html2
Class JRexHTMLBaseElementImpl
java.lang.Object
org.mozilla.jrex.dom.JRexNodeImpl
org.mozilla.jrex.dom.JRexElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLBaseElementImpl
- All Implemented Interfaces:
- Element, HTMLBaseElement, HTMLElement, Node
- public class JRexHTMLBaseElementImpl
- extends JRexHTMLElementImpl
- implements HTMLBaseElement
A class implementing org.w3c.dom.html2.HTMLBaseElement interface.
- Version:
- 1.0
- Author:
- C.N.Medappa
- See Also:
HTMLBaseElement
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 |
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, 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 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 |
getHref
public String getHref()
- Description copied from interface:
HTMLBaseElement
- The base URI [IETF RFC 2396]. See the href attribute definition in HTML 4.01.
- Specified by:
getHref
in interface HTMLBaseElement
setHref
public void setHref(String href)
- Description copied from interface:
HTMLBaseElement
- The base URI [IETF RFC 2396]. See the href attribute definition in HTML 4.01.
- Specified by:
setHref
in interface HTMLBaseElement
getTarget
public String getTarget()
- Description copied from interface:
HTMLBaseElement
- The default target frame. See the target attribute definition in HTML
4.01.
- Specified by:
getTarget
in interface HTMLBaseElement
setTarget
public void setTarget(String target)
- Description copied from interface:
HTMLBaseElement
- The default target frame. See the target attribute definition in HTML
4.01.
- Specified by:
setTarget
in interface HTMLBaseElement
Copyright © 2004 C.N.Medappa. All Rights Reserved.