#include <xmlutils/xmlparser.h>

Public Member Functions | |
| wxXMLParser () | |
| void | Init () |
| bool | HasParam (wxXmlNode *node, const wxString ¶m) |
| Check to see if a parameter exists. | |
| wxXmlNode * | GetParamNode (wxXmlNode *node, const wxString ¶m) |
| Finds the node or returns NULL. | |
| wxString | GetNodeContent (wxXmlNode *node) |
| Gets node content from wxXML_ENTITY_NODE. | |
| wxString | GetParamValue (wxXmlNode *node, const wxString ¶m) |
| Finds the parameter value or returns the empty string. | |
| wxString | GetText (wxXmlNode *node, const wxString ¶m) |
| wxArrayString | FindValues (wxXmlNode *node, const wxString &tag) |
| Find all strings with the given tag. | |
| wxXMLParser::wxXMLParser | ( | ) | [inline] |
| wxArrayString wxXMLParser::FindValues | ( | wxXmlNode * | node, | |
| const wxString & | tag | |||
| ) |
Find all strings with the given tag.
| wxString wxXMLParser::GetNodeContent | ( | wxXmlNode * | node | ) |
Gets node content from wxXML_ENTITY_NODE.
| wxXmlNode * wxXMLParser::GetParamNode | ( | wxXmlNode * | node, | |
| const wxString & | param | |||
| ) |
Finds the node or returns NULL.
| wxString wxXMLParser::GetParamValue | ( | wxXmlNode * | node, | |
| const wxString & | param | |||
| ) |
Finds the parameter value or returns the empty string.
| wxString wxXMLParser::GetText | ( | wxXmlNode * | node, | |
| const wxString & | param | |||
| ) |
| bool wxXMLParser::HasParam | ( | wxXmlNode * | node, | |
| const wxString & | param | |||
| ) |
Check to see if a parameter exists.
| void wxXMLParser::Init | ( | ) | [inline] |
Reimplemented in ebEpubParser.
1.5.8