var index: Int
var kind: XMLNode.Kind
XMLNode.Kind
.
ノードの種類を返します、レシーバは型XMLNode.Kind
のある定数と同じものです。
var level: Int
var objectValue : Any?
var stringValue : String?
func setStringValue (String, resolvingEntities : Bool)
var uri: String?
Availability 有効性
Technology
var name: String
? { get set }
Returns a string specifying the name of the receiver. May return nil
if the receiver is not a valid kind of node (see discussion).
レシーバの名前を指定している文字列を返します。nil
を返すかもしれません、もしレシーバがノードの有効な種類でないならば(議論を見てください)。
This method is applicable only to NSXMLNode
objects representing elements, attributes, namespaces, processing instructions, and DTD-declaration nodes. If the receiver is not an object of one of these kinds, this method returns nil
. For example, in the following construction:
このメソッドは、要素、属性、名前空間、命令処理、そしてDTD宣言ノードを表しているNSXMLNode
オブジェクトに対してだけ適用可能です。レシーバがこれらの種類の1つのオブジェクトでないならば、このメソッドはnil
を返します。例えば、以下の構造において:
The returned name for the element is “title”. If the name is associated with a namespace, the qualified name is returned. For example, if you create an element with local name “foo” and URI “http://bar.com” and the namespace “xmlns:baz=‘http://bar.com’” is applied to this node, when you invoke this method on the node you get “baz:foo”. 要素に対して返される名前は、“title” です。名前が名前空間と結びつけられるならば、修飾名が返されます。例えば、あなたがある要素をローカル名 “foo” とURI “http://bar.com” で作成するそして名前空間 “xmlns:baz=‘http://bar.com’” がこのノードに適用されるならば、あなたがこのメソッドをそのノード上で発動する場合、あなたは “baz:foo” を得ます。
var index: Int
var kind: XMLNode.Kind
XMLNode.Kind
.
ノードの種類を返します、レシーバは型XMLNode.Kind
のある定数と同じものです。
var level: Int
var objectValue : Any?
var stringValue : String?
func setStringValue (String, resolvingEntities : Bool)
var uri: String?