|
| size_t | FindNextTag (size_t start) |
| |
| int | FindTag (const char *tagName, int start=0) |
| |
| size_t | GetTag (int start, psXMLTag &tag) |
| |
| size_t | GetTagSection (int start, const char *tagName, psXMLString &tagSection) |
| |
| size_t | GetWithinTagSection (int start, const char *tagName, psXMLString &tagSection) |
| | GetWithinTagSection return the psXMLString section text of a tag. More...
|
| |
| size_t | GetWithinTagSection (int start, const char *tagName, csString &value) |
| | GetWithinTagSection return a csString containing the text in a tag section. More...
|
| |
| size_t | GetWithinTagSection (int start, const char *tagName, int &value) |
| |
| size_t | GetWithinTagSection (int start, const char *tagName, double &value) |
| |
| void | operator= (const char *str) |
| |
| | psXMLString () |
| |
| | psXMLString (const char *str) |
| |
| size_t | FindCommonLength (const psString &other) const |
| |
| bool | FindNumber (unsigned int &pos, unsigned int &end) const |
| |
| bool | FindString (const char *border, unsigned int &pos, unsigned int &end) const |
| |
| int | FindSubString (const char *sub, size_t start=0, bool caseInsense=XML_CASE_SENSITIVE, bool wholeWord=false) const |
| |
| int | FindSubStringReverse (psString &sub, size_t start, bool caseInsense=XML_CASE_SENSITIVE) |
| |
| void | GetLine (size_t start, csString &line) const |
| |
| void | GetSubString (psString &str, size_t from, size_t to) const |
| |
| void | GetWord (size_t pos, psString &buff, bool wantPunct=INCLUDE_PUNCT) const |
| |
| void | GetWordNumber (int which, psString &buff) const |
| |
| bool | IsVowel (size_t pos) |
| |
| bool | operator< (const psString &other) const |
| |
| bool | operator== (const psString &other) const |
| |
| bool | operator== (const char *other) const |
| |
| int | PartialEquals (const psString &other) const |
| |
| psString & | Plural () |
| | Check if a character is a vowel. More...
|
| |
| | psString () |
| |
| | psString (const char *str) |
| |
| | psString (const csStringBase &str) |
| |
| | psString (const csString &str) |
| |
| bool | ReplaceSubString (const char *what, const char *with) |
| |
| void | Split (csStringArray &result, char delim='|') |
| | Turn the last word of the string into an English plural. More...
|
| |
Definition at line 70 of file psxmlparser.h.