Instance Method インスタンスメソッド

namespace(forPrefix:)

Returns the namespace node with a specified prefix. 指定された接頭辞を持つ名前空間ノードを返します。

Declaration 宣言

func namespace(forPrefix name: String) -> XMLNode?

Parameters パラメータ

name

A string specifying a namespace prefix. 名前空間接頭辞を指定している文字列。

Return Value 戻り値

An XMLNode object of kind XMLNode.Kind.namespace or nil if there is no namespace node with that prefix. 種類XMLNode.Kind.namespaceXMLNodeオブジェクト、またはnil、もしその接頭辞を持つ名前空間ノードがないならば。

See Also 参照

Handling Namespaces 名前空間を取り扱う