Class ValidationEventLocatorImpl
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
initializerIJVMBridgeBaseInitializer
ValidationEventLocatorImpl(Node)
public ValidationEventLocatorImpl(Node arg0)
Parameters
ValidationEventLocatorImpl(Locator)
public ValidationEventLocatorImpl(Locator arg0)
Parameters
ValidationEventLocatorImpl(SAXParseException)
public ValidationEventLocatorImpl(SAXParseException arg0)
Parameters
ValidationEventLocatorImpl(object)
public ValidationEventLocatorImpl(object arg0)
Parameters
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
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ColumnNumber
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#getColumnNumber-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#setColumnNumber-int-
public int ColumnNumber { 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 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
LineNumber
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#getLineNumber-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#setLineNumber-int-
public int LineNumber { get; set; }
Property Value
Node
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#getNode-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#setNode-org.w3c.dom.Node-
public Node Node { get; set; }
Property Value
Object
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#getObject-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#setObject-java.lang.Object-
public object Object { get; set; }
Property Value
Offset
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#getOffset-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#setOffset-int-
public int Offset { get; set; }
Property Value
URL
https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#getURL-- https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/helpers/ValidationEventLocatorImpl.html#setURL-java.net.URL-
public URL URL { get; set; }