index
Returns the index of the receiver identifying its position relative to its sibling nodes.
レシーバのインデックスを返します、それの位置をそれの親類ノードに相対的に識別しています。
kind
Returns the kind of node the receiver is as a constant of type
NSXMLNodeKind
.
ノードの種類を返します、レシーバは型NSXMLNodeKind
のある定数と同じものです。
name
Returns the name of the receiver.
レシーバの名前を返します。
objectValue
Returns the object value of the receiver.
レシーバのオブジェクト値を返します。
stringValue
Returns the content of the receiver as a string value.
レシーバの内容を文字列値として返します。
- setStringValue:resolvingEntities:
Sets the content of the receiver as a string value and, optionally, resolves character references, predefined entities, and user-defined entities as declared in the associated DTD.
レシーバの内容を文字列値として設定しますそして、随意に文字参照、あらかじめ定義されたエンティティ、そしてユーザ定義エンティティをその結びつけられたDTDにおいて宣言されるとおりに解決します。
setURI:
Sets the URI of the receiver.
レシーバのURIを設定します。
URI
Returns the URI associated with the receiver.
レシーバと結びつけられたURIを返します。