Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Protected Member Functions | |
bool | parse (Parser &parser) override |
void | reset () override |
Protected Member Functions inherited from Content | |
bool | doParse (Content &content, Parser &parser) |
Additional Inherited Members | |
Public Member Functions inherited from Content | |
virtual | ~Content (void) |
Parse the content of the current element in the parser.
parser | Parser to parse with. |
Implements Content.
References Parser::current(), Parser::ended(), Parser::factory(), Factory::getPCDATA(), Text::getText(), Node::kind(), Parser::next(), and Node::TEXT.
|
inlineoverrideprotectedvirtual |
Called to reset the state of the content internals.
Implements Content.