|
||||||||||
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.HTMLFrameElementImpl
public class HTMLFrameElementImpl
HTMLFrameElement
,
ElementImpl
,
Serialized FormField Summary |
---|
Fields inherited from interface org.w3c.dom.TypeInfo |
---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
Constructor Summary | |
---|---|
HTMLFrameElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
Constructor requires owner document. |
Method Summary | |
---|---|
java.lang.String |
getFrameBorder()
Request frame borders. |
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). |
boolean |
getNoResize()
When true, forbid user from resizing frame. |
java.lang.String |
getScrolling()
Specify whether or not the frame should have scrollbars. |
java.lang.String |
getSrc()
A URI designating the initial frame contents. |
void |
setFrameBorder(java.lang.String frameBorder)
|
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 |
setNoResize(boolean noResize)
|
void |
setScrolling(java.lang.String scrolling)
|
void |
setSrc(java.lang.String src)
|
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 HTMLFrameElementImpl(HTMLDocumentImpl owner, java.lang.String name)
owner
- The owner HTML documentMethod Detail |
---|
public java.lang.String getFrameBorder()
HTMLFrameElement
getFrameBorder
in interface HTMLFrameElement
public void setFrameBorder(java.lang.String frameBorder)
setFrameBorder
in interface HTMLFrameElement
public java.lang.String getLongDesc()
HTMLFrameElement
getLongDesc
in interface HTMLFrameElement
public void setLongDesc(java.lang.String longDesc)
setLongDesc
in interface HTMLFrameElement
public java.lang.String getMarginHeight()
HTMLFrameElement
getMarginHeight
in interface HTMLFrameElement
public void setMarginHeight(java.lang.String marginHeight)
setMarginHeight
in interface HTMLFrameElement
public java.lang.String getMarginWidth()
HTMLFrameElement
getMarginWidth
in interface HTMLFrameElement
public void setMarginWidth(java.lang.String marginWidth)
setMarginWidth
in interface HTMLFrameElement
public java.lang.String getName()
HTMLFrameElement
target
attribute). See the
name attribute definition in HTML 4.0.
getName
in interface HTMLFrameElement
public void setName(java.lang.String name)
setName
in interface HTMLFrameElement
public boolean getNoResize()
HTMLFrameElement
getNoResize
in interface HTMLFrameElement
public void setNoResize(boolean noResize)
setNoResize
in interface HTMLFrameElement
public java.lang.String getScrolling()
HTMLFrameElement
getScrolling
in interface HTMLFrameElement
public void setScrolling(java.lang.String scrolling)
setScrolling
in interface HTMLFrameElement
public java.lang.String getSrc()
HTMLFrameElement
getSrc
in interface HTMLFrameElement
public void setSrc(java.lang.String src)
setSrc
in interface HTMLFrameElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |