Table of Contents

Class DocumentBuilderFactory

Namespace
Javax.Xml.Parsers
Assembly
MASES.JNet.dll
public class DocumentBuilderFactory : JVMBridgeBase<DocumentBuilderFactory>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<DocumentBuilderFactory>
DocumentBuilderFactory
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DocumentBuilderFactory>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DocumentBuilderFactory>.IsAssignableFrom<T>()
JVMBridgeBase<DocumentBuilderFactory>.Execute<T>(params T[])
JVMBridgeBase<DocumentBuilderFactory>.DynBridgeClazz
JVMBridgeBase<DocumentBuilderFactory>.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

DocumentBuilderFactory()

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

[Obsolete("DocumentBuilderFactory class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DocumentBuilderFactory()

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

[Obsolete("DocumentBuilderFactory class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DocumentBuilderFactory(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

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

Schema

public Schema Schema { get; set; }

Property Value

Schema

Methods

GetAttribute(String)

public object GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

IllegalArgumentException

GetFeature(String)

public bool GetFeature(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

ParserConfigurationException

IsCoalescing()

public bool IsCoalescing()

Returns

bool

bool

IsExpandEntityReferences()

public bool IsExpandEntityReferences()

Returns

bool

bool

IsIgnoringComments()

public bool IsIgnoringComments()

Returns

bool

bool

IsIgnoringElementContentWhitespace()

public bool IsIgnoringElementContentWhitespace()

Returns

bool

bool

IsNamespaceAware()

public bool IsNamespaceAware()

Returns

bool

bool

IsValidating()

public bool IsValidating()

Returns

bool

bool

IsXIncludeAware()

public bool IsXIncludeAware()

Returns

bool

bool

NewDefaultInstance()

public static DocumentBuilderFactory NewDefaultInstance()

Returns

DocumentBuilderFactory

DocumentBuilderFactory

NewDocumentBuilder()

public DocumentBuilder NewDocumentBuilder()

Returns

DocumentBuilder

DocumentBuilder

Exceptions

ParserConfigurationException

NewInstance()

public static DocumentBuilderFactory NewInstance()

Returns

DocumentBuilderFactory

DocumentBuilderFactory

NewInstance(String, ClassLoader)

public static DocumentBuilderFactory NewInstance(String arg0, ClassLoader arg1)

Parameters

arg0 String

String

arg1 ClassLoader

ClassLoader

Returns

DocumentBuilderFactory

DocumentBuilderFactory

SetAttribute(String, object)

public void SetAttribute(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

IllegalArgumentException

SetCoalescing(bool)

public void SetCoalescing(bool arg0)

Parameters

arg0 bool

bool

SetExpandEntityReferences(bool)

public void SetExpandEntityReferences(bool arg0)

Parameters

arg0 bool

bool

SetFeature(String, bool)

public void SetFeature(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

ParserConfigurationException

SetIgnoringComments(bool)

public void SetIgnoringComments(bool arg0)

Parameters

arg0 bool

bool

SetIgnoringElementContentWhitespace(bool)

public void SetIgnoringElementContentWhitespace(bool arg0)

Parameters

arg0 bool

bool

SetNamespaceAware(bool)

public void SetNamespaceAware(bool arg0)

Parameters

arg0 bool

bool

SetValidating(bool)

public void SetValidating(bool arg0)

Parameters

arg0 bool

bool

SetXIncludeAware(bool)

public void SetXIncludeAware(bool arg0)

Parameters

arg0 bool

bool