Type Method
型メソッド
elementWithName:children:attributes:
Returns an NSXMLElement
object with the given tag (name), attributes, and children.
NSXMLElement
オブジェクトを返します、与えられたタグ(名前)、属性、そして子を持ちます。
Return Value
戻り値
An NSXMLElement
object or nil
if the object couldn't be created.
あるNSXMLElement
オブジェクト、またはnil
、もしオブジェクトが作成できなかったならば。
See Also
参照
Creating and Initializing Node Objects
ノードオブジェクトの作成と初期化
- initWithKind:
Returns an NSXMLNode
instance initialized with the constant indicating node kind.
NSXMLNode
インスタンスを返します、ノード種類を指し示している定数で初期化されます。
- initWithKind:options:
Returns an NSXMLNode
instance initialized with the constant indicating node kind and one or more initialization options.
NSXMLNode
インスタンスを返します、ノード種類を指し示している定数そして1つ以上の初期化オプションで初期化されます。
+ document
Returns an empty document node.
ある空の書類ノードを返します。
+ attributeWithName:stringValue:
Returns an NSXMLNode
object representing an attribute node with a given name and string.
NSXMLNode
オブジェクトを返します、与えられた名前と文字列を持つ属性ノードを表しています。
+ attributeWithName:URI:stringValue:
Returns an NSXMLNode
object representing an attribute node with a given qualified name and string.
NSXMLNode
オブジェクトを返します、与えられた修飾名と文字列を持つ属性ノードを表しています。
+ textWithStringValue:
Returns an NSXMLNode
object representing a text node with specified content.
NSXMLNode
オブジェクトを返します、指定された内容を持つテキストノードを表しています。
+ commentWithStringValue:
Returns an NSXMLNode
object representing a comment node containing given text.
NSXMLNode
オブジェクトを返します、与えられたテキストを含んでいるコメントノードを表しています。
+ namespaceWithName:stringValue:
Returns an NSXMLNode
object representing a namespace with a specified name and URI.
NSXMLNode
オブジェクトを返します、指定された名前とURIを持つ名前空間を表しています。
+ predefinedNamespaceForPrefix:
Returns an NSXMLNode
object representing one of the predefined namespaces with the specified prefix.
NSXMLNode
オブジェクトを返します、指定された接頭辞を持つあらかじめ定義された名前空間の1つを表しています。