Table of Contents

Class SAXResult

Namespace
Javax.Xml.Transform.Sax
Assembly
MASES.JNet.dll
public class SAXResult : Result, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IResult
Inheritance
SAXResult
Implements
Derived
Inherited Members
Extension Methods

Constructors

SAXResult()

public SAXResult()

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

Parameters

initializer IJVMBridgeBaseInitializer

SAXResult(ContentHandler)

public SAXResult(ContentHandler arg0)

Parameters

arg0 ContentHandler

ContentHandler

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FEATURE

public static String FEATURE { get; set; }

Property Value

String

Handler

public ContentHandler Handler { get; set; }

Property Value

ContentHandler

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

LexicalHandler

public LexicalHandler LexicalHandler { get; set; }

Property Value

LexicalHandler

SystemId

public String SystemId { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for SAXResult()

public static SAXResult CreatePoolableInstance()

Returns

SAXResult

CreatePoolableInstance(ContentHandler)

HPA initializer for SAXResult(Org.Xml.Sax.ContentHandler arg0)

public static SAXResult CreatePoolableInstance(ContentHandler arg0)

Parameters

arg0 ContentHandler

Returns

SAXResult