Table of Contents

Class DTDConstants

Namespace
Javax.Swing.Text.Html.Parser
Assembly
MASES.JNet.dll
public class DTDConstants : JVMBridgeBase<DTDConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IDTDConstants
Inheritance
DTDConstants
Implements
Derived
Extension Methods

Constructors

DTDConstants(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DTDConstants(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ANY

public static int ANY { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CDATA

public static int CDATA { get; set; }

Property Value

int

CONREF

public static int CONREF { get; set; }

Property Value

int

CURRENT

public static int CURRENT { get; set; }

Property Value

int

DEFAULT

public static int DEFAULT { get; set; }

Property Value

int

EMPTY

public static int EMPTY { get; set; }

Property Value

int

ENDTAG

public static int ENDTAG { get; set; }

Property Value

int

ENTITIES

public static int ENTITIES { get; set; }

Property Value

int

ENTITY

public static int ENTITY { get; set; }

Property Value

int

FIXED

public static int FIXED { get; set; }

Property Value

int

GENERAL

public static int GENERAL { get; set; }

Property Value

int

ID

public static int ID { get; set; }

Property Value

int

IDREF

public static int IDREF { get; set; }

Property Value

int

IDREFS

public static int IDREFS { get; set; }

Property Value

int

IMPLIED

public static int IMPLIED { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MD

public static int MD { get; set; }

Property Value

int

MODEL

public static int MODEL { get; set; }

Property Value

int

MS

public static int MS { get; set; }

Property Value

int

NAME

public static int NAME { get; set; }

Property Value

int

NAMES

public static int NAMES { get; set; }

Property Value

int

NMTOKEN

public static int NMTOKEN { get; set; }

Property Value

int

NMTOKENS

public static int NMTOKENS { get; set; }

Property Value

int

NOTATION

public static int NOTATION { get; set; }

Property Value

int

NUMBER

public static int NUMBER { get; set; }

Property Value

int

NUMBERS

public static int NUMBERS { get; set; }

Property Value

int

NUTOKEN

public static int NUTOKEN { get; set; }

Property Value

int

NUTOKENS

public static int NUTOKENS { get; set; }

Property Value

int

PARAMETER

public static int PARAMETER { get; set; }

Property Value

int

PI

public static int PI { get; set; }

Property Value

int

PUBLIC

public static int PUBLIC { get; set; }

Property Value

int

RCDATA

public static int RCDATA { get; set; }

Property Value

int

REQUIRED

public static int REQUIRED { get; set; }

Property Value

int

SDATA

public static int SDATA { get; set; }

Property Value

int

STARTTAG

public static int STARTTAG { get; set; }

Property Value

int

SYSTEM

public static int SYSTEM { get; set; }

Property Value

int