#include <XMLDocumentParser.h>
|
| ~XMLDocumentParser () |
|
void | handleError (XMLErrors::ErrorType, const char *message, TextPosition) |
|
void | setIsXHTMLDocument (bool isXHTML) |
|
bool | isXHTMLDocument () const |
|
bool | wellFormed () const final |
|
void | error (XMLErrors::ErrorType, const char *message, va_list args) WTF_ATTRIBUTE_PRINTF(3 |
|
void void | startElementNs (const xmlChar *xmlLocalName, const xmlChar *xmlPrefix, const xmlChar *xmlURI, int numNamespaces, const xmlChar **namespaces, int numAttributes, int numDefaulted, const xmlChar **libxmlAttributes) |
|
void | endElementNs () |
|
void | characters (const xmlChar *, int length) |
|
void | processingInstruction (const xmlChar *target, const xmlChar *data) |
|
void | cdataBlock (const xmlChar *, int length) |
|
void | comment (const xmlChar *) |
|
void | startDocument (const xmlChar *version, const xmlChar *encoding, int standalone) |
|
void | internalSubset (const xmlChar *name, const xmlChar *externalID, const xmlChar *systemID) |
|
void | endDocument () |
|
bool | isParsingEntityDeclaration () const |
|
void | setIsParsingEntityDeclaration (bool value) |
|
int | depthTriggeringEntityExpansion () const |
|
void | setDepthTriggeringEntityExpansion (int depth) |
|
virtual bool | isExecutingScript () const |
|
virtual bool | hasScriptsWaitingForStylesheets () const |
|
void | executeScriptsWaitingForStylesheetsSoon () |
|
void | setWasCreatedByScript (bool wasCreatedByScript) |
|
bool | wasCreatedByScript () const |
|
ParserContentPolicy | parserContentPolicy () |
|
virtual | ~DocumentParser () |
|
virtual bool | hasInsertionPoint () |
|
virtual bool | processingData () const |
|
Document * | document () const |
|
bool | isParsing () const |
|
bool | isStopping () const |
|
bool | isStopped () const |
|
bool | isDetached () const |
|
virtual void | startParsing () |
|
virtual void | prepareToStopParsing () |
|
void | setDocumentWasLoadedAsPartOfNavigation () |
|
bool | documentWasLoadedAsPartOfNavigation () const |
|
virtual void | suspendScheduledTasks () |
|
virtual void | resumeScheduledTasks () |
|
virtual | ~DocumentParser () |
|
virtual bool | hasInsertionPoint () |
|
virtual bool | processingData () const |
|
Document * | document () const |
|
bool | isParsing () const |
|
bool | isStopping () const |
|
bool | isStopped () const |
|
bool | isDetached () const |
|
virtual void | startParsing () |
|
virtual void | prepareToStopParsing () |
|
void | setDocumentWasLoadedAsPartOfNavigation () |
|
bool | documentWasLoadedAsPartOfNavigation () const |
|
virtual void | suspendScheduledTasks () |
|
virtual void | resumeScheduledTasks () |
|
void | deref () const |
|
void | deref () const |
|
void | deref () const |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
virtual | ~PendingScriptClient () |
|
◆ ~XMLDocumentParser()
WebCore::XMLDocumentParser::~XMLDocumentParser |
( |
| ) |
|
◆ cdataBlock()
void WebCore::XMLDocumentParser::cdataBlock |
( |
const xmlChar * |
s, |
|
|
int |
length |
|
) |
| |
◆ characters()
void WebCore::XMLDocumentParser::characters |
( |
const xmlChar * |
characters, |
|
|
int |
length |
|
) |
| |
◆ comment()
void WebCore::XMLDocumentParser::comment |
( |
const xmlChar * |
s | ) |
|
◆ create() [1/2]
◆ create() [2/2]
◆ depthTriggeringEntityExpansion()
int WebCore::XMLDocumentParser::depthTriggeringEntityExpansion |
( |
| ) |
const |
|
inline |
◆ endDocument()
void WebCore::XMLDocumentParser::endDocument |
( |
| ) |
|
◆ endElementNs()
void WebCore::XMLDocumentParser::endElementNs |
( |
| ) |
|
◆ error()
◆ handleError()
◆ internalSubset()
void WebCore::XMLDocumentParser::internalSubset |
( |
const xmlChar * |
name, |
|
|
const xmlChar * |
externalID, |
|
|
const xmlChar * |
systemID |
|
) |
| |
◆ isParsingEntityDeclaration()
bool WebCore::XMLDocumentParser::isParsingEntityDeclaration |
( |
| ) |
const |
|
inline |
◆ isXHTMLDocument()
bool WebCore::XMLDocumentParser::isXHTMLDocument |
( |
| ) |
const |
|
inline |
◆ parseDocumentFragment()
◆ processingInstruction()
void WebCore::XMLDocumentParser::processingInstruction |
( |
const xmlChar * |
target, |
|
|
const xmlChar * |
data |
|
) |
| |
◆ setDepthTriggeringEntityExpansion()
void WebCore::XMLDocumentParser::setDepthTriggeringEntityExpansion |
( |
int |
depth | ) |
|
|
inline |
◆ setIsParsingEntityDeclaration()
void WebCore::XMLDocumentParser::setIsParsingEntityDeclaration |
( |
bool |
value | ) |
|
|
inline |
◆ setIsXHTMLDocument()
void WebCore::XMLDocumentParser::setIsXHTMLDocument |
( |
bool |
isXHTML | ) |
|
|
inline |
◆ startDocument()
void WebCore::XMLDocumentParser::startDocument |
( |
const xmlChar * |
version, |
|
|
const xmlChar * |
encoding, |
|
|
int |
standalone |
|
) |
| |
◆ startElementNs()
void WebCore::XMLDocumentParser::startElementNs |
( |
const xmlChar * |
xmlLocalName, |
|
|
const xmlChar * |
xmlPrefix, |
|
|
const xmlChar * |
xmlURI, |
|
|
int |
numNamespaces, |
|
|
const xmlChar ** |
namespaces, |
|
|
int |
numAttributes, |
|
|
int |
numDefaulted, |
|
|
const xmlChar ** |
libxmlAttributes |
|
) |
| |
◆ supportsXMLVersion()
bool WebCore::XMLDocumentParser::supportsXMLVersion |
( |
const String & |
version | ) |
|
|
static |
◆ wellFormed()
bool WebCore::XMLDocumentParser::wellFormed |
( |
| ) |
const |
|
inlinefinalvirtual |
The documentation for this class was generated from the following files: