Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
AnyContent Class Reference
+ Inheritance diagram for AnyContent:

Public Member Functions

bool parse (Parser &parser) override
 
void reset () override
 
- Public Member Functions inherited from Content
virtual ~Content (void)
 

Additional Inherited Members

- Protected Member Functions inherited from Content
bool doParse (Content &content, Parser &parser)
 

Member Function Documentation

◆ parse()

bool parse ( Parser parser)
inlineoverridevirtual

Parse the content of the current element in the parser.

Parameters
parserParser to parse with.

Implements Content.

References Parser::current(), Parser::ended(), Parser::factory(), Factory::getAny(), and Parser::next().

◆ reset()

void reset ( )
inlineoverridevirtual

Called to reset the state of the content internals.

Implements Content.


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