Table of Contents

Class ValidationEventLocatorImpl

Namespace
Javax.Xml.Bind.Helpers
Assembly
MASES.JNet.dll
public class ValidationEventLocatorImpl : ValidationEventLocator, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IValidationEventLocator
Inheritance
ValidationEventLocatorImpl
Implements
Inherited Members
Extension Methods

Constructors

ValidationEventLocatorImpl()

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

public ValidationEventLocatorImpl()

ValidationEventLocatorImpl(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

ValidationEventLocatorImpl(Node)

public ValidationEventLocatorImpl(Node arg0)

Parameters

arg0 Node

Node

ValidationEventLocatorImpl(Locator)

public ValidationEventLocatorImpl(Locator arg0)

Parameters

arg0 Locator

Locator

ValidationEventLocatorImpl(SAXParseException)

public ValidationEventLocatorImpl(SAXParseException arg0)

Parameters

arg0 SAXParseException

SAXParseException

ValidationEventLocatorImpl(object)

public ValidationEventLocatorImpl(object arg0)

Parameters

arg0 object

object

ValidationEventLocatorImpl(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

public ValidationEventLocatorImpl(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ColumnNumber

public int ColumnNumber { 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 Closeable

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

LineNumber

public int LineNumber { get; set; }

Property Value

int

Node

public Node Node { get; set; }

Property Value

Node

Object

public object Object { get; set; }

Property Value

object

Offset

public int Offset { get; set; }

Property Value

int

URL

public URL URL { get; set; }

Property Value

URL