Table of Contents

Class DTD

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

DTD()

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

public DTD()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

FILE_VERSION

public static int FILE_VERSION { get; }

Property Value

int

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

Name

public String Name { get; }

Property Value

String

applet

public Element applet { get; }

Property Value

Element

baseField

public Element baseField { get; }

Property Value

Element

body

public Element body { get; }

Property Value

Element

elementHash

public Hashtable elementHash { get; set; }

Property Value

Hashtable

elements

public Vector elements { get; set; }

Property Value

Vector

entityHash

public Hashtable entityHash { get; set; }

Property Value

Hashtable

head

public Element head { get; }

Property Value

Element

html

public Element html { get; }

Property Value

Element

isindex

public Element isindex { get; }

Property Value

Element

meta

public Element meta { get; }

Property Value

Element

name

public String name { get; set; }

Property Value

String

p

public Element p { get; }

Property Value

Element

param

public Element param { get; }

Property Value

Element

pcdata

public Element pcdata { get; }

Property Value

Element

title

public Element title { get; }

Property Value

Element

Methods

DefEntity(String, int, int)

public Entity DefEntity(String arg0, int arg1, int arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

Returns

Entity

Entity

DefineAttributes(String, AttributeList)

public void DefineAttributes(String arg0, AttributeList arg1)

Parameters

arg0 String

String

arg1 AttributeList

AttributeList

DefineElement(String, int, bool, bool, ContentModel, BitSet, BitSet, AttributeList)

public Element DefineElement(String arg0, int arg1, bool arg2, bool arg3, ContentModel arg4, BitSet arg5, BitSet arg6, AttributeList arg7)

Parameters

arg0 String

String

arg1 int

int

arg2 bool

bool

arg3 bool

bool

arg4 ContentModel

ContentModel

arg5 BitSet

BitSet

arg6 BitSet

BitSet

arg7 AttributeList

AttributeList

Returns

Element

Element

DefineEntity(String, int, char[])

public Entity DefineEntity(String arg0, int arg1, char[] arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 char[]

char

Returns

Entity

Entity

GetDTD(String)

public static DTD GetDTD(String arg0)

Parameters

arg0 String

String

Returns

DTD

DTD

Exceptions

IOException

GetElement(String)

public Element GetElement(String arg0)

Parameters

arg0 String

String

Returns

Element

Element

GetElement(int)

public Element GetElement(int arg0)

Parameters

arg0 int

int

Returns

Element

Element

GetEntity(String)

public Entity GetEntity(String arg0)

Parameters

arg0 String

String

Returns

Entity

Entity

GetEntity(int)

public Entity GetEntity(int arg0)

Parameters

arg0 int

int

Returns

Entity

Entity

PutDTDHash(String, DTD)

public static void PutDTDHash(String arg0, DTD arg1)

Parameters

arg0 String

String

arg1 DTD

DTD

Read(DataInputStream)

public void Read(DataInputStream arg0)

Parameters

arg0 DataInputStream

DataInputStream

Exceptions

IOException