var namespaces: [XMLNode]?
Sets all of the namespace nodes of the receiver at once, replacing any existing namespace nodes.
レシーバの全ての名前空間ノードを一度に設定します、あらゆる既存の名前空間ノードを置き換えます。
func namespace(forPrefix : String) -> XMLNode?
Returns the namespace node with a specified prefix.
指定された接頭辞を持つ名前空間ノードを返します。
func removeNamespace (forPrefix : String)
Removes a namespace node that is identified by a given prefix.
与えられた接頭辞によって識別される名前空間ノードを取り除きます。
func resolveNamespace (forName : String) -> XMLNode?
Returns the namespace node with the prefix matching the given qualified name.
与えられた修飾名と一致する接頭辞を持つ名前空間ノードを返します。
func resolvePrefix (forNamespaceURI : String) -> String?
Returns the prefix associated with the specified URI.
指定されたURIと結びつけられた接頭辞を返します。