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

All Implemented Interfaces:
    HTMLFormControl, HTMLObjectElement, 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 HTMLObjectElementImpl(HTMLDocumentImpl owner,
    String name) 
    Constructor requires owner document.
    Parameters:
    owner - The owner HTML document
Method from org.apache.html.dom.HTMLObjectElementImpl Summary:
getAlign,   getArchive,   getBorder,   getCode,   getCodeBase,   getCodeType,   getData,   getDeclare,   getHeight,   getHspace,   getName,   getStandby,   getTabIndex,   getType,   getUseMap,   getVspace,   getWidth,   setAlign,   setArchive,   setBorder,   setCode,   setCodeBase,   setCodeType,   setData,   setDeclare,   setHeight,   setHspace,   setName,   setStandby,   setTabIndex,   setType,   setUseMap,   setVspace,   setWidth
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.HTMLObjectElementImpl Detail:
 public String getAlign() 
 public String getArchive() 
 public String getBorder() 
 public String getCode() 
 public String getCodeBase() 
 public String getCodeType() 
 public String getData() 
 public boolean getDeclare() 
 public String getHeight() 
 public String getHspace() 
 public String getName() 
 public String getStandby() 
 public int getTabIndex() 
 public String getType() 
 public String getUseMap() 
 public String getVspace() 
 public String getWidth() 
 public  void setAlign(String align) 
 public  void setArchive(String archive) 
 public  void setBorder(String border) 
 public  void setCode(String code) 
 public  void setCodeBase(String codeBase) 
 public  void setCodeType(String codeType) 
 public  void setData(String data) 
 public  void setDeclare(boolean declare) 
 public  void setHeight(String height) 
 public  void setHspace(String hspace) 
 public  void setName(String name) 
 public  void setStandby(String standby) 
 public  void setTabIndex(int tabIndex) 
 public  void setType(String type) 
 public  void setUseMap(String useMap) 
 public  void setVspace(String vspace) 
 public  void setWidth(String width)