#include <nxmlanglestructreader.h>
Inheritance diagram for regina::NXMLAngleStructureReader:
Public Member Functions | |
NXMLAngleStructureReader (NTriangulation *newTri) | |
Creates a new angle structure reader. | |
NAngleStructure * | getStructure () |
Returns the angle structure that has been read. | |
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. | |
virtual NXMLElementReader * | startSubElement (const std::string &subTagName, const regina::xml::XMLPropertyDict &subTagProps) |
Signifies that a subelement of this XML element is about to be parsed. |
|
Creates a new angle structure reader.
|
|
Returns the angle structure 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. |
|
Signifies that parsing of this XML element is beginning. The default implementation does nothing.
Reimplemented from regina::NXMLElementReader. |
|
Signifies that a subelement of this XML element is about to be parsed. The default implementation returns a new NXMLElementReader which can be used to ignore the subelement completely.
Reimplemented from regina::NXMLElementReader. |