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.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class HTMLSchema : Schema
Constructors
Name | Description |
---|---|
HTMLSchema() | Returns a newly constructed HTMLSchema object independent of any existing ones. |
Fields
Name | Description |
---|---|
M_AREA | |
M_BLOCK | |
M_BLOCKINLINE | |
M_BODY | |
M_CELL | |
M_COL | |
M_DEF | |
M_FORM | |
M_FRAME | |
M_HEAD | |
M_HTML | |
M_INLINE | |
M_LEGEND | |
M_LI | |
M_NOLINK | |
M_OPTION | |
M_OPTIONS | |
M_P | |
M_PARAM | |
M_TABLE | |
M_TABULAR | |
M_TR |