Table of Contents

Class XMLStreamConstants

Namespace
Javax.Xml.Stream
Assembly
MASES.JNet.dll
public class XMLStreamConstants : JVMBridgeBase<XMLStreamConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IXMLStreamConstants
Inheritance
XMLStreamConstants
Implements
Derived
Extension Methods

Constructors

XMLStreamConstants(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 XMLStreamConstants(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ATTRIBUTE

public static int ATTRIBUTE { 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

CHARACTERS

public static int CHARACTERS { get; set; }

Property Value

int

COMMENT

public static int COMMENT { get; set; }

Property Value

int

DTD

public static int DTD { get; set; }

Property Value

int

END_DOCUMENT

public static int END_DOCUMENT { get; set; }

Property Value

int

END_ELEMENT

public static int END_ELEMENT { get; set; }

Property Value

int

ENTITY_DECLARATION

public static int ENTITY_DECLARATION { get; set; }

Property Value

int

ENTITY_REFERENCE

public static int ENTITY_REFERENCE { 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

NAMESPACE

public static int NAMESPACE { get; set; }

Property Value

int

NOTATION_DECLARATION

public static int NOTATION_DECLARATION { get; set; }

Property Value

int

PROCESSING_INSTRUCTION

public static int PROCESSING_INSTRUCTION { get; set; }

Property Value

int

SPACE

public static int SPACE { get; set; }

Property Value

int

START_DOCUMENT

public static int START_DOCUMENT { get; set; }

Property Value

int

START_ELEMENT

public static int START_ELEMENT { get; set; }

Property Value

int