var kind: XMLNode.Kind
Returns the kind of node the receiver is as a constant of type
XMLNode.Kind
.
ノードの種類を返します、レシーバは型XMLNode.Kind
のある定数と同じものです。
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を返します。