public interface HTMLObjectElement extends HTMLElement, ScriptObject
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Modifier and Type | Method and Description |
|---|---|
boolean |
checkValidity() |
HTMLDocument |
getContentDocument() |
WindowProxy |
getContentWindow() |
String |
getData() |
HTMLFormElement |
getForm() |
String |
getHeight() |
String |
getType() |
boolean |
getTypeMustMatch() |
String |
getUseMap() |
String |
getValidationMessage() |
ValidityState |
getValidity() |
String |
getWidth() |
boolean |
getWillValidate() |
void |
setCustomValidity() |
void |
setData(String data) |
void |
setHeight(String h) |
void |
setType(String type) |
void |
setTypeMustMatch(boolean match) |
void |
setUseMap(String map) |
void |
setWidth(String w) |
blur, click, focus, getAccessKey, getAccessKeyLabel, getChildElements, getContentEditable, getDataset, getHidden, getName, getOwnerDocument, getSpellcheck, getStyle, getTabIndex, getTranslate, isContentEditable, prepend, setAccessKey, setContentEditable, setHidden, setName, setSpellcheck, setStyle, setTabIndex, setTranslategetClassName, getId, setClassName, setIdgetAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNSappendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDataString getData()
void setData(String data)
String getType()
void setType(String type)
boolean getTypeMustMatch()
void setTypeMustMatch(boolean match)
String getUseMap()
void setUseMap(String map)
String getWidth()
void setWidth(String w)
String getHeight()
void setHeight(String h)
HTMLDocument getContentDocument()
WindowProxy getContentWindow()
boolean getWillValidate()
ValidityState getValidity()
String getValidationMessage()
boolean checkValidity()
void setCustomValidity()
HTMLFormElement getForm()
Copyright © 2017. All rights reserved.