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

import"TestDOMJIT.idl";

Inherits Node.

Public Member Functions

DOMString getAttribute (DOMString name)
 
DOMString item (unsigned short x, unsigned short y)
 
boolean hasAttribute ()
 
Element getElementById ([RequiresExistingAtomicString] DOMString elementId)
 
NodeList getElementsByName ([AtomicString] DOMString elementName)
 

Public Attributes

readonly attribute any anyAttr
 
readonly attribute boolean booleanAttr
 
readonly attribute byte byteAttr
 
readonly attribute octet octetAttr
 
readonly attribute short shortAttr
 
readonly attribute unsigned short unsignedShortAttr
 
readonly attribute long longAttr
 
readonly attribute unsigned long unsignedLongAttr
 
readonly attribute long long longLongAttr
 
readonly attribute unsigned long long unsignedLongLongAttr
 
readonly attribute float floatAttr
 
readonly attribute unrestricted float unrestrictedFloatAttr
 
readonly attribute double doubleAttr
 
readonly attribute unrestricted double unrestrictedDoubleAttr
 
readonly attribute DOMString domStringAttr
 
readonly attribute ByteString byteStringAttr
 
readonly attribute USVString usvStringAttr
 
readonly attribute Node nodeAttr
 
readonly attribute boolean booleanNullableAttr
 
readonly attribute byte byteNullableAttr
 
readonly attribute octet octetNullableAttr
 
readonly attribute short shortNullableAttr
 
readonly attribute unsigned short unsignedShortNullableAttr
 
readonly attribute long longNullableAttr
 
readonly attribute unsigned long unsignedLongNullableAttr
 
readonly attribute long long longLongNullableAttr
 
readonly attribute unsigned long long unsignedLongLongNullableAttr
 
readonly attribute float floatNullableAttr
 
readonly attribute unrestricted float unrestrictedFloatNullableAttr
 
readonly attribute double doubleNullableAttr
 
readonly attribute unrestricted double unrestrictedDoubleNullableAttr
 
readonly attribute DOMString domStringNullableAttr
 
readonly attribute ByteString byteStringNullableAttr
 
readonly attribute USVString usvStringNullableAttr
 
readonly attribute Node nodeNullableAttr
 

Member Function Documentation

◆ getAttribute()

DOMString TestDOMJIT::getAttribute ( DOMString  name)

◆ getElementById()

Element TestDOMJIT::getElementById ( [RequiresExistingAtomicString] DOMString  elementId)

◆ getElementsByName()

NodeList TestDOMJIT::getElementsByName ( [AtomicString] DOMString  elementName)

◆ hasAttribute()

boolean TestDOMJIT::hasAttribute ( )

◆ item()

DOMString TestDOMJIT::item ( unsigned short  x,
unsigned short  y 
)

Member Data Documentation

◆ anyAttr

readonly attribute any TestDOMJIT::anyAttr

◆ booleanAttr

readonly attribute boolean TestDOMJIT::booleanAttr

◆ booleanNullableAttr

readonly attribute boolean TestDOMJIT::booleanNullableAttr

◆ byteAttr

readonly attribute byte TestDOMJIT::byteAttr

◆ byteNullableAttr

readonly attribute byte TestDOMJIT::byteNullableAttr

◆ byteStringAttr

readonly attribute ByteString TestDOMJIT::byteStringAttr

◆ byteStringNullableAttr

readonly attribute ByteString TestDOMJIT::byteStringNullableAttr

◆ domStringAttr

readonly attribute DOMString TestDOMJIT::domStringAttr

◆ domStringNullableAttr

readonly attribute DOMString TestDOMJIT::domStringNullableAttr

◆ doubleAttr

readonly attribute double TestDOMJIT::doubleAttr

◆ doubleNullableAttr

readonly attribute double TestDOMJIT::doubleNullableAttr

◆ floatAttr

readonly attribute float TestDOMJIT::floatAttr

◆ floatNullableAttr

readonly attribute float TestDOMJIT::floatNullableAttr

◆ longAttr

readonly attribute long TestDOMJIT::longAttr

◆ longLongAttr

readonly attribute long long TestDOMJIT::longLongAttr

◆ longLongNullableAttr

readonly attribute long long TestDOMJIT::longLongNullableAttr

◆ longNullableAttr

readonly attribute long TestDOMJIT::longNullableAttr

◆ nodeAttr

readonly attribute Node TestDOMJIT::nodeAttr

◆ nodeNullableAttr

readonly attribute Node TestDOMJIT::nodeNullableAttr

◆ octetAttr

readonly attribute octet TestDOMJIT::octetAttr

◆ octetNullableAttr

readonly attribute octet TestDOMJIT::octetNullableAttr

◆ shortAttr

readonly attribute short TestDOMJIT::shortAttr

◆ shortNullableAttr

readonly attribute short TestDOMJIT::shortNullableAttr

◆ unrestrictedDoubleAttr

readonly attribute unrestricted double TestDOMJIT::unrestrictedDoubleAttr

◆ unrestrictedDoubleNullableAttr

readonly attribute unrestricted double TestDOMJIT::unrestrictedDoubleNullableAttr

◆ unrestrictedFloatAttr

readonly attribute unrestricted float TestDOMJIT::unrestrictedFloatAttr

◆ unrestrictedFloatNullableAttr

readonly attribute unrestricted float TestDOMJIT::unrestrictedFloatNullableAttr

◆ unsignedLongAttr

readonly attribute unsigned long TestDOMJIT::unsignedLongAttr

◆ unsignedLongLongAttr

readonly attribute unsigned long long TestDOMJIT::unsignedLongLongAttr

◆ unsignedLongLongNullableAttr

readonly attribute unsigned long long TestDOMJIT::unsignedLongLongNullableAttr

◆ unsignedLongNullableAttr

readonly attribute unsigned long TestDOMJIT::unsignedLongNullableAttr

◆ unsignedShortAttr

readonly attribute unsigned short TestDOMJIT::unsignedShortAttr

◆ unsignedShortNullableAttr

readonly attribute unsigned short TestDOMJIT::unsignedShortNullableAttr

◆ usvStringAttr

readonly attribute USVString TestDOMJIT::usvStringAttr

◆ usvStringNullableAttr

readonly attribute USVString TestDOMJIT::usvStringNullableAttr

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