Googleを追いかけろ!
.
home
>>
Xml Services
>> Class XmlName
Class XmlName
..
*
Xml Services
Class Xml
Class XmlAttribute
Class XmlDocument
Class XmlElement
Class XmlName
参照ページ(Goolge)
WWW を検索
Googleを追いかけろ! を検索
class XmlName : Members
member
Type
説明
getLocalName
String
XmlNameのローカルの名前を取得する(例:'xns:amount'→ローカル名は'amount')
getNamespace
String
XmlNameのネームスペースを取得する(例:'xns:amount'→ネームスペースはUri,'xns' aliases)
method getLocalName()
XmlNameのローカルの名前を取得する(例:'xns:amount'→ローカル名は'amount')
( 参考 :
getNamespace
)
戻り値 :
Type
説明
String
ローカルの名前
method getNamespace()
XmlNameのネームスペースを取得する(例:'xns:amount'→ネームスペースはUri,'xns' aliases)
( 参考 :
getLocalName
)
戻り値 :
Type
説明
String
ネームスペースのURL