All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.Report

java.lang.Object
   |
   +----org.w3c.tidy.Report

public class Report
extends Object

Variable Index

 o ACCESS_URL
 o BAD_ATTRIBUTE_VALUE
 o BAD_CDATA_CONTENT
 o BAD_COMMENT
 o CANT_BE_NESTED
 o CONTENT_AFTER_BODY
 o DISCARDING_UNEXPECTED
 o DOCTYPE_AFTER_TAGS
 o DUPLICATE_FRAMESET
 o FORCED_END_ANCHOR
 o FOUND_UTF16
 o ILLEGAL_NESTING
 o INCONSISTENT_NAMESPACE
 o INCONSISTENT_VERSION
 o INSERTING_TAG
 o MALFORMED_DOCTYPE
 o MISSING_ATTR_VALUE
 o MISSING_ATTRIBUTE
 o MISSING_ENDTAG_BEFORE
 o MISSING_ENDTAG_FOR
 o MISSING_IMAGE_ALT
 o MISSING_IMAGE_MAP
 o MISSING_IMAGEMAP
 o MISSING_LINK_ALT
 o MISSING_SEMICOLON
 o MISSING_STARTTAG
 o MISSING_SUMMARY
 o MISSING_TITLE_ELEMENT
 o NOFRAMES_CONTENT
 o NON_ASCII
 o NON_MATCHING_ENDTAG
 o OBSOLETE_ELEMENT
 o PROPRIETARY_ATTR_VALUE
 o PROPRIETARY_ELEMENT
 o RELEASE_DATE
 o SUSPECTED_MISSING_QUOTE
 o TAG_NOT_ALLOWED_IN
 o TRIM_EMPTY_ELEMENT
 o UNESCAPED_AMPERSAND
 o UNEXPECTED_END_OF_FILE
 o UNEXPECTED_ENDTAG
 o UNEXPECTED_GT
 o UNEXPECTED_QUOTEMARK
 o UNKNOWN_ATTRIBUTE
 o UNKNOWN_ELEMENT
 o UNKNOWN_ENTITY
 o USING_BR_INPLACE_OF
 o USING_FONT
 o USING_FRAMES
 o USING_LAYER
 o USING_NOBR
 o USING_NOFRAMES
 o USING_SPACER
 o WINDOWS_CHARS
 o XML_ATTRIBUTE_VALUE

Constructor Index

 o Report()

Method Index

 o attrError(Lexer, Node, String, short)
 o encodingError(Lexer, short, int)
 o entityError(Lexer, short, String, int)
 o error(Lexer, Node, Node, short)
 o errorSummary(Lexer)
 o generalInfo(PrintWriter)
 o helloMessage(PrintWriter, String, String)
 o helpText(PrintWriter, String)
 o missingBody(PrintWriter)
 o needsAuthorIntervention(PrintWriter)
 o position(Lexer)
 o reportNumberOfSlides(PrintWriter, int)
 o reportNumWarnings(PrintWriter, Lexer)
 o reportVersion(PrintWriter, String, String)
 o tag(Lexer, Node)
 o tidyPrint(PrintWriter, String)
 o tidyPrintln(PrintWriter)
 o tidyPrintln(PrintWriter, String)
 o unknownFile(PrintWriter, String, String)
 o unknownOption(PrintWriter, char)
 o warning(Lexer, Node, Node, short)

Variables

 o ACCESS_URL
 public static final String ACCESS_URL
 o RELEASE_DATE
 public static final String RELEASE_DATE
 o MISSING_SEMICOLON
 public static final short MISSING_SEMICOLON
 o UNKNOWN_ENTITY
 public static final short UNKNOWN_ENTITY
 o UNESCAPED_AMPERSAND
 public static final short UNESCAPED_AMPERSAND
 o MISSING_ENDTAG_FOR
 public static final short MISSING_ENDTAG_FOR
 o MISSING_ENDTAG_BEFORE
 public static final short MISSING_ENDTAG_BEFORE
 o DISCARDING_UNEXPECTED
 public static final short DISCARDING_UNEXPECTED
 o NON_MATCHING_ENDTAG
 public static final short NON_MATCHING_ENDTAG
 o TAG_NOT_ALLOWED_IN
 public static final short TAG_NOT_ALLOWED_IN
 o MISSING_STARTTAG
 public static final short MISSING_STARTTAG
 o UNEXPECTED_ENDTAG
 public static final short UNEXPECTED_ENDTAG
 o USING_BR_INPLACE_OF
 public static final short USING_BR_INPLACE_OF
 o INSERTING_TAG
 public static final short INSERTING_TAG
 o SUSPECTED_MISSING_QUOTE
 public static final short SUSPECTED_MISSING_QUOTE
 o MISSING_TITLE_ELEMENT
 public static final short MISSING_TITLE_ELEMENT
 o DUPLICATE_FRAMESET
 public static final short DUPLICATE_FRAMESET
 o CANT_BE_NESTED
 public static final short CANT_BE_NESTED
 o OBSOLETE_ELEMENT
 public static final short OBSOLETE_ELEMENT
 o PROPRIETARY_ELEMENT
 public static final short PROPRIETARY_ELEMENT
 o UNKNOWN_ELEMENT
 public static final short UNKNOWN_ELEMENT
 o TRIM_EMPTY_ELEMENT
 public static final short TRIM_EMPTY_ELEMENT
 o FORCED_END_ANCHOR
 public static final short FORCED_END_ANCHOR
 o ILLEGAL_NESTING
 public static final short ILLEGAL_NESTING
 o NOFRAMES_CONTENT
 public static final short NOFRAMES_CONTENT
 o CONTENT_AFTER_BODY
 public static final short CONTENT_AFTER_BODY
 o INCONSISTENT_VERSION
 public static final short INCONSISTENT_VERSION
 o BAD_COMMENT
 public static final short BAD_COMMENT
 o BAD_CDATA_CONTENT
 public static final short BAD_CDATA_CONTENT
 o INCONSISTENT_NAMESPACE
 public static final short INCONSISTENT_NAMESPACE
 o DOCTYPE_AFTER_TAGS
 public static final short DOCTYPE_AFTER_TAGS
 o MALFORMED_DOCTYPE
 public static final short MALFORMED_DOCTYPE
 o UNEXPECTED_END_OF_FILE
 public static final short UNEXPECTED_END_OF_FILE
 o UNKNOWN_ATTRIBUTE
 public static final short UNKNOWN_ATTRIBUTE
 o MISSING_ATTRIBUTE
 public static final short MISSING_ATTRIBUTE
 o MISSING_ATTR_VALUE
 public static final short MISSING_ATTR_VALUE
 o BAD_ATTRIBUTE_VALUE
 public static final short BAD_ATTRIBUTE_VALUE
 o UNEXPECTED_GT
 public static final short UNEXPECTED_GT
 o PROPRIETARY_ATTR_VALUE
 public static final short PROPRIETARY_ATTR_VALUE
 o MISSING_IMAGEMAP
 public static final short MISSING_IMAGEMAP
 o XML_ATTRIBUTE_VALUE
 public static final short XML_ATTRIBUTE_VALUE
 o UNEXPECTED_QUOTEMARK
 public static final short UNEXPECTED_QUOTEMARK
 o MISSING_IMAGE_ALT
 public static final short MISSING_IMAGE_ALT
 o MISSING_LINK_ALT
 public static final short MISSING_LINK_ALT
 o MISSING_SUMMARY
 public static final short MISSING_SUMMARY
 o MISSING_IMAGE_MAP
 public static final short MISSING_IMAGE_MAP
 o USING_FRAMES
 public static final short USING_FRAMES
 o USING_NOFRAMES
 public static final short USING_NOFRAMES
 o USING_SPACER
 public static final short USING_SPACER
 o USING_LAYER
 public static final short USING_LAYER
 o USING_NOBR
 public static final short USING_NOBR
 o USING_FONT
 public static final short USING_FONT
 o WINDOWS_CHARS
 public static final short WINDOWS_CHARS
 o NON_ASCII
 public static final short NON_ASCII
 o FOUND_UTF16
 public static final short FOUND_UTF16

Constructors

 o Report
 public Report()

Methods

 o tidyPrint
 public static void tidyPrint(PrintWriter p,
                              String msg)
 o tidyPrintln
 public static void tidyPrintln(PrintWriter p,
                                String msg)
 o tidyPrintln
 public static void tidyPrintln(PrintWriter p)
 o tag
 public static void tag(Lexer lexer,
                        Node tag)
 o position
 public static void position(Lexer lexer)
 o encodingError
 public static void encodingError(Lexer lexer,
                                  short code,
                                  int c)
 o entityError
 public static void entityError(Lexer lexer,
                                short code,
                                String entity,
                                int c)
 o attrError
 public static void attrError(Lexer lexer,
                              Node node,
                              String attr,
                              short code)
 o warning
 public static void warning(Lexer lexer,
                            Node element,
                            Node node,
                            short code)
 o error
 public static void error(Lexer lexer,
                          Node element,
                          Node node,
                          short code)
 o errorSummary
 public static void errorSummary(Lexer lexer)
 o unknownOption
 public static void unknownOption(PrintWriter errout,
                                  char c)
 o unknownFile
 public static void unknownFile(PrintWriter errout,
                                String program,
                                String file)
 o needsAuthorIntervention
 public static void needsAuthorIntervention(PrintWriter errout)
 o missingBody
 public static void missingBody(PrintWriter errout)
 o reportNumberOfSlides
 public static void reportNumberOfSlides(PrintWriter errout,
                                         int count)
 o generalInfo
 public static void generalInfo(PrintWriter errout)
 o helloMessage
 public static void helloMessage(PrintWriter errout,
                                 String date,
                                 String filename)
 o reportVersion
 public static void reportVersion(PrintWriter errout,
                                  String filename,
                                  String vers)
 o reportNumWarnings
 public static void reportNumWarnings(PrintWriter errout,
                                      Lexer lexer)
 o helpText
 public static void helpText(PrintWriter out,
                             String prog)

All Packages  Class Hierarchy  This Package  Previous  Next  Index