Home | History | Annotate | Download | only in lib

Lines Matching refs:parsing

392    If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
773 except when parsing an external parameter entity and resumable != 0.
778 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
780 When resumable != 0 (true) then parsing is suspended, that is,
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
787 there is a parent parser then it will continue parsing when the
790 parser (recursively), if one wants to stop parsing altogether.
792 When suspended, parsing can be resumed by calling XML_ResumeParser().
797 /* Resumes parsing after it has been suspended with XML_StopParser().
820 parsing;
824 /* Returns status of parser with respect to being initialized, parsing,
859 /* Controls parsing of parameter entities (including the external DTD
860 subset). If parsing of parameter entities is enabled, then
876 entity parsing (ie without XML_DTD being defined), then
877 XML_SetParamEntityParsing will return 0 if parsing of parameter
884 enum XML_ParamEntityParsing parsing);