, including all inherited members.
| addAttribute(const char *lpszName, const char *lpszValuev) | XMLNode | |
| addAttribute_priv(int, const char *, const char *) | XMLNode | [private] |
| addAttribute_WOSD(const char *lpszName, const char *lpszValue) | XMLNode | |
| addChild(const char *lpszName, char isDeclaration=0, int pos=-1) | XMLNode | |
| addChild(XMLNode nodeToAdd, int pos=-1) | XMLNode | |
| addChild_priv(int, const char *, char, int) | XMLNode | [private] |
| addChild_WOSD(const char *lpszName, char isDeclaration=0, int pos=-1) | XMLNode | |
| addClear(const char *lpszValue, const char *lpszOpen=NULL, const char *lpszClose=NULL, int pos=-1) | XMLNode | |
| addClear_priv(int, const char *, const char *, const char *, int) | XMLNode | [private] |
| addClear_WOSD(const char *lpszValue, const char *lpszOpen=NULL, const char *lpszClose=NULL, int pos=-1) | XMLNode | |
| addText(const char *lpszValue, int pos=-1) | XMLNode | |
| addText_priv(int, const char *, int) | XMLNode | [private] |
| addText_WOSD(const char *lpszValue, int pos=-1) | XMLNode | |
| addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype) | XMLNode | [private] |
| createXMLString(int nFormat=1, int *pnSize=NULL) const | XMLNode | |
| CreateXMLStringR(XMLNodeData *pEntry, char *lpszMarker, int nFormat) | XMLNode | [private, static] |
| createXMLTopNode(const char *lpszName, char isDeclaration=0) | XMLNode | [static] |
| createXMLTopNode_WOSD(const char *lpszName, char isDeclaration=0) | XMLNode | [static] |
| d | XMLNode | [private] |
| deleteAttribute(const char *lpszName) | XMLNode | |
| deleteAttribute(int i=0) | XMLNode | |
| deleteAttribute(XMLAttribute *anAttribute) | XMLNode | |
| deleteClear(int i=0) | XMLNode | |
| deleteClear(XMLClear *p) | XMLNode | |
| deleteClear(const char *lpszValue) | XMLNode | |
| deleteNodeContent(char force=0) | XMLNode | |
| deleteText(int i=0) | XMLNode | |
| deleteText(const char *lpszValue) | XMLNode | |
| detachFromParent(XMLNodeData *d) | XMLNode | [private, static] |
| emptyXMLAttribute | XMLNode | [static] |
| emptyXMLClear | XMLNode | [static] |
| emptyXMLNode | XMLNode | [static] |
| enumContents(int i) const | XMLNode | |
| exactMemory(XMLNodeData *d) | XMLNode | [private, static] |
| findPosition(XMLNodeData *d, int index, XMLElementType xtype) | XMLNode | [inline, private, static] |
| getAttribute(int i=0) const | XMLNode | |
| getAttribute(const char *name, int i) const | XMLNode | |
| getAttribute(const char *name, int *i=NULL) const | XMLNode | |
| getAttributeName(int i=0) const | XMLNode | |
| getAttributeValue(int i=0) const | XMLNode | |
| getChildNode(int i=0) const | XMLNode | |
| getChildNode(const char *name, int i) const | XMLNode | |
| getChildNode(const char *name, int *i=NULL) const | XMLNode | |
| getChildNodeWithAttribute(const char *tagName, const char *attributeName, const char *attributeValue=NULL, int *i=NULL) const | XMLNode | |
| getClear(int i=0) const | XMLNode | |
| getClearTagTable() | XMLNode | [static] |
| getError(XMLError error) | XMLNode | [static] |
| getName() const | XMLNode | |
| getParentNode() const | XMLNode | |
| getText(int i=0) const | XMLNode | |
| getVersion() | XMLNode | [static] |
| guessUTF8ParsingParameterValue(void *buffer, int bufLen, char useXMLEncodingAttribute=1) | XMLNode | [static] |
| indexClear(const char *lpszValue) const | XMLNode | [private] |
| indexText(const char *lpszValue) const | XMLNode | [private] |
| isAttributeSet(const char *name) const | XMLNode | |
| isDeclaration() const | XMLNode | |
| isEmpty() const | XMLNode | |
| maybeAddTxT(void *pa, const char *tokenPStr) | XMLNode | [private] |
| nAttribute() const | XMLNode | |
| nChildNode(const char *name) const | XMLNode | |
| nChildNode() const | XMLNode | |
| nClear() const | XMLNode | |
| nElement() const | XMLNode | |
| nText() const | XMLNode | |
| openFileHelper(const char *filename, const char *tag=NULL) | XMLNode | [static] |
| operator=(const XMLNode &A) | XMLNode | |
| parseClearTag(void *px, ALLXMLClearTag *pa) | XMLNode | [private] |
| parseFile(const char *filename, const char *tag=NULL, XMLResults *pResults=NULL) | XMLNode | [static] |
| parseString(const char *lpXMLString, const char *tag=NULL, XMLResults *pResults=NULL) | XMLNode | [static] |
| ParseXMLElement(void *pXML) | XMLNode | [private] |
| positionOfChildNode(int i=0) const | XMLNode | |
| positionOfChildNode(XMLNode x) const | XMLNode | |
| positionOfChildNode(const char *name, int i=0) const | XMLNode | |
| positionOfClear(int i=0) const | XMLNode | |
| positionOfClear(const char *lpszValue) const | XMLNode | |
| positionOfClear(XMLClear *a) const | XMLNode | |
| positionOfText(int i=0) const | XMLNode | |
| positionOfText(const char *lpszValue) const | XMLNode | |
| removeOrderElement(XMLNodeData *d, XMLElementType t, int index) | XMLNode | [private, static] |
| setGlobalOptions(char guessUnicodeChars=1, char strictUTF8Parsing=1, char dropWhiteSpace=1) | XMLNode | [static] |
| updateAttribute(XMLAttribute *newAttribute, XMLAttribute *oldAttribute) | XMLNode | |
| updateAttribute(const char *lpszNewValue, const char *lpszNewName=NULL, int i=0) | XMLNode | |
| updateAttribute(const char *lpszNewValue, const char *lpszNewName, const char *lpszOldName) | XMLNode | |
| updateAttribute_WOSD(XMLAttribute *newAttribute, XMLAttribute *oldAttribute) | XMLNode | |
| updateAttribute_WOSD(const char *lpszNewValue, const char *lpszNewName=NULL, int i=0) | XMLNode | |
| updateAttribute_WOSD(const char *lpszNewValue, const char *lpszNewName, const char *lpszOldName) | XMLNode | |
| updateClear(const char *lpszNewContent, int i=0) | XMLNode | |
| updateClear(XMLClear *newP, XMLClear *oldP) | XMLNode | |
| updateClear(const char *lpszNewValue, const char *lpszOldValue) | XMLNode | |
| updateClear_WOSD(const char *lpszNewContent, int i=0) | XMLNode | |
| updateClear_WOSD(XMLClear *newP, XMLClear *oldP) | XMLNode | |
| updateClear_WOSD(const char *lpszNewValue, const char *lpszOldValue) | XMLNode | |
| updateName(const char *lpszName) | XMLNode | |
| updateName_WOSD(const char *lpszName) | XMLNode | |
| updateText(const char *lpszNewValue, int i=0) | XMLNode | |
| updateText(const char *lpszNewValue, const char *lpszOldValue) | XMLNode | |
| updateText_WOSD(const char *lpszNewValue, int i=0) | XMLNode | |
| updateText_WOSD(const char *lpszNewValue, const char *lpszOldValue) | XMLNode | |
| writeToFile(const char *filename, const char *encoding=NULL, char nFormat=1) const | XMLNode | |
| XMLNode(struct XMLNodeDataTag *pParent, const char *lpszName, char isDeclaration) | XMLNode | [private] |
| XMLNode(struct XMLNodeDataTag *p) | XMLNode | [private] |
| XMLNode(const XMLNode &A) | XMLNode | |
| XMLNode() | XMLNode | [inline] |
| XMLNodeData typedef | XMLNode | [private] |
| ~XMLNode() | XMLNode | |