org.apache.html.dom

Class HTMLIFrameElementImpl

Implemented Interfaces:
Element, HTMLElement, HTMLIFrameElement, TypeInfo

public class HTMLIFrameElementImpl
extends HTMLElementImpl
implements HTMLIFrameElement

Version:
$Revision: 1.11 $ $Date: 2005/04/18 01:04:17 $
Author:
Assaf Arkin
See Also:
org.w3c.dom.html.HTMLIFrameElement, org.apache.xerces.dom.ElementImpl

Field Summary

Fields inherited from class org.apache.xerces.dom.ElementImpl

attributes, name

Fields inherited from class org.apache.xerces.dom.ParentNode

fNodeListCache, firstChild, ownerDocument

Constructor Summary

HTMLIFrameElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Method Summary

String
getAlign()
String
getFrameBorder()
String
getHeight()
String
getLongDesc()
String
getMarginHeight()
String
getMarginWidth()
String
getName()
String
getScrolling()
String
getSrc()
String
getWidth()
void
setAlign(String align)
void
setFrameBorder(String frameBorder)
void
setHeight(String height)
void
setLongDesc(String longDesc)
void
setMarginHeight(String marginHeight)
void
setMarginWidth(String marginWidth)
void
setName(String name)
void
setScrolling(String scrolling)
void
setSrc(String src)
void
setWidth(String width)

Methods inherited from class org.apache.html.dom.HTMLElementImpl

getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle

Methods inherited from class org.apache.xerces.dom.ElementImpl

cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData

Methods inherited from class org.apache.xerces.dom.ParentNode

cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setReadOnly, setTextContent, synchronizeChildren

Constructor Details

HTMLIFrameElementImpl

public HTMLIFrameElementImpl(HTMLDocumentImpl owner,
                             String name)
Constructor requires owner document.
Parameters:
owner - The owner HTML document

Method Details

getAlign

public String getAlign()

getFrameBorder

public String getFrameBorder()

getHeight

public String getHeight()

getLongDesc

public String getLongDesc()

getMarginHeight

public String getMarginHeight()

getMarginWidth

public String getMarginWidth()

getName

public String getName()

getScrolling

public String getScrolling()

getSrc

public String getSrc()

getWidth

public String getWidth()

setAlign

public void setAlign(String align)

setFrameBorder

public void setFrameBorder(String frameBorder)

setHeight

public void setHeight(String height)

setLongDesc

public void setLongDesc(String longDesc)

setMarginHeight

public void setMarginHeight(String marginHeight)

setMarginWidth

public void setMarginWidth(String marginWidth)

setName

public void setName(String name)

setScrolling

public void setScrolling(String scrolling)

setSrc

public void setSrc(String src)

setWidth

public void setWidth(String width)

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.