webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLObjectElement Interface Reference

import"HTMLObjectElement.idl";

Inheritance diagram for HTMLObjectElement:
HTMLElement

Public Member Functions

boolean checkValidity ()
 
boolean reportValidity ()
 
void setCustomValidity (DOMString? error)
 
Document getSVGDocument ()
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

readonly attribute HTMLFormElement form
 
attribute DOMString code
 
attribute DOMString align
 
attribute DOMString archive
 
attribute DOMString border
 
attribute USVString codeBase
 
attribute DOMString codeType
 
attribute USVString data
 
attribute boolean declare
 
attribute DOMString height
 
attribute unsigned long hspace
 
attribute DOMString name
 
attribute DOMString standby
 
attribute DOMString type
 
attribute DOMString useMap
 
attribute unsigned long vspace
 
attribute DOMString width
 
readonly attribute boolean willValidate
 
readonly attribute ValidityState validity
 
readonly attribute DOMString validationMessage
 
readonly attribute Document contentDocument
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ checkValidity()

boolean HTMLObjectElement::checkValidity ( )

◆ getSVGDocument()

Document HTMLObjectElement::getSVGDocument ( )

◆ reportValidity()

boolean HTMLObjectElement::reportValidity ( )

◆ setCustomValidity()

void HTMLObjectElement::setCustomValidity ( DOMString?  error)

Member Data Documentation

◆ align

attribute DOMString HTMLObjectElement::align

◆ archive

attribute DOMString HTMLObjectElement::archive

◆ border

attribute DOMString HTMLObjectElement::border

◆ code

attribute DOMString HTMLObjectElement::code

◆ codeBase

attribute USVString HTMLObjectElement::codeBase

◆ codeType

attribute DOMString HTMLObjectElement::codeType

◆ contentDocument

readonly attribute Document HTMLObjectElement::contentDocument

◆ data

attribute USVString HTMLObjectElement::data

◆ declare

attribute boolean HTMLObjectElement::declare

◆ form

readonly attribute HTMLFormElement HTMLObjectElement::form

◆ height

attribute DOMString HTMLObjectElement::height

◆ hspace

attribute unsigned long HTMLObjectElement::hspace

◆ name

attribute DOMString HTMLObjectElement::name

◆ standby

attribute DOMString HTMLObjectElement::standby

◆ type

attribute DOMString HTMLObjectElement::type

◆ useMap

attribute DOMString HTMLObjectElement::useMap

◆ validationMessage

readonly attribute DOMString HTMLObjectElement::validationMessage

◆ validity

readonly attribute ValidityState HTMLObjectElement::validity

◆ vspace

attribute unsigned long HTMLObjectElement::vspace

◆ width

attribute DOMString HTMLObjectElement::width

◆ willValidate

readonly attribute boolean HTMLObjectElement::willValidate

The documentation for this interface was generated from the following file: