#include <nxmlalgebrareader.h>
Inheritance diagram for regina::NXMLAbelianGroupReader:
Public Member Functions | |
NXMLAbelianGroupReader () | |
Creates a new abelian group reader. | |
virtual NAbelianGroup * | getGroup () |
Returns the newly allocated abelian group that has been read by this element reader. | |
virtual void | startElement (const std::string &tagName, const regina::xml::XMLPropertyDict &tagProps, NXMLElementReader *parentReader) |
Signifies that parsing of this XML element is beginning. | |
virtual void | initialChars (const std::string &chars) |
Signifies that the initial text belonging to this XML element has been read. |
An abelian group is generally contained within an <abeliangroup>
... </abeliangroup>
pair.
|
Creates a new abelian group reader.
|
|
Returns the newly allocated abelian group that has been read by this element reader.
|
|
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. |
|
Signifies that parsing of this XML element is beginning. The default implementation does nothing.
Reimplemented from regina::NXMLElementReader. |