|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLIFrameElementImpl
public class HTMLIFrameElementImpl
HTMLIFrameElement,
ElementImpl,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
HTMLIFrameElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
Constructor requires owner document. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
java.lang.String |
getFrameBorder()
Request frame borders. |
java.lang.String |
getHeight()
Frame height. |
java.lang.String |
getLongDesc()
URI designating a long description of this image or frame. |
java.lang.String |
getMarginHeight()
Frame margin height, in pixels. |
java.lang.String |
getMarginWidth()
Frame margin width, in pixels. |
java.lang.String |
getName()
The frame name (object of the target attribute). |
java.lang.String |
getScrolling()
Specify whether or not the frame should have scrollbars. |
java.lang.String |
getSrc()
A URI designating the initial frame contents. |
java.lang.String |
getWidth()
Frame width. |
void |
setAlign(java.lang.String align)
|
void |
setFrameBorder(java.lang.String frameBorder)
|
void |
setHeight(java.lang.String height)
|
void |
setLongDesc(java.lang.String longDesc)
|
void |
setMarginHeight(java.lang.String marginHeight)
|
void |
setMarginWidth(java.lang.String marginWidth)
|
void |
setName(java.lang.String name)
|
void |
setScrolling(java.lang.String scrolling)
|
void |
setSrc(java.lang.String src)
|
void |
setWidth(java.lang.String width)
|
| Methods inherited from class org.apache.html.dom.HTMLElementImpl |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
| Methods inherited from class org.apache.xerces.dom.ElementImpl |
|---|
cloneNode, getAttributes, getBaseURI, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setReadOnly |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, item, removeChild, replaceChild, setTextContent |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, appendChild, compareDocumentPosition, compareTreePosition, dispatchEvent, getFeature, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getUserData, getUserData, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setPrefix, setUserData, setUserData, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.html.HTMLElement |
|---|
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public HTMLIFrameElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
owner - The owner HTML document| Method Detail |
|---|
public java.lang.String getAlign()
HTMLIFrameElement
getAlign in interface HTMLIFrameElementpublic void setAlign(java.lang.String align)
setAlign in interface HTMLIFrameElementpublic java.lang.String getFrameBorder()
HTMLIFrameElement
getFrameBorder in interface HTMLIFrameElementpublic void setFrameBorder(java.lang.String frameBorder)
setFrameBorder in interface HTMLIFrameElementpublic java.lang.String getHeight()
HTMLIFrameElement
getHeight in interface HTMLIFrameElementpublic void setHeight(java.lang.String height)
setHeight in interface HTMLIFrameElementpublic java.lang.String getLongDesc()
HTMLIFrameElement
getLongDesc in interface HTMLIFrameElementpublic void setLongDesc(java.lang.String longDesc)
setLongDesc in interface HTMLIFrameElementpublic java.lang.String getMarginHeight()
HTMLIFrameElement
getMarginHeight in interface HTMLIFrameElementpublic void setMarginHeight(java.lang.String marginHeight)
setMarginHeight in interface HTMLIFrameElementpublic java.lang.String getMarginWidth()
HTMLIFrameElement
getMarginWidth in interface HTMLIFrameElementpublic void setMarginWidth(java.lang.String marginWidth)
setMarginWidth in interface HTMLIFrameElementpublic java.lang.String getName()
HTMLIFrameElementtarget attribute). See the
name attribute definition in HTML 4.0.
getName in interface HTMLIFrameElementpublic void setName(java.lang.String name)
setName in interface HTMLIFrameElementpublic java.lang.String getScrolling()
HTMLIFrameElement
getScrolling in interface HTMLIFrameElementpublic void setScrolling(java.lang.String scrolling)
setScrolling in interface HTMLIFrameElementpublic java.lang.String getSrc()
HTMLIFrameElement
getSrc in interface HTMLIFrameElementpublic void setSrc(java.lang.String src)
setSrc in interface HTMLIFrameElementpublic java.lang.String getWidth()
HTMLIFrameElement
getWidth in interface HTMLIFrameElementpublic void setWidth(java.lang.String width)
setWidth in interface HTMLIFrameElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||