| Googleを追いかけろ! |
| |
| . | ||
| home >> Xml Services >> Class XmlElement | ||
|
| class XmlElement : Members | ||
| member | Type | 説明 |
| getAttribute | XmlAttribute | このXmlElementの指定された属性名の値を取得する |
| getAttribute | XmlAttribute | このXmlElementの固有のネームスペースで指定された属性名の値を取得する |
| getAttributes | XmlAttribute[ ] | このXmlElemenの属性を取得する:親や子の要素は返さない |
| getDocument | getDocument | このXmlElemenを含むXmlドキュメントを取得する |
| getElement | XmlElement | 指定された名前を持つこの要素の一番目の子を返す |
| getElement | XmlElement | 固有のネームスペースで指定された名前を持つこの要素の一番目の子を返す |
| getElements | XmlElement[ ] | この要素の直接の子供のすべての要素を返す |
| getElements | XmlElement[ ] | 指定された名前を持つこの要素の子要素すべてを返す |
| getElements | XmlElement[ ] | 固有のネームスペースで指定された名前を持つこの要素の子要素すべてを返す |
| getName | XmlName | このXmlElementの名前を取得する |
| getText | Strong | このXmlElementのテキストを取得する |
| toXmlString | Strong | 文字列としてXmlElementのコンテンツを取得する |
| Arguments : | ||
| name | Type | 説明 |
| attributeName | String | 返されるべき値を持つ属性名 |
| 戻り値 : | |
| Type | 説明 |
| XmlAttribute | XmlAttribute |
| Arguments : | ||
| name | Type | 説明 |
| namespaceUrl | String | 定義された属性のネームスペースのURL |
| attributeName | String | 返されるべき値を持つ属性名 |
| 戻り値 : | |
| Type | 説明 |
| XmlAttribute | XmlAttribute |
| 戻り値 : | |
| Type | 説明 |
| XmlAttribute[ ] | XmlAttributeの配列 |
| 戻り値 : | |
| Type | 説明 |
| Xmldocument | このXmlElemenを含むXmlドキュメント |
| Arguments : | ||
| name | Type | 説明 |
| attributeName | String | 返されるべき子要素の名前 |
| 戻り値 : | |
| Type | 説明 |
| XmlElement | この要素の子要素 |
| Arguments : | ||
| name | Type | 説明 |
| namespaceUrl | String | 定義された要素のネームスペースのURL |
| elementName | String | 返されるべき子要素の名前 |
| 戻り値 : | |
| Type | 説明 |
| XmlElement | この要素の子要素 |
| 戻り値 : | |
| Type | 説明 |
| Xmlelement[ ] | この要素の子要素の配列 |
| Arguments : | ||
| name | Type | 説明 |
| elementName | String | 返されるべき子要素の名前 |
| 戻り値 : | |
| Type | 説明 |
| XmlElement[ ] | この要素の子要素の配列:すべて同一のローカル名を持つ |
| Arguments : | ||
| name | Type | 説明 |
| namespaceUrl | String | 定義された要素のネームスペースのURL |
| elementName | String | 返されるべき要素の名前 |
| 戻り値 : | |
| Type | 説明 |
| XmlElement[ ] | この要素の子要素の配列:すべて同一のネームスペースと名前を持つ |
| 戻り値 : | |
| Type | 説明 |
| XmlName | ローカル名と名前空間名の両方を照会することができるXMLNameのオブジェクト - getLocalName(),getNameSpaceName() |
| 戻り値 : | |
| Type | 説明 |
| String | XmlElementのテキスト |
| 戻り値 : | |
| Type | 説明 |
| String | すべての子要素を含むこのXmlElement |