Table of Contents

Class Element

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

Element()

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

public Element()

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

Parameters

args object[]

Properties

Attributes

public AttributeList Attributes { get; }

Property Value

AttributeList

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Content

public ContentModel Content { get; }

Property Value

ContentModel

Index

public int Index { 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

Type

public int Type { get; }

Property Value

int

atts

public AttributeList atts { get; set; }

Property Value

AttributeList

content

public ContentModel content { get; set; }

Property Value

ContentModel

data

public object data { get; set; }

Property Value

object

exclusions

public BitSet exclusions { get; set; }

Property Value

BitSet

inclusions

public BitSet inclusions { get; set; }

Property Value

BitSet

index

public int index { get; set; }

Property Value

int

name

public String name { get; set; }

Property Value

String

oEnd

public bool oEnd { get; set; }

Property Value

bool

oStart

public bool oStart { get; set; }

Property Value

bool

type

public int type { get; set; }

Property Value

int

Methods

GetAttribute(String)

public AttributeList GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

AttributeList

AttributeList

GetAttributeByValue(String)

public AttributeList GetAttributeByValue(String arg0)

Parameters

arg0 String

String

Returns

AttributeList

AttributeList

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

Name2type(String)

public static int Name2type(String arg0)

Parameters

arg0 String

String

Returns

int

int

OmitEnd()

public bool OmitEnd()

Returns

bool

bool

OmitStart()

public bool OmitStart()

Returns

bool

bool

Operators

implicit operator Serializable(Element)

Converter from Element to Serializable

public static implicit operator Serializable(Element t)

Parameters

t Element

Returns

Serializable

implicit operator DTDConstants(Element)

Converter from Element to DTDConstants

public static implicit operator DTDConstants(Element t)

Parameters

t Element

Returns

DTDConstants