|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 FormField 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 documentMethod Detail |
---|
public java.lang.String getAlign()
HTMLIFrameElement
getAlign
in interface HTMLIFrameElement
public void setAlign(java.lang.String align)
setAlign
in interface HTMLIFrameElement
public java.lang.String getFrameBorder()
HTMLIFrameElement
getFrameBorder
in interface HTMLIFrameElement
public void setFrameBorder(java.lang.String frameBorder)
setFrameBorder
in interface HTMLIFrameElement
public java.lang.String getHeight()
HTMLIFrameElement
getHeight
in interface HTMLIFrameElement
public void setHeight(java.lang.String height)
setHeight
in interface HTMLIFrameElement
public java.lang.String getLongDesc()
HTMLIFrameElement
getLongDesc
in interface HTMLIFrameElement
public void setLongDesc(java.lang.String longDesc)
setLongDesc
in interface HTMLIFrameElement
public java.lang.String getMarginHeight()
HTMLIFrameElement
getMarginHeight
in interface HTMLIFrameElement
public void setMarginHeight(java.lang.String marginHeight)
setMarginHeight
in interface HTMLIFrameElement
public java.lang.String getMarginWidth()
HTMLIFrameElement
getMarginWidth
in interface HTMLIFrameElement
public void setMarginWidth(java.lang.String marginWidth)
setMarginWidth
in interface HTMLIFrameElement
public java.lang.String getName()
HTMLIFrameElement
target
attribute). See the
name attribute definition in HTML 4.0.
getName
in interface HTMLIFrameElement
public void setName(java.lang.String name)
setName
in interface HTMLIFrameElement
public java.lang.String getScrolling()
HTMLIFrameElement
getScrolling
in interface HTMLIFrameElement
public void setScrolling(java.lang.String scrolling)
setScrolling
in interface HTMLIFrameElement
public java.lang.String getSrc()
HTMLIFrameElement
getSrc
in interface HTMLIFrameElement
public void setSrc(java.lang.String src)
setSrc
in interface HTMLIFrameElement
public java.lang.String getWidth()
HTMLIFrameElement
getWidth
in interface HTMLIFrameElement
public 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 |