DOMString
DOMString
DOMStringの定義は,現在,valuetypeとする。
DOMString in IDL is now
a valuetype.
Attr
Attr
Attrインタフェースは,一つの新しい属性,ownerElement,をもつ。
Attr
interface has one new attribute: ownerElement.
Document
Document
Documentインタフェースは,五つの新しいメソッド,importNode,createElementNS,createAttributeNS,getElementsByTagNameNS及びgetElementById,をもつ。
Document
interface has five new methods: importNode,
createElementNS, createAttributeNS,
getElementsByTagNameNS and
getElementById.
NamedNodeMap
NamedNodeMap
NamedNodeMapは,三つの新しいメソッド,getNamedItemNS,setNamedItemNS及びremoveNamedItemNS,をもつ。
NamedNodeMap
interface has three new methods: getNamedItemNS,
setNamedItemNS, removeNamedItemNS.
Node
Node
Nodeインタフェースは,二つの新しいメソッド,isSupported及びhasAttributes,をもつ。
Elementインタフェースにあったnormalizeは,Nodeインタフェースに移動された。
Nodeインタフェースは,三つの新しい属性,namespaceURI,prefix及びlocalName,をもつ
。ownerDocument属性は,ノードがDocumentの場合,nullと指定されていた。現在でも,ノードが,いかなるDocumentとも一緒に使われないDocumentTypeの場合は,nullとする。
Node
interface has two new methods: isSupported and
hasAttributes.normalize, previously in the Element interface,
has been moved in the Node
interface.Node
interface has three new attributes: namespaceURI,
prefix and localName.ownerDocument attribute was specified to be
null when the node is a Document. It now is
also null when the node is a DocumentType which
is not used with any Document yet.
DocumentType
DocumentType
DocumentTypeインタフェースは,三つの属性,publicId,systemId及びinternalSubset,をもつ。
DOMImplementation
DOMImplementation
DOMImplementationインタフェースは,二つの新しいメソッド,createDocumentType及びcreateDocument,をもつ。
Element
Element
Elementインタフェースは,八つの新しいメソッド,getAttributeNS,setAttributeNS,removeAttributeNS,getAttributeNodeNS,setAttributeNodeNS,getElementsByTagNameNS,hasAttribute及びhasAttributeNS,をもつ。
normalizeは,現在,移動される前のNodeインタフェースから継承される。
DOMException
DOMException
DOMExceptionは,五つの新しい例外コード,INVALID_STATE_ERR,SYNTAX_ERR,INVALID_MODIFICATION_ERR,NAMESPACE_ERR及びINVALID_ACCESS_ERR,をもつ。
DOMException has five
new exception codes: INVALID_STATE_ERR,
SYNTAX_ERR, INVALID_MODIFICATION_ERR,
NAMESPACE_ERR and
INVALID_ACCESS_ERR.
DOMTimeStampDOMTimeStamp型が,コアモジュールに追加された。
DOMTimeStamp type
was added to the Core module.