Functions | |
XMLElementPosition | XMLNode::positionOfText (int i=0) const |
XMLElementPosition | XMLNode::positionOfText (XMLCSTR lpszValue) const |
XMLElementPosition | XMLNode::positionOfClear (int i=0) const |
XMLElementPosition | XMLNode::positionOfClear (XMLCSTR lpszValue) const |
XMLElementPosition | XMLNode::positionOfClear (XMLClear *a) const |
XMLElementPosition | XMLNode::positionOfChildNode (int i=0) const |
XMLElementPosition | XMLNode::positionOfChildNode (XMLNode x) const |
XMLElementPosition | XMLNode::positionOfChildNode (XMLCSTR name, int i=0) const |
return the position of the ith childNode with the specified name if (name==NULL) return the position of the ith childNode |
XMLElementPosition XMLNode::positionOfChildNode | ( | XMLCSTR | name, | |
int | i = 0 | |||
) | const [inherited] |
return the position of the ith childNode with the specified name if (name==NULL) return the position of the ith childNode
XMLElementPosition XMLNode::positionOfChildNode | ( | XMLNode | x | ) | const [inherited] |
XMLElementPosition XMLNode::positionOfChildNode | ( | int | i = 0 |
) | const [inherited] |
XMLElementPosition XMLNode::positionOfClear | ( | XMLClear * | a | ) | const [inherited] |
XMLElementPosition XMLNode::positionOfClear | ( | XMLCSTR | lpszValue | ) | const [inherited] |
XMLElementPosition XMLNode::positionOfClear | ( | int | i = 0 |
) | const [inherited] |
XMLElementPosition XMLNode::positionOfText | ( | XMLCSTR | lpszValue | ) | const [inherited] |
XMLElementPosition XMLNode::positionOfText | ( | int | i = 0 |
) | const [inherited] |