KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > html > parser > DocumentParser > Top Examples

  • org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor
    Wrapper around the Swing HTML parser that attempts to correct for various problems in different versions of the Swing. This code is tightly bound to the Swing code. <P> This corrects the following problems <UL> <LI> Swing 1.1: <UL> <LI>LINK elements were not allowed ...
  • org.enhydra.xml.xmlc.html.parsers.swing.SwingParser
    Interface to the Swing HTML parser. This attempts to correct problem with using the SWING HTML 3.2 parser to parse HTML 4.0 constructs and well as general bugginess in the Swing parser. <P> The known Swing problems are: <UL> <LI> Swing 1.1 didn't allow LINK elements in the heade ...
Popular Tags