var index: Int
Returns the index of the receiver identifying its position relative to its sibling nodes.
レシーバのインデックスを返します、それの位置をそれの親類ノードに相対的に識別しています。
var level: Int
Returns the nesting level of the receiver within the tree hierarchy.
ツリー階層内でのレシーバの入れ子水準を返します。
var name: String?
Returns the name of the receiver.
レシーバの名前を返します。
var objectValue : Any?
Returns the object value of the receiver.
レシーバのオブジェクト値を返します。
var stringValue : String?
Returns the content of the receiver as a string value.
レシーバの内容を文字列値として返します。
func setStringValue (String, resolvingEntities : Bool)
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において宣言されるとおりに解決します。
var uri: String?
Returns the URI associated with the receiver.
レシーバと結びつけられたURIを返します。