rootDocument
Returns the
NSXMLDocument
object containing the root element and representing the XML document as a whole.
NSXMLDocument
オブジェクトを返します、ルート要素を含んでいます、そしてXML書類を全体として表しています。
parent
Returns the parent node of the receiver.
レシーバの親ノードを返します。
childCount
Returns the number of child nodes the receiver has.
レシーバが持つ子ノードの数を返します。
children
Returns an immutable array containing the child nodes of the receiver (as
NSXMLNode
objects).
ある不変の配列を返します、レシーバの子ノードを含んでいます(NSXMLNode
オブジェクトとして)。
nextNode
Returns the next
NSXMLNode
object in document order.
書類順で次のNSXMLNode
オブジェクトを返します。
nextSibling
Returns the next
NSXMLNode
object that is a sibling node to the receiver.
次のNSXMLNode
オブジェクトを返します、それはレシーバに対する親類ノードです。
previousNode
Returns the previous
NSXMLNode
object in document order.
書類順で前のNSXMLNode
オブジェクトを返します。
previousSibling
Returns the previous
NSXMLNode
object that is a sibling node to the receiver.
前のNSXMLNode
オブジェクトを返します、それはレシーバに対する親類ノードです。
- detach
Detaches the receiver from its parent node.
レシーバをそれの親ノードから分離します。