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

翻訳前ページへ


Interface XDocument
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XDocument
Base Interfaces
XDocumentXNode

XNode
(言及/関連d interface's 要約:)
The 最初の/主要な dom datatype

Methods' 要約
createAttribute Creates an Attr of the given 指名する. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 指名する 含む/封じ込めるs an 違法な character.  
createAttributeNS Creates an せいにする of the given qualified 指名する and namespace URI. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd qualified 指名する 含む/封じ込めるs an 違法な character, per the XML 1.0 specification . NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in XML specification, if the qualifiedName has a prefix and the namespaceURI is null, if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from " http://www.w3.org/XML/1998/namespace", or if the qualifiedName, or its prefix, is "xmlns" and the namespaceURI is different from " http://www.w3.org/2000/xmlns/". NOT_SUPPORTED_ERR: Always thrown if the 現在の 文書 does not support the "XML" feature, since namespaces were defined by XML.  
createCDATASection Creates a CDATASection node whose value is the 明示するd string. Throws: DOMException - NOT_SUPPORTED_ERR: Raised if this 文書 is an HTML 文書.  
createComment Creates a Comment node given the 明示するd string.  
createDocumentFragment Creates an empty DocumentFragment 反対する.  
createElement Creates an element of the type 明示するd. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 指名する 含む/封じ込めるs an 違法な character.  
createElementNS Creates an element of the given qualified 指名する and namespace URI. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd qualified 指名する 含む/封じ込めるs an 違法な character, per the XML 1.0 specification . NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in XML specification, if the qualifiedName has a prefix and the namespaceURI is null, or if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from " http://www.w3.org/XML/1998/namespace" . NOT_SUPPORTED_ERR: Always thrown if the 現在の 文書 does not support the "XML" feature, since namespaces were defined by XML.  
createEntityReference Throws: DOMException - NOT_SUPPORTED_ERR: Raised if the type of node 存在 輸入するd is not supported. Creates an EntityReference 反対する. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 指名する 含む/封じ込めるs an 違法な character. NOT_SUPPORTED_ERR: Raised if this 文書 is an HTML 文書.  
createProcessingInstruction Creates a ProcessingInstruction node given the 明示するd 指名する and data strings. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 的 含む/封じ込めるs an 違法な character. NOT_SUPPORTED_ERR: Raised if this 文書 is an HTML 文書.  
createTextNode Creates a Text node given the 明示するd string.  
getDoctype The 文書 Type 宣言 (see DocumentType) associated with this 文書.  
getDocumentElement This is a convenience せいにする that 許すs direct 接近 to the child node that is the root element of the 文書.  
getElementById Returns the Element whose ID is given by elementId.  
getElementsByTagName Returns a NodeList of all the Elements with a given tag 指名する in the order in which they are 遭遇(する)d in a preorder traversal of the 文書 tree.  
getElementsByTagNameNS Returns a NodeList of all the Elements with a given 地元の 指名する and namespace URI in the order in which they are 遭遇(する)d in a preorder traversal of the 文書 tree.  
getImplementation The DOMImplementation 反対する that 扱うs this 文書.  
importNode 輸入するs a node from another 文書 to this 文書. Throws: DOMException - NOT_SUPPORTED_ERR: Raised if the type of node 存在 輸入するd is not supported.  
Methods' 詳細(に述べる)s
createAttribute
XAttr
createAttribute( [in] string  指名する )
raises( DOMException );

Description
Creates an Attr of the given 指名する. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 指名する 含む/封じ込めるs an 違法な character.
createAttributeNS
XAttr
createAttributeNS( [in] string  namespaceURI,
[in] string  qualifiedName )
raises( DOMException );

Description
Creates an せいにする of the given qualified 指名する and namespace URI. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd qualified 指名する 含む/封じ込めるs an 違法な character, per the XML 1.0 specification . NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in XML specification, if the qualifiedName has a prefix and the namespaceURI is null, if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from " http://www.w3.org/XML/1998/namespace", or if the qualifiedName, or its prefix, is "xmlns" and the namespaceURI is different from " http://www.w3.org/2000/xmlns/". NOT_SUPPORTED_ERR: Always thrown if the 現在の 文書 does not support the "XML" feature, since namespaces were defined by XML.
createCDATASection
XCDATASection
createCDATASection( [in] string  data )
raises( DOMException );

Description
Creates a CDATASection node whose value is the 明示するd string. Throws: DOMException - NOT_SUPPORTED_ERR: Raised if this 文書 is an HTML 文書.
createComment
XComment
createComment( [in] string  data );

Description
Creates a Comment node given the 明示するd string.
createDocumentFragment
XDocumentFragment
createDocumentFragment();

Description
Creates an empty DocumentFragment 反対する.
createElement
XElement
createElement( [in] string  tagName )
raises( DOMException );

Description
Creates an element of the type 明示するd. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 指名する 含む/封じ込めるs an 違法な character.
createElementNS
XElement
createElementNS( [in] string  namespaceURI,
[in] string  qualifiedName )
raises( DOMException );

Description
Creates an element of the given qualified 指名する and namespace URI. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd qualified 指名する 含む/封じ込めるs an 違法な character, per the XML 1.0 specification . NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in XML specification, if the qualifiedName has a prefix and the namespaceURI is null, or if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from " http://www.w3.org/XML/1998/namespace" . NOT_SUPPORTED_ERR: Always thrown if the 現在の 文書 does not support the "XML" feature, since namespaces were defined by XML.
createEntityReference
XEntityReference
createEntityReference( [in] string  指名する )
raises( DOMException );

Description
Throws: DOMException - NOT_SUPPORTED_ERR: Raised if the type of node 存在 輸入するd is not supported. Creates an EntityReference 反対する. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 指名する 含む/封じ込めるs an 違法な character. NOT_SUPPORTED_ERR: Raised if this 文書 is an HTML 文書.
createProcessingInstruction
XProcessingInstruction
createProcessingInstruction( [in] string  的,
[in] string  data )
raises( DOMException );

Description
Creates a ProcessingInstruction node given the 明示するd 指名する and data strings. Throws: DOMException - INVALID_CHARACTER_ERR: Raised if the 明示するd 的 含む/封じ込めるs an 違法な character. NOT_SUPPORTED_ERR: Raised if this 文書 is an HTML 文書.
createTextNode
XText
createTextNode( [in] string  data );

Description
Creates a Text node given the 明示するd string.
getDoctype
XDocumentType
getDoctype();

Description
The 文書 Type 宣言 (see DocumentType) associated with this 文書.
getDocumentElement
XElement
getDocumentElement();

Description
This is a convenience せいにする that 許すs direct 接近 to the child node that is the root element of the 文書.
getElementById
XElement
getElementById( [in] string  elementId );

Description
Returns the Element whose ID is given by elementId.
getElementsByTagName
XNodeList
getElementsByTagName( [in] string  tagname );

Description
Returns a NodeList of all the Elements with a given tag 指名する in the order in which they are 遭遇(する)d in a preorder traversal of the 文書 tree.
getElementsByTagNameNS
XNodeList
getElementsByTagNameNS( [in] string  namespaceURI,
[in] string  localName );

Description
Returns a NodeList of all the Elements with a given 地元の 指名する and namespace URI in the order in which they are 遭遇(する)d in a preorder traversal of the 文書 tree.
getImplementation
XDOMImplementation
getImplementation();

Description
The DOMImplementation 反対する that 扱うs this 文書.
importNode
XNode
importNode( [in] XNode  importedNode,
[in] boolean  深い )
raises( DOMException );

Description
輸入するs a node from another 文書 to this 文書. Throws: DOMException - NOT_SUPPORTED_ERR: Raised if the type of node 存在 輸入するd is not supported.
最高の,を越す of Page

Apache Software Foundation

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

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