Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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
    object
    Schema
    HTMLSchema
    Inherited Members
    Schema.M_ANY
    Schema.M_EMPTY
    Schema.M_PCDATA
    Schema.M_ROOT
    Schema.F_RESTART
    Schema.F_CDATA
    Schema.F_NOFORCE
    Schema.ElementType(string, int, int, int)
    Schema.RootElementType
    Schema.Attribute(string, string, string, string)
    Schema.Parent(string, string)
    Schema.Entity(string, int)
    Schema.GetElementType(string)
    Schema.GetEntity(string)
    Schema.Uri
    Schema.Prefix
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TagSoup
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class HTMLSchema : Schema

    Constructors

    HTMLSchema()

    Returns a newly constructed HTMLSchema object independent of any existing ones.

    Declaration
    public HTMLSchema()

    Fields

    M_AREA

    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.

    Declaration
    public const int M_AREA = 2
    Field Value
    Type Description
    int

    M_BLOCK

    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.

    Declaration
    public const int M_BLOCK = 4
    Field Value
    Type Description
    int

    M_BLOCKINLINE

    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.

    Declaration
    public const int M_BLOCKINLINE = 8
    Field Value
    Type Description
    int

    M_BODY

    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.

    Declaration
    public const int M_BODY = 16
    Field Value
    Type Description
    int

    M_CELL

    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.

    Declaration
    public const int M_CELL = 32
    Field Value
    Type Description
    int

    M_COL

    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.

    Declaration
    public const int M_COL = 64
    Field Value
    Type Description
    int

    M_DEF

    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.

    Declaration
    public const int M_DEF = 128
    Field Value
    Type Description
    int

    M_FORM

    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.

    Declaration
    public const int M_FORM = 256
    Field Value
    Type Description
    int

    M_FRAME

    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.

    Declaration
    public const int M_FRAME = 512
    Field Value
    Type Description
    int

    M_HEAD

    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.

    Declaration
    public const int M_HEAD = 1024
    Field Value
    Type Description
    int

    M_HTML

    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.

    Declaration
    public const int M_HTML = 2048
    Field Value
    Type Description
    int

    M_INLINE

    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.

    Declaration
    public const int M_INLINE = 4096
    Field Value
    Type Description
    int

    M_LEGEND

    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.

    Declaration
    public const int M_LEGEND = 8192
    Field Value
    Type Description
    int

    M_LI

    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.

    Declaration
    public const int M_LI = 16384
    Field Value
    Type Description
    int

    M_NOLINK

    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.

    Declaration
    public const int M_NOLINK = 32768
    Field Value
    Type Description
    int

    M_OPTION

    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.

    Declaration
    public const int M_OPTION = 65536
    Field Value
    Type Description
    int

    M_OPTIONS

    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.

    Declaration
    public const int M_OPTIONS = 131072
    Field Value
    Type Description
    int

    M_P

    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.

    Declaration
    public const int M_P = 262144
    Field Value
    Type Description
    int

    M_PARAM

    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.

    Declaration
    public const int M_PARAM = 524288
    Field Value
    Type Description
    int

    M_TABLE

    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.

    Declaration
    public const int M_TABLE = 1048576
    Field Value
    Type Description
    int

    M_TABULAR

    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.

    Declaration
    public const int M_TABULAR = 2097152
    Field Value
    Type Description
    int

    M_TR

    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.

    Declaration
    public const int M_TR = 4194304
    Field Value
    Type Description
    int
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.