- addNamespace:
Adds a namespace node to the receiver.
ある名前空間ノードをレシーバへと加えます。
namespaces
Sets all of the namespace nodes of the receiver at once, replacing any existing namespace nodes.
レシーバの全ての名前空間ノードを一度に設定します、あらゆる既存の名前空間ノードを置き換えます。
- removeNamespaceForPrefix:
Removes a namespace node that is identified by a given prefix.
与えられた接頭辞によって識別される名前空間ノードを取り除きます。
- resolveNamespaceForName:
Returns the namespace node with the prefix matching the given qualified name.
与えられた修飾名と一致する接頭辞を持つ名前空間ノードを返します。
- resolvePrefixForNamespaceURI:
Returns the prefix associated with the specified URI.
指定されたURIと結びつけられた接頭辞を返します。