- canHandle(Object) - Method in class com.sun.java.browser.dom.DOMServiceProvider
-
Returns true if the DOMService can determine the association
between the obj and the underlying DOM in the browser.
- canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
-
Check if setting a parameter to a specific value is supported.
- CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
-
The current event phase is the capturing phase.
- CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a CDATASection
.
- CDATASection - Interface in org.w3c.dom
-
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
- CharacterData - Interface in org.w3c.dom
-
The CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.
- CHARSET_RULE - Static variable in interface org.w3c.dom.css.CSSRule
-
The rule is a CSSCharsetRule
.
- click() - Method in interface org.w3c.dom.html.HTMLInputElement
-
Simulate a mouse-click.
- cloneContents() - Method in interface org.w3c.dom.ranges.Range
-
Duplicates the contents of a Range
- cloneNode(boolean) - Method in interface org.w3c.dom.Node
-
Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- cloneRange() - Method in interface org.w3c.dom.ranges.Range
-
Produces a new Range whose boundary-points are equal to the
boundary-points of the Range.
- close() - Method in interface org.w3c.dom.html.HTMLDocument
-
Closes a document stream opened by open()
and forces
rendering.
- code - Variable in exception org.w3c.dom.DOMException
-
- code - Variable in exception org.w3c.dom.events.EventException
-
- code - Variable in exception org.w3c.dom.ls.LSException
-
- code - Variable in exception org.w3c.dom.ranges.RangeException
-
- collapse(boolean) - Method in interface org.w3c.dom.ranges.Range
-
Collapse a Range onto one of its boundary-points
- com.sun.java.browser.dom - package com.sun.java.browser.dom
-
- Comment - Interface in org.w3c.dom
-
This interface inherits from CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.
- COMMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a Comment
.
- compareBoundaryPoints(short, Range) - Method in interface org.w3c.dom.ranges.Range
-
Compare the boundary-points of two Ranges in a document.
- compareDocumentPosition(Node) - Method in interface org.w3c.dom.Node
-
Compares the reference node, i.e.
- contains(String) - Method in interface org.w3c.dom.DOMStringList
-
Test if a string is part of this DOMStringList
.
- contains(String) - Method in interface org.w3c.dom.NameList
-
Test if a name is part of this NameList
.
- containsNS(String, String) - Method in interface org.w3c.dom.NameList
-
Test if the pair namespaceURI/name is part of this
NameList
.
- Counter - Interface in org.w3c.dom.css
-
The Counter
interface is used to represent any counter or
counters function value.
- createAttribute(String) - Method in interface org.w3c.dom.Document
-
Creates an Attr
of the given name.
- createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
-
Creates an attribute of the given qualified name and namespace URI.
- createCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Create a new table caption object or return an existing one.
- createCDATASection(String) - Method in interface org.w3c.dom.Document
-
Creates a CDATASection
node whose value is the specified
string.
- createComment(String) - Method in interface org.w3c.dom.Document
-
Creates a Comment
node given the specified string.
- createCSSStyleSheet(String, String) - Method in interface org.w3c.dom.css.DOMImplementationCSS
-
Creates a new CSSStyleSheet
.
- createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
-
Creates a DOM Document object of the specified type with its document
element.
- createDocumentFragment() - Method in interface org.w3c.dom.Document
-
Creates an empty DocumentFragment
object.
- createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
-
Creates an empty DocumentType
node.
- createElement(String) - Method in interface org.w3c.dom.Document
-
Creates an element of the type specified.
- createElementNS(String, String) - Method in interface org.w3c.dom.Document
-
Creates an element of the given qualified name and namespace URI.
- createEntityReference(String) - Method in interface org.w3c.dom.Document
-
Creates an EntityReference
object.
- createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
-
- createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
-
Creates an HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.
- createLSInput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new empty input source object where
LSInput.characterStream
, LSInput.byteStream
, LSInput.stringData
LSInput.systemId
,
LSInput.publicId
, LSInput.baseURI
, and
LSInput.encoding
are null, and
LSInput.certifiedText
is false.
- createLSOutput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new empty output destination object where
LSOutput.characterStream
,
LSOutput.byteStream
, LSOutput.systemId
,
LSOutput.encoding
are null.
- createLSParser(short, String) - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new LSParser
.
- createLSSerializer() - Method in interface org.w3c.dom.ls.DOMImplementationLS
-
Create a new LSSerializer
object.
- createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
-
Create a new NodeIterator
over the subtree rooted at the
specified node.
- createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
-
Creates a ProcessingInstruction
node given the specified
name and data strings.
- createRange() - Method in interface org.w3c.dom.ranges.DocumentRange
-
This interface can be obtained from the object implementing the
Document
interface using binding-specific casting
methods.
- createTextNode(String) - Method in interface org.w3c.dom.Document
-
Creates a Text
node given the specified string.
- createTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Create a table footer row or return an existing one.
- createTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
-
Create a table header row or return an existing one.
- createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
-
Create a new TreeWalker
over the subtree rooted at the
specified node.
- CSS2Properties - Interface in org.w3c.dom.css
-
The CSS2Properties
interface represents a convenience
mechanism for retrieving and setting properties within a
CSSStyleDeclaration
.
- CSS_ATTR - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a attribute function.
- CSS_CM - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (cm).
- CSS_COUNTER - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a counter or counters function.
- CSS_CUSTOM - Static variable in interface org.w3c.dom.css.CSSValue
-
The value is a custom value.
- CSS_DEG - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an angle (deg).
- CSS_DIMENSION - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a number with an unknown dimension.
- CSS_EMS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (ems).
- CSS_EXS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (exs).
- CSS_GRAD - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an angle (grad).
- CSS_HZ - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a frequency (Hz).
- CSS_IDENT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an identifier.
- CSS_IN - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (in).
- CSS_INHERIT - Static variable in interface org.w3c.dom.css.CSSValue
-
The value is inherited and the cssText
contains "inherit".
- CSS_KHZ - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a frequency (kHz).
- CSS_MM - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (mm).
- CSS_MS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a time (ms).
- CSS_NUMBER - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a simple number.
- CSS_PC - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (pc).
- CSS_PERCENTAGE - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a percentage.
- CSS_PRIMITIVE_VALUE - Static variable in interface org.w3c.dom.css.CSSValue
-
The value is a primitive value and an instance of the
CSSPrimitiveValue
interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue
interface.
- CSS_PT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (pt).
- CSS_PX - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a length (px).
- CSS_RAD - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is an angle (rad).
- CSS_RECT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a rect function.
- CSS_RGBCOLOR - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a RGB color.
- CSS_S - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a time (s).
- CSS_STRING - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a STRING.
- CSS_UNKNOWN - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is not a recognized CSS2 value.
- CSS_URI - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
-
The value is a URI.
- CSS_VALUE_LIST - Static variable in interface org.w3c.dom.css.CSSValue
-
The value is a 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 in org.w3c.dom.css
-
The CSSCharsetRule
interface represents a @charset rule in a
CSS style sheet.
- CSSFontFaceRule - Interface in org.w3c.dom.css
-
The CSSFontFaceRule
interface represents a @font-face rule in
a CSS style sheet.
- CSSImportRule - Interface in org.w3c.dom.css
-
The CSSImportRule
interface represents a @import rule within
a CSS style sheet.
- CSSMediaRule - Interface in org.w3c.dom.css
-
The CSSMediaRule
interface represents a @media rule in a CSS
style sheet.
- CSSPageRule - Interface in org.w3c.dom.css
-
The CSSPageRule
interface represents a @page rule within a
CSS style sheet.
- CSSPrimitiveValue - Interface in org.w3c.dom.css
-
The CSSPrimitiveValue
interface represents a single CSS value
.
- CSSRule - Interface in org.w3c.dom.css
-
The CSSRule
interface is the abstract base interface for any
type of CSS statement.
- CSSRuleList - Interface in org.w3c.dom.css
-
The CSSRuleList
interface provides the abstraction of an
ordered collection of CSS rules.
- CSSStyleDeclaration - Interface in org.w3c.dom.css
-
The CSSStyleDeclaration
interface represents a single CSS
declaration block.
- CSSStyleRule - Interface in org.w3c.dom.css
-
The CSSStyleRule
interface represents a single rule set in a
CSS style sheet.
- CSSStyleSheet - Interface in org.w3c.dom.css
-
The 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 in org.w3c.dom.css
-
The CSSUnknownRule
interface represents an at-rule not
supported by this user agent.
- CSSValue - Interface in org.w3c.dom.css
-
The CSSValue
interface represents a simple or a complex
value.
- CSSValueList - Interface in org.w3c.dom.css
-
The CSSValueList
interface provides the abstraction of an
ordered collection of CSS values.