Lines Matching full:parsing
414 If parameter entity parsing is enabled, then in addition to the
425 The parser argument is the parser parsing the entity containing the
440 The context argument specifies the parsing context in the format
796 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
806 except when parsing an external parameter entity and resumable != 0.
811 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
813 When resumable != 0 (true) then parsing is suspended, that is,
815 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
820 there is a parent parser then it will continue parsing when the
823 parser (recursively), if one wants to stop parsing altogether.
825 When suspended, parsing can be resumed by calling XML_ResumeParser().
830 /* Resumes parsing after it has been suspended with XML_StopParser().
848 enum XML_Parsing parsing;
852 /* Returns status of parser with respect to being initialized, parsing,
886 /* Controls parsing of parameter entities (including the external DTD
887 subset). If parsing of parameter entities is enabled, then
903 entity parsing (ie without XML_DTD being defined), then
904 XML_SetParamEntityParsing will return 0 if parsing of parameter
912 enum XML_ParamEntityParsing parsing);
916 function behavior. This must be called before parsing is started.
917 Returns 1 if successful, 0 when called after parsing has started.