This repository was archived by the owner on Jul 27, 2022. It is now read-only.
google/streamhtmlparser
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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.