|
Common DOM API | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CDATASection
.
CSSCharsetRule
.
Comment
.
CSS2Properties
interface represents a convenience
mechanism for retrieving and setting properties within a
CSSStyleDeclaration
.CSSCharsetRule
interface represents a @charset rule in a
CSS style sheet.CSSFontFaceRule
interface represents a @font-face rule in
a CSS style sheet.CSSImportRule
interface represents a @import rule within
a CSS style sheet.CSSMediaRule
interface represents a @media rule in a CSS
style sheet.CSSPageRule
interface represents a @page rule within a
CSS style sheet.CSSPrimitiveValue
interface represents a single CSS value
.CSSRule
interface is the abstract base interface for any
type of CSS statement.CSSRuleList
interface provides the abstraction of an
ordered collection of CSS rules.CSSStyleDeclaration
interface represents a single CSS
declaration block.CSSStyleRule
interface represents a single rule set in a
CSS style sheet.CSSStyleSheet
interface is a concrete interface used to
represent a CSS style sheet i.e., a style sheet whose content type is
"text/css".CSSUnknownRule
interface represents an at-rule not
supported by this user agent.CSSValue
interface represents a simple or a complex
value.CSSValueList
interface provides the abstraction of an
ordered collection of CSS values.cssText
contains "inherit".
CSSPrimitiveValue
interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue
interface.
CSSValue
list and an instance of the
CSSValueList
interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue
interface.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Counter
interface is used to represent any counter or
counters function value.open()
and forces
rendering.
Attr
of the given name.
CDATASection
node whose value is the specified
string.
CSSStyleSheet
.
Comment
node given the specified string.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.
ProcessingInstruction
node given the specified
name and data strings.
Text
node given the specified string.
|
Common DOM API | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |