Table of Contents

Class ValidationEventLocatorImpl

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

Constructors

ValidationEventLocatorImpl()

public ValidationEventLocatorImpl()

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

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

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

Methods

CreatePoolableInstance()

HPA initializer for ValidationEventLocatorImpl()

public static ValidationEventLocatorImpl CreatePoolableInstance()

Returns

ValidationEventLocatorImpl

CreatePoolableInstance(Node)

HPA initializer for ValidationEventLocatorImpl(Org.W3c.Dom.Node arg0)

public static ValidationEventLocatorImpl CreatePoolableInstance(Node arg0)

Parameters

arg0 Node

Returns

ValidationEventLocatorImpl

CreatePoolableInstance(Locator)

HPA initializer for ValidationEventLocatorImpl(Org.Xml.Sax.Locator arg0)

public static ValidationEventLocatorImpl CreatePoolableInstance(Locator arg0)

Parameters

arg0 Locator

Returns

ValidationEventLocatorImpl

CreatePoolableInstance(SAXParseException)

HPA initializer for ValidationEventLocatorImpl(Org.Xml.Sax.SAXParseException arg0)

public static ValidationEventLocatorImpl CreatePoolableInstance(SAXParseException arg0)

Parameters

arg0 SAXParseException

Returns

ValidationEventLocatorImpl

CreatePoolableInstance(object)

HPA initializer for ValidationEventLocatorImpl(object arg0)

public static ValidationEventLocatorImpl CreatePoolableInstance(object arg0)

Parameters

arg0 object

Returns

ValidationEventLocatorImpl