#include <nxmlelementreader.h>
Inheritance diagram for regina::NXMLCharsReader:
Public Member Functions | |
NXMLCharsReader () | |
Creates a new XML element reader. | |
const std::string & | getChars () |
Returns the characters stored in the XML element that has been read. | |
virtual void | initialChars (const std::string &chars) |
Signifies that the initial text belonging to this XML element has been read. |
Any XML subelements will be ignored (as will any characters occurring after any subelements).
|
Creates a new XML element reader.
|
|
Returns the characters stored in the XML element that has been read.
|
|
Signifies that the initial text belonging to this XML element has been read. The initial text is everything between the opening tag and the first subelement or closing tag. The default implementation does nothing.
Reimplemented from regina::NXMLElementReader. |