|
Regina Calculation Engine
|
An XML element reader that reads a single normal surface. More...
#include <surfaces/xmlsurfacereader.h>
Public Member Functions | |
| XMLNormalSurfaceReader (const Triangulation< 3 > *newTri, NormalCoords newCoords) | |
| Creates a new normal surface reader. More... | |
| NormalSurface * | surface () |
| Returns the normal surface that has been read. More... | |
| virtual void | startElement (const std::string &tagName, const regina::xml::XMLPropertyDict &tagProps, XMLElementReader *parentReader) override |
| Signifies that parsing of this XML element is beginning. More... | |
| virtual void | initialChars (const std::string &chars) override |
| Signifies that the initial text belonging to this XML element has been read. More... | |
| virtual XMLElementReader * | startSubElement (const std::string &subTagName, const regina::xml::XMLPropertyDict &subTagProps) override |
| Signifies that a subelement of this XML element is about to be parsed. More... | |
| virtual void | endSubElement (const std::string &subTagName, XMLElementReader *subReader) |
| Signifies that parsing has finished for a subelement of this XML element. More... | |
| virtual void | endElement () |
| Signifies that parsing of this XML element is finished. More... | |
| virtual void | usingParser (regina::xml::XMLParser *parser) |
| Called for the top-level element in an XML file when parsing begins. More... | |
| virtual void | abort (XMLElementReader *subReader) |
| Signifies that XML parsing has been aborted. More... | |
An XML element reader that reads a single normal surface.