libexpatpp 0.1.8
xmlpp::delegate Member List

This is the complete list of members for xmlpp::delegate, including all inherited members.

onAttlistDecl(const XML_Char *elname, const XML_Char *attname, const XML_Char *att_type, const XML_Char *dflt, bool isrequired)=0xmlpp::delegatepure virtual
onCharacterData(const char *pBuf, int len)=0xmlpp::delegatepure virtual
onComment(const XML_Char *data)=0xmlpp::delegatepure virtual
onElementDecl(const XML_Char *name, XML_Content *model)=0xmlpp::delegatepure virtual
onEndCdataSection()=0xmlpp::delegatepure virtual
onEndDoctypeDecl()=0xmlpp::delegatepure virtual
onEndElement(const XML_Char *fullname)=0xmlpp::delegatepure virtual
onEndNamespace(const XML_Char *prefix)=0xmlpp::delegatepure virtual
onEntityDecl(const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName)=0xmlpp::delegatepure virtual
onNotationDecl(const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId)=0xmlpp::delegatepure virtual
onParseError(size_t line, size_t column, size_t pos, Error error)=0xmlpp::delegatepure virtual
onProcessingInstruction(const XML_Char *target, const XML_Char *data)=0xmlpp::delegatepure virtual
onSkippedEntity(const XML_Char *entityName, int is_parameter_entity)=0 (defined in xmlpp::delegate)xmlpp::delegatepure virtual
onStartCdataSection()=0xmlpp::delegatepure virtual
onStartDoctypeDecl(const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *pubid, int has_internal_subset)=0xmlpp::delegatepure virtual
onStartElement(const XML_Char *fullname, const XML_Char **atts)=0xmlpp::delegatepure virtual
onStartNamespace(const XML_Char *prefix, const XML_Char *uri)=0xmlpp::delegatepure virtual
onUnparsedEntityDecl(const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName)=0 (defined in xmlpp::delegate)xmlpp::delegatepure virtual
onXmlDecl(const XML_Char *version, const XML_Char *encoding, int standalone)=0xmlpp::delegatepure virtual
~delegate()=default (defined in xmlpp::delegate)xmlpp::delegatevirtual