このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XNamedNodeMap
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.16

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: xml :: dom ::

interface XNamedNodeMap

Methods' 要約
getLength The number of nodes in this 地図/計画する.  
getNamedItem Retrieves a node 明示するd by 地元の 指名する  
getNamedItemNS Retrieves a node 明示するd by 地元の 指名する and namespace URI.  
item Returns the indexth item in the 地図/計画する.  
removeNamedItem 除去するs a node 明示するd by 指名する. Throws: DOMException - NOT_FOUND_ERR: Raised if there is no node 指名するd 指名する in this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly.  
removeNamedItemNS 除去するs a node 明示するd by 地元の 指名する and namespace URI. Throws: DOMException - NOT_FOUND_ERR: Raised if there is no node with the 明示するd namespaceURI and localName in this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly.  
setNamedItem 追加するs a node using its nodeName せいにする. Throws: DOMException - WRONG_DOCUMENT_ERR: Raised if arg was created from a different 文書 than the one that created this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly. INUSE_ATTRIBUTE_ERR: Raised if arg is an Attr that is already an せいにする of another Element 反対する. The DOM 使用者 must explicitly clone Attr nodes to 再使用する them in other elements. HIERARCHY_REQUEST_ERR: Raised if an 試みる/企てる is made to 追加する a node doesn't belong in this NamedNodeMap. Examples would 含む trying to 挿入する something other than an Attr node into an Element's 地図/計画する of せいにするs, or a 非,不,無-(独立の)存在 node into the DocumentType's 地図/計画する of (独立の)存在s.  
setNamedItemNS 追加するs a node using its namespaceURI and localName. Throws: DOMException - WRONG_DOCUMENT_ERR: Raised if arg was created from a different 文書 than the one that created this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly. INUSE_ATTRIBUTE_ERR: Raised if arg is an Attr that is already an せいにする of another Element 反対する. The DOM 使用者 must explicitly clone Attr nodes to 再使用する them in other elements. HIERARCHY_REQUEST_ERR: Raised if an 試みる/企てる is made to 追加する a node doesn't belong in this NamedNodeMap. Examples would 含む trying to 挿入する something other than an Attr node into an Element's 地図/計画する of せいにするs, or a 非,不,無-(独立の)存在 node into the DocumentType's 地図/計画する of (独立の)存在s. NOT_SUPPORTED_ERR: Always thrown if the 現在の 文書 does not support the "XML" feature, since namespaces were defined by XML.  
Methods' 詳細(に述べる)s
getLength
long
getLength();

Description
The number of nodes in this 地図/計画する.
getNamedItem
XNode
getNamedItem( [in] string  指名する );

Description
Retrieves a node 明示するd by 地元の 指名する
getNamedItemNS
XNode
getNamedItemNS( [in] string  namespaceURI,
[in] string  localName );

Description
Retrieves a node 明示するd by 地元の 指名する and namespace URI.
item
XNode
item( [in] long  索引 );

Description
Returns the indexth item in the 地図/計画する.
removeNamedItem
XNode
removeNamedItem( [in] string  指名する )
raises( DOMException );

Description
除去するs a node 明示するd by 指名する. Throws: DOMException - NOT_FOUND_ERR: Raised if there is no node 指名するd 指名する in this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly.
removeNamedItemNS
XNode
removeNamedItemNS( [in] string  namespaceURI,
[in] string  localName )
raises( DOMException );

Description
除去するs a node 明示するd by 地元の 指名する and namespace URI. Throws: DOMException - NOT_FOUND_ERR: Raised if there is no node with the 明示するd namespaceURI and localName in this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly.
setNamedItem
XNode
setNamedItem( [in] XNode  arg )
raises( DOMException );

Description
追加するs a node using its nodeName せいにする. Throws: DOMException - WRONG_DOCUMENT_ERR: Raised if arg was created from a different 文書 than the one that created this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly. INUSE_ATTRIBUTE_ERR: Raised if arg is an Attr that is already an せいにする of another Element 反対する. The DOM 使用者 must explicitly clone Attr nodes to 再使用する them in other elements. HIERARCHY_REQUEST_ERR: Raised if an 試みる/企てる is made to 追加する a node doesn't belong in this NamedNodeMap. Examples would 含む trying to 挿入する something other than an Attr node into an Element's 地図/計画する of せいにするs, or a 非,不,無-(独立の)存在 node into the DocumentType's 地図/計画する of (独立の)存在s.
setNamedItemNS
XNode
setNamedItemNS( [in] XNode  arg )
raises( DOMException );

Description
追加するs a node using its namespaceURI and localName. Throws: DOMException - WRONG_DOCUMENT_ERR: Raised if arg was created from a different 文書 than the one that created this 地図/計画する. NO_MODIFICATION_ALLOWED_ERR: Raised if this 地図/計画する is readonly. INUSE_ATTRIBUTE_ERR: Raised if arg is an Attr that is already an せいにする of another Element 反対する. The DOM 使用者 must explicitly clone Attr nodes to 再使用する them in other elements. HIERARCHY_REQUEST_ERR: Raised if an 試みる/企てる is made to 追加する a node doesn't belong in this NamedNodeMap. Examples would 含む trying to 挿入する something other than an Attr node into an Element's 地図/計画する of せいにするs, or a 非,不,無-(独立の)存在 node into the DocumentType's 地図/計画する of (独立の)存在s. NOT_SUPPORTED_ERR: Always thrown if the 現在の 文書 does not support the "XML" feature, since namespaces were defined by XML.
最高の,を越す of Page

The ASF

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The ASF logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.