Table of Contents

Class SchemaFactory

Namespace
Javax.Xml.Validation
Assembly
MASES.Netdroid.dll
public class SchemaFactory : JVMBridgeBase<SchemaFactory>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
SchemaFactory
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

GetErrorHandler()

public ErrorHandler GetErrorHandler()

Returns

ErrorHandler

ErrorHandler

GetFeature(String)

public bool GetFeature(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

GetProperty(String)

public object GetProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

GetResourceResolver()

public LSResourceResolver GetResourceResolver()

Returns

LSResourceResolver

LSResourceResolver

IsSchemaLanguageSupported(String)

public bool IsSchemaLanguageSupported(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

NewDefaultInstance()

public static SchemaFactory NewDefaultInstance()

Returns

SchemaFactory

SchemaFactory

NewInstance(String)

public static SchemaFactory NewInstance(String arg0)

Parameters

arg0 String

String

Returns

SchemaFactory

SchemaFactory

NewInstance(String, String, ClassLoader)

public static SchemaFactory NewInstance(String arg0, String arg1, ClassLoader arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 ClassLoader

ClassLoader

Returns

SchemaFactory

SchemaFactory

NewSchema()

public Schema NewSchema()

Returns

Schema

Schema

Exceptions

SAXException

NewSchema(File)

public Schema NewSchema(File arg0)

Parameters

arg0 File

File

Returns

Schema

Schema

Exceptions

SAXException

NewSchema(URL)

public Schema NewSchema(URL arg0)

Parameters

arg0 URL

URL

Returns

Schema

Schema

Exceptions

SAXException

NewSchema(Source)

public Schema NewSchema(Source arg0)

Parameters

arg0 Source

Source

Returns

Schema

Schema

Exceptions

SAXException

NewSchema(Source[])

public Schema NewSchema(Source[] arg0)

Parameters

arg0 Source[]

Source

Returns

Schema

Schema

Exceptions

SAXException

SetErrorHandler(ErrorHandler)

public void SetErrorHandler(ErrorHandler arg0)

Parameters

arg0 ErrorHandler

ErrorHandler

SetFeature(String, bool)

public void SetFeature(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

SetProperty(String, object)

public void SetProperty(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

SAXNotRecognizedException
SAXNotSupportedException

SetResourceResolver(LSResourceResolver)

public void SetResourceResolver(LSResourceResolver arg0)

Parameters

arg0 LSResourceResolver

LSResourceResolver