Home | History | Annotate | Download | only in dom

Lines Matching full:fatal

654         // If the decoder saw an error, report it as fatal (stops parsing)
655 handleError(fatal, "Encoding error", context->context()->input->line, context->context()->input->col);
735 handleError(fatal, "DOCTYPE declaration lost.", lineNumber(), columnNumber());
760 handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber());
1042 handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber());
1049 handleError(fatal, "Invalid DOCTYPE declaration, expected 'html' as root element.", lineNumber(), columnNumber());
1154 getTokenizer(closure)->error(XMLTokenizer::fatal, message, args);