Package org.outerj.daisy.diff.helper
Class NekoHtmlParser
java.lang.Object
org.outerj.daisy.diff.helper.NekoHtmlParser
Parses HTML files using the Neko HTML parser. Puts all elements and attribute
names to lowercase, removes all namespaces, produces well-formed XML.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(InputSource is) void
parse
(InputSource is, ContentHandler consumer)
-
Constructor Details
-
NekoHtmlParser
public NekoHtmlParser()
-
-
Method Details
-
parse
- Throws:
IOException
SAXException
-
parse
- Throws:
IOException
SAXException
-