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) voidparse(InputSource is, ContentHandler consumer)
-
Constructor Details
-
NekoHtmlParser
public NekoHtmlParser()
-
-
Method Details
-
parse
- Throws:
IOExceptionSAXException
-
parse
- Throws:
IOExceptionSAXException
-