- 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 CharacterDatainterface 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 CharacterDataand 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 Counterinterface is used to represent any counter or
 counters function value.
 
- createAttribute(String) - Method in interface org.w3c.dom.Document
- 
Creates an Attrof 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 CDATASectionnode whose value is the specified
 string.
 
- createComment(String) - Method in interface org.w3c.dom.Document
- 
Creates a Commentnode 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 DocumentFragmentobject.
 
- createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
- 
Creates an empty DocumentTypenode.
 
- 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 EntityReferenceobject.
 
- createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
-  
- createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
- 
Creates an HTMLDocumentobject with the minimal tree made
 of the following elements:HTML,HEAD,TITLE, andBODY.
 
- createLSInput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
- 
Create a new empty input source object where
 LSInput.characterStream,LSInput.byteStream,LSInput.stringDataLSInput.systemId,LSInput.publicId,LSInput.baseURI, andLSInput.encodingare null, andLSInput.certifiedTextis 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.encodingare 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 LSSerializerobject.
 
- createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
- 
Create a new NodeIteratorover the subtree rooted at the
 specified node.
 
- createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
- 
Creates a ProcessingInstructionnode 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
 Documentinterface using binding-specific casting
 methods.
 
- createTextNode(String) - Method in interface org.w3c.dom.Document
- 
Creates a Textnode 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 TreeWalkerover the subtree rooted at the
 specified node.
 
- CSS2Properties - Interface in org.w3c.dom.css
- 
The CSS2Propertiesinterface represents a convenience
 mechanism for retrieving and setting properties within aCSSStyleDeclaration.
 
- 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 cssTextcontains "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
 CSSPrimitiveValueinterface can be obtained by using
 binding-specific casting methods on this instance of theCSSValueinterface.
 
- 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 CSSValuelist and an instance of theCSSValueListinterface can be obtained by using
 binding-specific casting methods on this instance of theCSSValueinterface.
 
- CSSCharsetRule - Interface in org.w3c.dom.css
- 
The CSSCharsetRuleinterface represents a @charset rule in a
 CSS style sheet.
 
- CSSFontFaceRule - Interface in org.w3c.dom.css
- 
The CSSFontFaceRuleinterface represents a @font-face rule in
 a CSS style sheet.
 
- CSSImportRule - Interface in org.w3c.dom.css
- 
The CSSImportRuleinterface represents a @import rule within
 a CSS style sheet.
 
- CSSMediaRule - Interface in org.w3c.dom.css
- 
The CSSMediaRuleinterface represents a @media rule in a CSS
 style sheet.
 
- CSSPageRule - Interface in org.w3c.dom.css
- 
The CSSPageRuleinterface represents a @page rule within a
 CSS style sheet.
 
- CSSPrimitiveValue - Interface in org.w3c.dom.css
- 
The CSSPrimitiveValueinterface represents a single CSS value
 .
 
- CSSRule - Interface in org.w3c.dom.css
- 
The CSSRuleinterface is the abstract base interface for any
 type of CSS statement.
 
- CSSRuleList - Interface in org.w3c.dom.css
- 
The CSSRuleListinterface provides the abstraction of an
 ordered collection of CSS rules.
 
- CSSStyleDeclaration - Interface in org.w3c.dom.css
- 
The CSSStyleDeclarationinterface represents a single CSS
 declaration block.
 
- CSSStyleRule - Interface in org.w3c.dom.css
- 
The CSSStyleRuleinterface represents a single rule set in a
 CSS style sheet.
 
- CSSStyleSheet - Interface in org.w3c.dom.css
- 
The CSSStyleSheetinterface 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 CSSUnknownRuleinterface represents an at-rule not
 supported by this user agent.
 
- CSSValue - Interface in org.w3c.dom.css
- 
The CSSValueinterface represents a simple or a complex
 value.
 
- CSSValueList - Interface in org.w3c.dom.css
- 
The CSSValueListinterface provides the abstraction of an
 ordered collection of CSS values.