public class Dict
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Dict(java.lang.String name,
short versions,
int model,
Parser parser,
CheckAttribs chkattrs) |
public static final int CM_UNKNOWN
public static final int CM_EMPTY
public static final int CM_HTML
public static final int CM_HEAD
public static final int CM_BLOCK
public static final int CM_INLINE
public static final int CM_LIST
public static final int CM_DEFLIST
public static final int CM_TABLE
public static final int CM_ROWGRP
public static final int CM_ROW
public static final int CM_FIELD
public static final int CM_OBJECT
public static final int CM_PARAM
public static final int CM_FRAMES
public static final int CM_HEADING
public static final int CM_OPT
public static final int CM_IMG
public static final int CM_MIXED
public static final int CM_NO_INDENT
public static final int CM_OBSOLETE
public static final int CM_NEW
public static final int CM_OMITST
public static final short VERS_UNKNOWN
public static final short VERS_HTML20
public static final short VERS_HTML32
public static final short VERS_HTML40_STRICT
public static final short VERS_HTML40_LOOSE
public static final short VERS_FRAMES
public static final short VERS_XML
public static final short VERS_NETSCAPE
public static final short VERS_MICROSOFT
public static final short VERS_SUN
public static final short VERS_MALFORMED
public static final short VERS_ALL
public static final short VERS_HTML40
public static final short VERS_LOOSE
public static final short VERS_IFRAMES
public static final short VERS_FROM32
public static final short VERS_PROPRIETARY
public static final short VERS_EVERYTHING
public java.lang.String name
public short versions
public int model
public Parser parser
public CheckAttribs chkattrs
public Dict(java.lang.String name, short versions, int model, Parser parser, CheckAttribs chkattrs)