Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
/ streamhtmlparser Public archive

Automatically exported from code.google.com/p/streamhtmlparser

License

Notifications You must be signed in to change notification settings

google/streamhtmlparser

Copyright 2008 Google Inc. All Rights Reserved.

This directory contains an implementation of an html context scanner with no
lookahead. Its purpose is to scan an html stream and provide context
information at any point within the input stream. An example of a user of this
scanner would be an auto escaping templating system, which would require
html context information at very specific points within the html stream. The
implementation is based on a simplified state machine of HTML4.1.