Regina Calculation Engine
Public Member Functions | List of all members
regina::XMLLinkComponentsReader Class Reference

Helper class that reads the XML element containing information about the individual components of a link. More...

#include <link/xmllinkreader.h>

Inheritance diagram for regina::XMLLinkComponentsReader:
regina::XMLElementReader

Public Member Functions

 XMLLinkComponentsReader (Link *link)
 Creates a new components reader. More...
 
virtual void startElement (const std::string &, const regina::xml::XMLPropertyDict &, XMLElementReader *)
 Signifies that parsing of this XML element is beginning. More...
 
virtual void initialChars (const std::string &chars)
 Signifies that the initial text belonging to this XML element has been read. More...
 
bool broken () const
 Indicates whether the XML element has been found to contain invalid data. More...
 
virtual XMLElementReaderstartSubElement (const std::string &subTagName, const regina::xml::XMLPropertyDict &subTagProps)
 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...
 

Detailed Description

Helper class that reads the XML element containing information about the individual components of a link.


The documentation for this class was generated from the following file:

Copyright © 1999-2021, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).