Lines Matching defs:parsing
409 If parameter entity parsing is enabled, then in addition to the
420 The parser argument is the parser parsing the entity containing the
435 The context argument specifies the parsing context in the format
791 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
801 except when parsing an external parameter entity and resumable != 0.
806 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
808 When resumable != 0 (true) then parsing is suspended, that is,
810 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
815 there is a parent parser then it will continue parsing when the
818 parser (recursively), if one wants to stop parsing altogether.
820 When suspended, parsing can be resumed by calling XML_ResumeParser().
825 /* Resumes parsing after it has been suspended with XML_StopParser().
843 enum XML_Parsing parsing;
847 /* Returns status of parser with respect to being initialized, parsing,
881 /* Controls parsing of parameter entities (including the external DTD
882 subset). If parsing of parameter entities is enabled, then
898 entity parsing (ie without XML_DTD being defined), then
899 XML_SetParamEntityParsing will return 0 if parsing of parameter
907 enum XML_ParamEntityParsing parsing);
911 function behavior. This must be called before parsing is started.
912 Returns 1 if successful, 0 when called after parsing has started.