Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXY
]
validator-htmlparser - Html5 Parser
- Description:
The Validator.nu HTML Parser is an implementation of the
HTML5 parsing algorithm in Java. The parser is designed to
work as a drop-in replacement for the XML parser in
applications that already support XHTML 1.x content with an
XML parser and use SAX, DOM or XOM to interface with the
parser. Low-level functionality is provided for applications
that wish to perform their own IO and support document.write()
with scripting. The parser core compiles on Google Web Toolkit
and can be automatically translated into C++. (The C++
translation capability is currently used for porting the
parser for use in Gecko.)
Packages