All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hplb.xml.HtmlXmlParser

java.lang.Object
   |
   +----hplb.xml.Parser
           |
           +----hplb.xml.HtmlXmlParser

public class HtmlXmlParser
extends Parser
The HtmlXmlParser is a Parser with some HTML specific hacks applied to it which means it will more or less correctly parse most HTML pages, also when they arbitrary embedded XML markup. It is very forgiving as is commonly the case with HTML parsers.

Author:
Anders Kristensen

Constructor Index

 o HtmlXmlParser()

Method Index

 o main(String[])

Constructors

 o HtmlXmlParser
 public HtmlXmlParser()

Methods

 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index