org.w3c.tidy
Class Dict

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

public class Dict
extends java.lang.Object

Tag dictionary node (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.0, 1999/05/22, 1.0.1, 1999/05/29, 1.1, 1999/06/18 Java Bean, 1.2, 1999/07/10 Tidy Release 7 Jul 1999, 1.3, 1999/07/30 Tidy Release 26 Jul 1999, 1.4, 1999/09/04 DOM support, 1.5, 1999/10/23 Tidy Release 27 Sep 1999, 1.6, 1999/11/01 Tidy Release 22 Oct 1999, 1.7, 1999/12/06 Tidy Release 30 Nov 1999, 1.8, 2000/01/22 Tidy Release 13 Jan 2000, 1.9, 2000/06/03 Tidy Release 30 Apr 2000, 1.10, 2000/07/22 Tidy Release 8 Jul 2000, 1.11, 2000/08/16 Tidy Release 4 Aug 2000
Author:
Dave Raggett , Andy Quick (translation to Java)

Field Summary
 CheckAttribs chkattrs
           
static int CM_BLOCK
           
static int CM_DEFLIST
           
static int CM_EMPTY
           
static int CM_FIELD
           
static int CM_FRAMES
           
static int CM_HEAD
           
static int CM_HEADING
           
static int CM_HTML
           
static int CM_IMG
           
static int CM_INLINE
           
static int CM_LIST
           
static int CM_MIXED
           
static int CM_NEW
           
static int CM_NO_INDENT
           
static int CM_OBJECT
           
static int CM_OBSOLETE
           
static int CM_OMITST
           
static int CM_OPT
           
static int CM_PARAM
           
static int CM_ROW
           
static int CM_ROWGRP
           
static int CM_TABLE
           
static int CM_UNKNOWN
           
 int model
           
 java.lang.String name
           
 Parser parser
           
static short VERS_ALL
           
static short VERS_EVERYTHING
           
static short VERS_FRAMES
           
static short VERS_FROM32
           
static short VERS_HTML20
           
static short VERS_HTML32
           
static short VERS_HTML40
           
static short VERS_HTML40_LOOSE
           
static short VERS_HTML40_STRICT
           
static short VERS_IFRAMES
           
static short VERS_LOOSE
           
static short VERS_MALFORMED
           
static short VERS_MICROSOFT
           
static short VERS_NETSCAPE
           
static short VERS_PROPRIETARY
           
static short VERS_SUN
           
static short VERS_UNKNOWN
           
static short VERS_XML
           
 short versions
           
 
Constructor Summary
Dict(java.lang.String name, short versions, int model, Parser parser, CheckAttribs chkattrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CM_UNKNOWN

public static final int CM_UNKNOWN
See Also:
Constant Field Values

CM_EMPTY

public static final int CM_EMPTY
See Also:
Constant Field Values

CM_HTML

public static final int CM_HTML
See Also:
Constant Field Values

CM_HEAD

public static final int CM_HEAD
See Also:
Constant Field Values

CM_BLOCK

public static final int CM_BLOCK
See Also:
Constant Field Values

CM_INLINE

public static final int CM_INLINE
See Also:
Constant Field Values

CM_LIST

public static final int CM_LIST
See Also:
Constant Field Values

CM_DEFLIST

public static final int CM_DEFLIST
See Also:
Constant Field Values

CM_TABLE

public static final int CM_TABLE
See Also:
Constant Field Values

CM_ROWGRP

public static final int CM_ROWGRP
See Also:
Constant Field Values

CM_ROW

public static final int CM_ROW
See Also:
Constant Field Values

CM_FIELD

public static final int CM_FIELD
See Also:
Constant Field Values

CM_OBJECT

public static final int CM_OBJECT
See Also:
Constant Field Values

CM_PARAM

public static final int CM_PARAM
See Also:
Constant Field Values

CM_FRAMES

public static final int CM_FRAMES
See Also:
Constant Field Values

CM_HEADING

public static final int CM_HEADING
See Also:
Constant Field Values

CM_OPT

public static final int CM_OPT
See Also:
Constant Field Values

CM_IMG

public static final int CM_IMG
See Also:
Constant Field Values

CM_MIXED

public static final int CM_MIXED
See Also:
Constant Field Values

CM_NO_INDENT

public static final int CM_NO_INDENT
See Also:
Constant Field Values

CM_OBSOLETE

public static final int CM_OBSOLETE
See Also:
Constant Field Values

CM_NEW

public static final int CM_NEW
See Also:
Constant Field Values

CM_OMITST

public static final int CM_OMITST
See Also:
Constant Field Values

VERS_UNKNOWN

public static final short VERS_UNKNOWN
See Also:
Constant Field Values

VERS_HTML20

public static final short VERS_HTML20
See Also:
Constant Field Values

VERS_HTML32

public static final short VERS_HTML32
See Also:
Constant Field Values

VERS_HTML40_STRICT

public static final short VERS_HTML40_STRICT
See Also:
Constant Field Values

VERS_HTML40_LOOSE

public static final short VERS_HTML40_LOOSE
See Also:
Constant Field Values

VERS_FRAMES

public static final short VERS_FRAMES
See Also:
Constant Field Values

VERS_XML

public static final short VERS_XML
See Also:
Constant Field Values

VERS_NETSCAPE

public static final short VERS_NETSCAPE
See Also:
Constant Field Values

VERS_MICROSOFT

public static final short VERS_MICROSOFT
See Also:
Constant Field Values

VERS_SUN

public static final short VERS_SUN
See Also:
Constant Field Values

VERS_MALFORMED

public static final short VERS_MALFORMED
See Also:
Constant Field Values

VERS_ALL

public static final short VERS_ALL
See Also:
Constant Field Values

VERS_HTML40

public static final short VERS_HTML40
See Also:
Constant Field Values

VERS_LOOSE

public static final short VERS_LOOSE
See Also:
Constant Field Values

VERS_IFRAMES

public static final short VERS_IFRAMES
See Also:
Constant Field Values

VERS_FROM32

public static final short VERS_FROM32
See Also:
Constant Field Values

VERS_PROPRIETARY

public static final short VERS_PROPRIETARY
See Also:
Constant Field Values

VERS_EVERYTHING

public static final short VERS_EVERYTHING
See Also:
Constant Field Values

name

public java.lang.String name

versions

public short versions

model

public int model

parser

public Parser parser

chkattrs

public CheckAttribs chkattrs
Constructor Detail

Dict

public Dict(java.lang.String name,
            short versions,
            int model,
            Parser parser,
            CheckAttribs chkattrs)