Home | History | Annotate | Download | only in lib

Lines Matching defs: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
786 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
796 except when parsing an external parameter entity and resumable != 0.
801 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
803 When resumable != 0 (true) then parsing is suspended, that is,
805 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
810 there is a parent parser then it will continue parsing when the
813 parsing altogether.
815 When suspended, parsing can be resumed by calling XML_ResumeParser().
820 /* 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,
882 /* Controls parsing of parameter entities (including the external DTD
883 subset). If parsing of parameter entities is enabled, then
899 entity parsing (ie without XML_DTD being defined), then
900 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.