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
- 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
- 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
- Description
- Creates an empty DocumentFragment 反対する.
|
|
createElement
- 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
- 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
- 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
- Description
- The 文書 Type 宣言 (see DocumentType) associated with this
文書.
|
|
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
- Description
- The DOMImplementation 反対する that 扱うs this 文書.
|
|
importNode
- Description
- 輸入するs a node from another 文書 to this 文書.
Throws:
DOMException - NOT_SUPPORTED_ERR: Raised if the type of node 存在 輸入するd is not supported.
|
|
Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.