Table of Contents

Class NamespaceSupport

Namespace
Org.Xml.Sax.Helpers
Assembly
MASES.JNet.dll
public class NamespaceSupport : JVMBridgeBase<NamespaceSupport>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<NamespaceSupport>
NamespaceSupport
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<NamespaceSupport>.IsAssignableFrom(IJavaType)
JVMBridgeBase<NamespaceSupport>.IsAssignableFrom<T>()
JVMBridgeBase<NamespaceSupport>.Execute<T>(params T[])
JVMBridgeBase<NamespaceSupport>.DynBridgeClazz
JVMBridgeBase<NamespaceSupport>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

NamespaceSupport()

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

public NamespaceSupport()

NamespaceSupport(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 NamespaceSupport(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DeclaredPrefixes

public Enumeration<String> DeclaredPrefixes { get; }

Property Value

Enumeration<String>

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

NSDECL

public static String NSDECL { get; }

Property Value

String

Prefixes

public Enumeration<String> Prefixes { get; }

Property Value

Enumeration<String>

XMLNS

public static String XMLNS { get; }

Property Value

String

Methods

DeclarePrefix(String, String)

public bool DeclarePrefix(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

bool

bool

GetPrefix(String)

public String GetPrefix(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetPrefixes(String)

public Enumeration<String> GetPrefixes(String arg0)

Parameters

arg0 String

String

Returns

Enumeration<String>

Enumeration

GetURI(String)

public String GetURI(String arg0)

Parameters

arg0 String

String

Returns

String

String

IsNamespaceDeclUris()

public bool IsNamespaceDeclUris()

Returns

bool

bool

PopContext()

public void PopContext()

ProcessName(String, String[], bool)

public String[] ProcessName(String arg0, String[] arg1, bool arg2)

Parameters

arg0 String

String

arg1 String[]

String

arg2 bool

bool

Returns

String[]

String

PushContext()

public void PushContext()

Reset()

public void Reset()

SetNamespaceDeclUris(bool)

public void SetNamespaceDeclUris(bool arg0)

Parameters

arg0 bool

bool