Table of Contents

Class DTDConstants

Namespace
Javax.Swing.Text.Html.Parser
Assembly
MASES.JNet.dll
public class DTDConstants : JVMBridgeBase<DTDConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IDTDConstants
Inheritance
JVMBridgeBase
JVMBridgeBase<DTDConstants>
DTDConstants
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<DTDConstants>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DTDConstants>.IsAssignableFrom<T>()
JVMBridgeBase<DTDConstants>.Execute<T>(params T[])
JVMBridgeBase<DTDConstants>.DynBridgeClazz
JVMBridgeBase<DTDConstants>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

DTDConstants()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("DTDConstants class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DTDConstants()

DTDConstants(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("DTDConstants class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DTDConstants(params object[] args)

Parameters

args object[]

Properties

ANY

public static int ANY { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CDATA

public static int CDATA { get; }

Property Value

int

CONREF

public static int CONREF { get; }

Property Value

int

CURRENT

public static int CURRENT { get; }

Property Value

int

DEFAULT

public static int DEFAULT { get; }

Property Value

int

EMPTY

public static int EMPTY { get; }

Property Value

int

ENDTAG

public static int ENDTAG { get; }

Property Value

int

ENTITIES

public static int ENTITIES { get; }

Property Value

int

ENTITY

public static int ENTITY { get; }

Property Value

int

FIXED

public static int FIXED { get; }

Property Value

int

GENERAL

public static int GENERAL { get; }

Property Value

int

ID

public static int ID { get; }

Property Value

int

IDREF

public static int IDREF { get; }

Property Value

int

IDREFS

public static int IDREFS { get; }

Property Value

int

IMPLIED

public static int IMPLIED { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MD

public static int MD { get; }

Property Value

int

MODEL

public static int MODEL { get; }

Property Value

int

MS

public static int MS { get; }

Property Value

int

NAME

public static int NAME { get; }

Property Value

int

NAMES

public static int NAMES { get; }

Property Value

int

NMTOKEN

public static int NMTOKEN { get; }

Property Value

int

NMTOKENS

public static int NMTOKENS { get; }

Property Value

int

NOTATION

public static int NOTATION { get; }

Property Value

int

NUMBER

public static int NUMBER { get; }

Property Value

int

NUMBERS

public static int NUMBERS { get; }

Property Value

int

NUTOKEN

public static int NUTOKEN { get; }

Property Value

int

NUTOKENS

public static int NUTOKENS { get; }

Property Value

int

PARAMETER

public static int PARAMETER { get; }

Property Value

int

PI

public static int PI { get; }

Property Value

int

PUBLIC

public static int PUBLIC { get; }

Property Value

int

RCDATA

public static int RCDATA { get; }

Property Value

int

REQUIRED

public static int REQUIRED { get; }

Property Value

int

SDATA

public static int SDATA { get; }

Property Value

int

STARTTAG

public static int STARTTAG { get; }

Property Value

int

SYSTEM

public static int SYSTEM { get; }

Property Value

int