|
decompiler
1.0.0
|
This is the complete list of members for ContentHandler, including all inherited members.
| characters(const char *text, int4 start, int4 length)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| endDocument(void)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| endElement(const string &namespaceURI, const string &localName, const string &qualifiedName)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| endPrefixMapping(const string &prefix)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| ignorableWhitespace(const char *text, int4 start, int4 length)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| processingInstruction(const string &target, const string &data)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| setDocumentLocator(Locator locator)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| setEncoding(const string &encoding)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| setError(const string &errmsg)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| setVersion(const string &version)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| skippedEntity(const string &name)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| startDocument(void)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| startElement(const string &namespaceURI, const string &localName, const string &qualifiedName, const Attributes &atts)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| startPrefixMapping(const string &prefix, const string &uri)=0 (defined in ContentHandler) | ContentHandler | pure virtual |
| ~ContentHandler(void) (defined in ContentHandler) | ContentHandler | inlinevirtual |
1.8.13