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

resolvePrefix(forNamespaceURI:)

Returns the prefix associated with the specified URI. 指定されたURIと結びつけられた接頭辞を返します。

Declaration 宣言

func resolvePrefix(forNamespaceURI namespaceURI: String) -> String?

Parameters パラメータ

namespaceURI

A string identifying the URI associated with the namespace. 名前空間と結びつけられるURIを識別している文字列。

Return Value 戻り値

A string that is the matching prefix or nil if it finds no matching prefix. ある文字列、それは合致する接頭辞です、またはnil、もしそれが合致する接頭辞を見つけないならば。

Discussion 議論

The method looks in the entire namespace chain for the URI. メソッドは、URIに対する名前空間連鎖全体を捜します。

See Also 参照

Handling Namespaces 名前空間を取り扱う