Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.javahispano.canyamo.util.html.validator.ParseException

Uses of ParseException in org.javahispano.canyamo.util.html.validator
 

Methods in org.javahispano.canyamo.util.html.validator that throw ParseException
static java.lang.String HTMLValidator.parse(java.lang.String code)
          Validates the HTML code that comes in the input parameter.
static java.lang.String HTMLValidator.parse(java.lang.String code, boolean relaxed)
          Validates the HTML code that comes in the input parameter.
static java.lang.String HTMLValidator.parse(java.lang.String code, boolean relaxed, boolean replaceSmileys)
          Validates the HTML code that comes in the input parameter.