XML Node.
Return the string constant value for the node type given.
Return the numeric constant value for the node type named. This method is inefficient, so the returned value should be saved for re-use later. The possible values are -
Creation of a new Node. This function will refuse to create a Node with a similar prefix than an existing one present on this node.
Creation of a new node elemen, ns is optional (nil).
Creation of a new Node from libxml data.
Creation of a new Node from libxml data.
Return pointer to xmlNode structure.
Return Node name.
Return Node content.
Return Node namespace.
Return namespace definitions of this node.
Return pointer to the first attribute on this node.
Return attributes and values as a dictionary.
Return attributes and values as a dictionary, but applies the specified selector to each key before adding the key and value to the dictionary. The selector must be a method of NSString taking no arguments and returning an object suitable for use as a dictionary key.
This method exists for the use of GSWeb ... it is probably not of much use elsewhere.
Return type of Node.
Return the name of the type of the Node.
Return owner of this node.
Return children of this node.
Return parent of this node.
Return next node.
Return previous node.
Creation of a new child element, added at the end of parent children list. ns and content parameters are optional (may be nil). If content is non nil, a child list containing the TEXTs and ENTITY_REFs node will be created. Return previous node.
Creation of a new comment element, added at the end of parent children list.
Creation of a new process instruction element, added at the end of parent children list.
Set (or reset) an attribute carried by a node.
Return the numeric type code for this node.
Return the string type code for this node.