Class HTMLSchema
This class provides a Schema that has been preinitialized with HTML
elements, attributes, and character entity declarations. All the declarations
normally provided with HTML 4.01 are given, plus some that are IE-specific
and NS4-specific. Attribute declarations of type CDATA with no default
value are not included.
Inheritance
System.Object
HTMLSchema
Assembly: Lucene.Net.Benchmark.dll
public class HTMLSchema : Schema
Constructors
|
Improve this Doc
View Source
Returns a newly constructed HTMLSchema object independent of
any existing ones.
Declaration
Fields
|
Improve this Doc
View Source
Declaration
public const int M_AREA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_BLOCK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_BLOCKINLINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
M_BODY
Declaration
public const int M_BODY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_CELL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_COL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_DEF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_FORM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_FRAME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_HEAD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_HTML = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_INLINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_LEGEND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_LI = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_NOLINK = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_OPTION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_OPTIONS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_P = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_PARAM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_TABLE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_TABULAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int M_TR = null
Field Value
Type |
Description |
System.Int32 |
|