Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.html » dom » [javadoc | source]
org.apache.html.dom
public class: HTMLFrameElementImpl [javadoc | source]
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

All Implemented Interfaces:
    HTMLFrameElement, HTMLElement, TypeInfo, Element, Cloneable, Node, EventTarget, Serializable, NodeList

Fields inherited from org.apache.xerces.dom.ElementImpl:
serialVersionUID,  name,  attributes
Fields inherited from org.apache.xerces.dom.ParentNode:
serialVersionUID,  ownerDocument,  firstChild,  fNodeListCache
Fields inherited from org.apache.xerces.dom.ChildNode:
serialVersionUID,  previousSibling,  nextSibling
Fields inherited from org.apache.xerces.dom.NodeImpl:
TREE_POSITION_PRECEDING,  TREE_POSITION_FOLLOWING,  TREE_POSITION_ANCESTOR,  TREE_POSITION_DESCENDANT,  TREE_POSITION_EQUIVALENT,  TREE_POSITION_SAME_NODE,  TREE_POSITION_DISCONNECTED,  DOCUMENT_POSITION_DISCONNECTED,  DOCUMENT_POSITION_PRECEDING,  DOCUMENT_POSITION_FOLLOWING,  DOCUMENT_POSITION_CONTAINS,  DOCUMENT_POSITION_IS_CONTAINED,  DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC,  serialVersionUID,  ELEMENT_DEFINITION_NODE,  ownerNode,  flags,  READONLY,  SYNCDATA,  SYNCCHILDREN,  OWNED,  FIRSTCHILD,  SPECIFIED,  IGNORABLEWS,  HASSTRING,  NORMALIZED,  ID
Constructor:
 public HTMLFrameElementImpl(HTMLDocumentImpl owner,
    String name) 
    Constructor requires owner document.
    Parameters:
    owner - The owner HTML document
Method from org.apache.html.dom.HTMLFrameElementImpl Summary:
getFrameBorder,   getLongDesc,   getMarginHeight,   getMarginWidth,   getName,   getNoResize,   getScrolling,   getSrc,   setFrameBorder,   setLongDesc,   setMarginHeight,   setMarginWidth,   setName,   setNoResize,   setScrolling,   setSrc
Methods from org.apache.html.dom.HTMLElementImpl:
capitalize,   getAttribute,   getAttributeNS,   getAttributeNode,   getAttributeNodeNS,   getBinary,   getCapitalized,   getClassName,   getDir,   getElementsByTagName,   getElementsByTagNameNS,   getForm,   getId,   getInteger,   getLang,   getTitle,   setAttribute,   setClassName,   setDir,   setId,   setLang,   setTitle
Methods from 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,   moveSpecifiedAttributes,   normalize,   reconcileDefaultAttributes,   removeAttribute,   removeAttributeNS,   removeAttributeNode,   rename,   setAttribute,   setAttributeNS,   setAttributeNode,   setAttributeNodeNS,   setIdAttribute,   setIdAttributeNS,   setIdAttributeNode,   setOwnerDocument,   setReadOnly,   setXercesAttributeNode,   setupDefaultAttributes,   synchronizeData
Methods from org.apache.xerces.dom.ParentNode:
checkNormalizationAfterInsert,   checkNormalizationAfterRemove,   cloneNode,   getChildNodes,   getChildNodesUnoptimized,   getFirstChild,   getLastChild,   getLength,   getOwnerDocument,   getTextContent,   getTextContent,   hasChildNodes,   hasTextContent,   insertBefore,   internalInsertBefore,   internalRemoveChild,   isEqualNode,   item,   lastChild,   lastChild,   normalize,   ownerDocument,   removeChild,   replaceChild,   setOwnerDocument,   setReadOnly,   setTextContent,   synchronizeChildren
Methods from org.apache.xerces.dom.ChildNode:
cloneNode,   getNextSibling,   getParentNode,   getPreviousSibling,   parentNode,   previousSibling
Methods from org.apache.xerces.dom.NodeImpl:
addEventListener,   appendChild,   changed,   changes,   cloneNode,   compareDocumentPosition,   compareTreePosition,   dispatchEvent,   getAttributes,   getBaseURI,   getChildNodes,   getContainer,   getElementAncestor,   getFeature,   getFirstChild,   getLastChild,   getLength,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeNumber,   getNodeType,   getNodeValue,   getOwnerDocument,   getParentNode,   getPrefix,   getPreviousSibling,   getReadOnly,   getTextContent,   getTextContent,   getUserData,   getUserData,   getUserDataRecord,   hasAttributes,   hasChildNodes,   hasStringValue,   hasStringValue,   insertBefore,   internalIsIgnorableWhitespace,   isDefaultNamespace,   isEqualNode,   isFirstChild,   isFirstChild,   isIdAttribute,   isIdAttribute,   isIgnorableWhitespace,   isNormalized,   isNormalized,   isOwned,   isOwned,   isReadOnly,   isReadOnly,   isSameNode,   isSpecified,   isSpecified,   isSupported,   item,   lookupNamespacePrefix,   lookupNamespaceURI,   lookupPrefix,   needsSyncChildren,   needsSyncChildren,   needsSyncData,   needsSyncData,   normalize,   ownerDocument,   parentNode,   previousSibling,   removeChild,   removeEventListener,   replaceChild,   setNodeValue,   setOwnerDocument,   setPrefix,   setReadOnly,   setTextContent,   setUserData,   setUserData,   synchronizeData,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.html.dom.HTMLFrameElementImpl Detail:
 public String getFrameBorder() 
 public String getLongDesc() 
 public String getMarginHeight() 
 public String getMarginWidth() 
 public String getName() 
 public boolean getNoResize() 
 public String getScrolling() 
 public String getSrc() 
 public  void setFrameBorder(String frameBorder) 
 public  void setLongDesc(String longDesc) 
 public  void setMarginHeight(String marginHeight) 
 public  void setMarginWidth(String marginWidth) 
 public  void setName(String name) 
 public  void setNoResize(boolean noResize) 
 public  void setScrolling(String scrolling) 
 public  void setSrc(String src)