|
| void | appendStartElementNSCallback (const xmlChar *xmlLocalName, const xmlChar *xmlPrefix, const xmlChar *xmlURI, int numNamespaces, const xmlChar **namespaces, int numAttributes, int numDefaulted, const xmlChar **attributes) |
| |
| void | appendEndElementNSCallback () |
| |
| void | appendCharactersCallback (const xmlChar *s, int len) |
| |
| void | appendProcessingInstructionCallback (const xmlChar *target, const xmlChar *data) |
| |
| void | appendCDATABlockCallback (const xmlChar *s, int len) |
| |
| void | appendCommentCallback (const xmlChar *s) |
| |
| void | appendInternalSubsetCallback (const xmlChar *name, const xmlChar *externalID, const xmlChar *systemID) |
| |
| void | appendErrorCallback (XMLErrors::ErrorType type, const xmlChar *message, OrdinalNumber lineNumber, OrdinalNumber columnNumber) |
| |
| void | callAndRemoveFirstCallback (XMLDocumentParser *parser) |
| |
| bool | isEmpty () const |
| |
◆ appendCDATABlockCallback()
| void WebCore::PendingCallbacks::appendCDATABlockCallback |
( |
const xmlChar * |
s, |
|
|
int |
len |
|
) |
| |
|
inline |
◆ appendCharactersCallback()
| void WebCore::PendingCallbacks::appendCharactersCallback |
( |
const xmlChar * |
s, |
|
|
int |
len |
|
) |
| |
|
inline |
◆ appendCommentCallback()
| void WebCore::PendingCallbacks::appendCommentCallback |
( |
const xmlChar * |
s | ) |
|
|
inline |
◆ appendEndElementNSCallback()
| void WebCore::PendingCallbacks::appendEndElementNSCallback |
( |
| ) |
|
|
inline |
◆ appendErrorCallback()
◆ appendInternalSubsetCallback()
| void WebCore::PendingCallbacks::appendInternalSubsetCallback |
( |
const xmlChar * |
name, |
|
|
const xmlChar * |
externalID, |
|
|
const xmlChar * |
systemID |
|
) |
| |
|
inline |
◆ appendProcessingInstructionCallback()
| void WebCore::PendingCallbacks::appendProcessingInstructionCallback |
( |
const xmlChar * |
target, |
|
|
const xmlChar * |
data |
|
) |
| |
|
inline |
◆ appendStartElementNSCallback()
| void WebCore::PendingCallbacks::appendStartElementNSCallback |
( |
const xmlChar * |
xmlLocalName, |
|
|
const xmlChar * |
xmlPrefix, |
|
|
const xmlChar * |
xmlURI, |
|
|
int |
numNamespaces, |
|
|
const xmlChar ** |
namespaces, |
|
|
int |
numAttributes, |
|
|
int |
numDefaulted, |
|
|
const xmlChar ** |
attributes |
|
) |
| |
|
inline |
◆ callAndRemoveFirstCallback()
◆ isEmpty()
| bool WebCore::PendingCallbacks::isEmpty |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: