Class DTDConstants
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
initializerIJVMBridgeBaseInitializer
Properties
ANY
public static int ANY { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CDATA
public static int CDATA { get; set; }
Property Value
CONREF
public static int CONREF { get; set; }
Property Value
CURRENT
public static int CURRENT { get; set; }
Property Value
DEFAULT
public static int DEFAULT { get; set; }
Property Value
EMPTY
public static int EMPTY { get; set; }
Property Value
ENDTAG
public static int ENDTAG { get; set; }
Property Value
ENTITIES
public static int ENTITIES { get; set; }
Property Value
ENTITY
public static int ENTITY { get; set; }
Property Value
FIXED
public static int FIXED { get; set; }
Property Value
GENERAL
public static int GENERAL { get; set; }
Property Value
ID
public static int ID { get; set; }
Property Value
IDREF
public static int IDREF { get; set; }
Property Value
IDREFS
public static int IDREFS { get; set; }
Property Value
IMPLIED
public static int IMPLIED { get; set; }
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 java.lang.AutoCloseable
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; set; }
Property Value
MODEL
public static int MODEL { get; set; }
Property Value
MS
public static int MS { get; set; }
Property Value
NAME
public static int NAME { get; set; }
Property Value
NAMES
public static int NAMES { get; set; }
Property Value
NMTOKEN
public static int NMTOKEN { get; set; }
Property Value
NMTOKENS
public static int NMTOKENS { get; set; }
Property Value
NOTATION
public static int NOTATION { get; set; }
Property Value
NUMBER
public static int NUMBER { get; set; }
Property Value
NUMBERS
public static int NUMBERS { get; set; }
Property Value
NUTOKEN
public static int NUTOKEN { get; set; }
Property Value
NUTOKENS
public static int NUTOKENS { get; set; }
Property Value
PARAMETER
public static int PARAMETER { get; set; }
Property Value
PI
public static int PI { get; set; }
Property Value
PUBLIC
public static int PUBLIC { get; set; }
Property Value
RCDATA
public static int RCDATA { get; set; }
Property Value
REQUIRED
public static int REQUIRED { get; set; }
Property Value
SDATA
public static int SDATA { get; set; }
Property Value
STARTTAG
public static int STARTTAG { get; set; }
Property Value
SYSTEM
public static int SYSTEM { get; set; }