Home
last modified time | relevance | path

Searched refs:ReparseException (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dconstants.py3101 class ReparseException(Exception): class
Dinputstream.py9 from .constants import encodings, ReparseException
520 … raise ReparseException("Encoding changed from %s to %s" % (self.charEncoding[0], newEncoding))
Dhtml5parser.py18 from .constants import tokenTypes, ReparseException, namespaces
96 except ReparseException: