package net.sourceforge.phpdt.tidy;
/**
- *
+ *
* Error/informational message reporter.
*
* You should only need to edit the file TidyMessages.properties
static {
try {
- res = ResourceBundle.getBundle("org/w3c/tidy/TidyMessages");
+ res = ResourceBundle.getBundle("net/sourceforge/phpdt/tidy/TidyMessages");
} catch (MissingResourceException e) {
throw new Error(e.toString());
}
private PrintWriter stderr = null;
private Configuration configuration = null;
private String inputStreamName = "InputStream";
- private int parseErrors = 0;
+ private int parseErrors = 0;
private int parseWarnings = 0;
public Tidy() {
document = ParserImpl.parseXMLDocument(lexer);
else {
lexer.warnings = 0;
- if (!configuration.Quiet)
- Report.helloMessage(errout, Report.RELEASE_DATE, inputStreamName);
+ // if (!configuration.Quiet)
+ // Report.helloMessage(errout, Report.RELEASE_DATE, inputStreamName);
document = ParserImpl.parseDocument(lexer);