preCICE v3.1.2
|
Public Member Functions | |
void | xmlTagCallback (const ConfigurationContext &context, XMLTag &callingTag) |
Callback at begin of XML tag. | |
void | xmlEndTagCallback (const ConfigurationContext &context, XMLTag &callingTag) |
Callback at end of XML tag and at end of subtag. | |
Public Member Functions inherited from precice::xml::XMLTag::Listener | |
Listener & | operator= (Listener &&)=delete |
virtual | ~Listener () |
Public Attributes | |
ConfigurationContext | startContext |
ConfigurationContext | endContext |
Definition at line 153 of file ParserTest.cpp.
|
inlinevirtual |
Callback at end of XML tag and at end of subtag.
At this callback, the attributes and all subtags of callingTag are parsed. This callback is first done for the listener, and then for the parent tag listener (if existing).
Implements precice::xml::XMLTag::Listener.
Definition at line 162 of file ParserTest.cpp.
|
inlinevirtual |
Callback at begin of XML tag.
At this callback, the attributes of the callingTag are already parsed and available, while the subtags are not yet parsed.
Implements precice::xml::XMLTag::Listener.
Definition at line 157 of file ParserTest.cpp.
ConfigurationContext ContextListener::endContext |
Definition at line 155 of file ParserTest.cpp.
ConfigurationContext ContextListener::startContext |
Definition at line 154 of file ParserTest.cpp.