Definition EBOOKXMLContext.h:19
virtual void text(const char *value)=0
Process textual content of an element.
virtual ~EBOOKXMLContext()=0
Definition EBOOKXMLContext.cpp:15
virtual void endOfAttributes()=0
Signalize the end of attributes.
virtual void attribute(int name, const char *value)=0
Process an attribute.
virtual std::shared_ptr< EBOOKXMLContext > element(int name)=0
Create a context for parsing a child element.
virtual void startOfElement()=0
Signalize the start of an element.
virtual void endOfElement()=0
Signalize the end of an element.