|
Common DOM API | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CDATASection
.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.CSSCharsetRule
.
open()
and forces
rendering.
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Comment
.
DOMStringList
.
NameList
.
NameList
.
Counter
interface is used to represent any counter or
counters function value.Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
CSSStyleSheet
.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.
LSInput.characterStream
, LSInput.byteStream
, LSInput.stringData
LSInput.systemId
,
LSInput.publicId
, LSInput.baseURI
, and
LSInput.encoding
are null, and
LSInput.certifiedText
is false.
LSOutput.characterStream
,
LSOutput.byteStream
, LSOutput.systemId
,
LSOutput.encoding
are null.
LSParser
.
LSSerializer
object.
NodeIterator
over the subtree rooted at the
specified node.
ProcessingInstruction
node given the specified
name and data strings.
Document
interface using binding-specific casting
methods.
Text
node given the specified string.
TreeWalker
over the subtree rooted at the
specified node.
CSS2Properties
interface represents a convenience
mechanism for retrieving and setting properties within a
CSSStyleDeclaration
.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.
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.
|
Common DOM API | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |