Class DTDConstants
public class DTDConstants : JVMBridgeBase<DTDConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IDTDConstants
- Inheritance
-
DTDConstants
- Implements
- Derived
- Inherited Members
- 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
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CDATA
public static int CDATA { get; }
Property Value
CONREF
public static int CONREF { get; }
Property Value
CURRENT
public static int CURRENT { get; }
Property Value
DEFAULT
public static int DEFAULT { get; }
Property Value
EMPTY
public static int EMPTY { get; }
Property Value
ENDTAG
public static int ENDTAG { get; }
Property Value
ENTITIES
public static int ENTITIES { get; }
Property Value
ENTITY
public static int ENTITY { get; }
Property Value
FIXED
public static int FIXED { get; }
Property Value
GENERAL
public static int GENERAL { get; }
Property Value
ID
public static int ID { get; }
Property Value
IDREF
public static int IDREF { get; }
Property Value
IDREFS
public static int IDREFS { get; }
Property Value
IMPLIED
public static int IMPLIED { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MD
public static int MD { get; }
Property Value
MODEL
public static int MODEL { get; }
Property Value
MS
public static int MS { get; }
Property Value
NAME
public static int NAME { get; }
Property Value
NAMES
public static int NAMES { get; }
Property Value
NMTOKEN
public static int NMTOKEN { get; }
Property Value
NMTOKENS
public static int NMTOKENS { get; }
Property Value
NOTATION
public static int NOTATION { get; }
Property Value
NUMBER
public static int NUMBER { get; }
Property Value
NUMBERS
public static int NUMBERS { get; }
Property Value
NUTOKEN
public static int NUTOKEN { get; }
Property Value
NUTOKENS
public static int NUTOKENS { get; }
Property Value
PARAMETER
public static int PARAMETER { get; }
Property Value
PI
public static int PI { get; }
Property Value
PUBLIC
public static int PUBLIC { get; }
Property Value
RCDATA
public static int RCDATA { get; }
Property Value
REQUIRED
public static int REQUIRED { get; }
Property Value
SDATA
public static int SDATA { get; }
Property Value
STARTTAG
public static int STARTTAG { get; }
Property Value
SYSTEM
public static int SYSTEM { get; }