站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java 2 SDK v1.4.2, Java 2 SDK 英文文档

I-Index (Common DOM API) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Common DOM API
A B C D E F G H I L M N O P R S T U V W

I

IMPORT_RULE - Static variable in interface org.w3c.dom.css.CSSRule
The rule is a CSSImportRule.
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent interface.
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertCell(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
Insert an empty TD cell into this row.
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
Insert a new empty row in the table.
insertRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Insert a row into this section.
insertRule(String, int) - Method in interface org.w3c.dom.css.CSSMediaRule
Used to insert a new rule into the media block.
insertRule(String, int) - Method in interface org.w3c.dom.css.CSSStyleSheet
Used to insert a new rule into the style sheet.
invokeAndWait(DOMAction) - Method in class com.sun.java.browser.dom.DOMService
Causes action.run() to be executed synchronously on the DOM action dispatching thread.
invokeLater(DOMAction) - Method in class com.sun.java.browser.dom.DOMService
Causes action.run() to be executed asynchronously on the DOM action dispatching thread.
isSupported(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.css.CSSRuleList
Used to retrieve a CSS rule by ordinal index.
item(int) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the properties that have been explicitly set in this declaration block.
item(int) - Method in interface org.w3c.dom.css.CSSValueList
Used to retrieve a CSSValue by ordinal index.
item(int) - Method in interface org.w3c.dom.html.HTMLCollection
This method retrieves a node specified by ordinal index.
item(int) - Method in interface org.w3c.dom.stylesheets.MediaList
Returns the indexth in the list.
item(int) - Method in interface org.w3c.dom.stylesheets.StyleSheetList
Used to retrieve a style sheet by ordinal index.

Common DOM API
A B C D E F G H I L M N O P R S T U V W
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.