Searched defs:HTMLUnicodeInputStream (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dinputstream.py146 return HTMLUnicodeInputStream(source)
151 class HTMLUnicodeInputStream(object): class in inherits:object
390 class HTMLBinaryInputStream(HTMLUnicodeInputStream):
418 HTMLUnicodeInputStream.__init__(self, self.rawStream)
441 HTMLUnicodeInputStream.reset(self)

Completed in 126 milliseconds