#import <xmlnode.h>
Public Member Functions | |
(xmlElementType) | type |
(XmlNodeState) | state |
(const xmlChar *) | name |
(id) | setName: |
(int) | lineNo |
(BOOL) | isBlankText |
(id< PXmlNode >) | next |
(id< PXmlNode >) | next: |
(id< PXmlNode >) | next:or: |
(id< PXmlNode >) | parent |
(id< PXmlNode >) | child |
(id< PXmlNode >) | child: |
(id< PXmlNode >) | child:or: |
(id< PXmlNode >) | lastChild |
(id< PXmlNode >) | lastChild: |
(id< PXmlNode >) | lastChild:or: |
(id) | addChild:withFollowers: |
(id) | duplicate: |
(id) | unlink: |
(id) | print: |
|
addChild Add node to the node as children.
|
|
child Get 1st child node.
|
|
child Get child which has given type.
|
|
child Get child node which matches given types.
|
|
duplicate Duplicate the node.
|
|
isBlankText Return true if node is empty text node.
|
|
lastChild Get last child node.
|
|
lastChild Get last child which has given type.
|
|
lastChild Get last child node which matches given types.
|
|
lineNo Get line number which contains the node.
|
|
name Get name of element node.
|
|
next Get next sibling. Get next sibling. If it is not found, nil is returned.
|
|
next Get next sibling which matches given type.
|
|
next Get next sibling which matches given types.
|
|
parent Get parent node.
|
|
print Print the content of node.
|
|
setName Set name of the element node.
|
|
state Get state of the node. Get state of the node.
|
|
type Get type of source node. Get type of source node.
|
|
unlink Unlink the connection of the node.
|