|
| NPT_XmlParser (bool keep_whitespace=true) |
|
virtual NPT_Result | Parse (const char *xml, NPT_XmlNode *&tree, bool incremental=false) |
|
virtual NPT_Result | Parse (const char *xml, NPT_Size size, NPT_XmlNode *&tree, bool incremental=false) |
|
virtual NPT_Result | Parse (NPT_InputStream &stream, NPT_XmlNode *&tree, bool incremental=false) |
|
virtual NPT_Result | Parse (NPT_InputStream &stream, NPT_Size &size, NPT_XmlNode *&tree, bool incremental=false) |
|
|
NPT_Result | OnStartElement (const char *name) |
|
NPT_Result | OnElementAttribute (const char *name, const char *value) |
|
NPT_Result | OnEndElement (const char *name) |
|
NPT_Result | OnCharacterData (const char *data, NPT_Size size) |
|
void | RemoveIgnorableWhitespace () |
|
The documentation for this class was generated from the following files:
- lib/libUPnP/Neptune/Source/Core/NptXml.h
- lib/libUPnP/Neptune/Source/Core/NptXml.cpp