Class HTML.Tag
public class HTML.Tag : JVMBridgeBase<HTML.Tag>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseHTML.Tag
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<HTML.Tag>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])JVMBridgeBase<HTML.Tag>.IsAssignableFrom(IJavaType)JVMBridgeBase<HTML.Tag>.IsAssignableFrom<T>()JVMBridgeBase<HTML.Tag>.Execute<T>(params T[])JVMBridgeBase<HTML.Tag>.DynBridgeClazzJVMBridgeBase<HTML.Tag>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Tag()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Tag()
Tag(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 Tag(params object[] args)
Parameters
args
object[]
Properties
A
public static HTML.Tag A { get; }
Property Value
ADDRESS
public static HTML.Tag ADDRESS { get; }
Property Value
APPLET
public static HTML.Tag APPLET { get; }
Property Value
AREA
public static HTML.Tag AREA { get; }
Property Value
B
public static HTML.Tag B { get; }
Property Value
BASE
public static HTML.Tag BASE { get; }
Property Value
BASEFONT
public static HTML.Tag BASEFONT { get; }
Property Value
BIG
public static HTML.Tag BIG { get; }
Property Value
BLOCKQUOTE
public static HTML.Tag BLOCKQUOTE { get; }
Property Value
BODY
public static HTML.Tag BODY { get; }
Property Value
BR
public static HTML.Tag BR { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CAPTION
public static HTML.Tag CAPTION { get; }
Property Value
CENTER
public static HTML.Tag CENTER { get; }
Property Value
CITE
public static HTML.Tag CITE { get; }
Property Value
CODE
public static HTML.Tag CODE { get; }
Property Value
COMMENT
public static HTML.Tag COMMENT { get; }
Property Value
CONTENT
public static HTML.Tag CONTENT { get; }
Property Value
DD
public static HTML.Tag DD { get; }
Property Value
DFN
public static HTML.Tag DFN { get; }
Property Value
DIR
public static HTML.Tag DIR { get; }
Property Value
DIV
public static HTML.Tag DIV { get; }
Property Value
DL
public static HTML.Tag DL { get; }
Property Value
DT
public static HTML.Tag DT { get; }
Property Value
EM
public static HTML.Tag EM { get; }
Property Value
FONT
public static HTML.Tag FONT { get; }
Property Value
FORM
public static HTML.Tag FORM { get; }
Property Value
FRAME
public static HTML.Tag FRAME { get; }
Property Value
FRAMESET
public static HTML.Tag FRAMESET { get; }
Property Value
H1
public static HTML.Tag H1 { get; }
Property Value
H2
public static HTML.Tag H2 { get; }
Property Value
H3
public static HTML.Tag H3 { get; }
Property Value
H4
public static HTML.Tag H4 { get; }
Property Value
H5
public static HTML.Tag H5 { get; }
Property Value
H6
public static HTML.Tag H6 { get; }
Property Value
HEAD
public static HTML.Tag HEAD { get; }
Property Value
HR
public static HTML.Tag HR { get; }
Property Value
HTMLField
public static HTML.Tag HTMLField { get; }
Property Value
I
public static HTML.Tag I { get; }
Property Value
IMG
public static HTML.Tag IMG { get; }
Property Value
IMPLIED
public static HTML.Tag IMPLIED { get; }
Property Value
INPUT
public static HTML.Tag INPUT { get; }
Property Value
ISINDEX
public static HTML.Tag ISINDEX { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
KBD
public static HTML.Tag KBD { get; }
Property Value
LI
public static HTML.Tag LI { get; }
Property Value
LINK
public static HTML.Tag LINK { get; }
Property Value
MAP
public static HTML.Tag MAP { get; }
Property Value
MENU
public static HTML.Tag MENU { get; }
Property Value
META
public static HTML.Tag META { get; }
Property Value
NOFRAMES
public static HTML.Tag NOFRAMES { get; }
Property Value
OBJECT
public static HTML.Tag OBJECT { get; }
Property Value
OL
public static HTML.Tag OL { get; }
Property Value
OPTION
public static HTML.Tag OPTION { get; }
Property Value
P
public static HTML.Tag P { get; }
Property Value
PARAM
public static HTML.Tag PARAM { get; }
Property Value
PRE
public static HTML.Tag PRE { get; }
Property Value
S
public static HTML.Tag S { get; }
Property Value
SAMP
public static HTML.Tag SAMP { get; }
Property Value
SCRIPT
public static HTML.Tag SCRIPT { get; }
Property Value
SELECT
public static HTML.Tag SELECT { get; }
Property Value
SMALL
public static HTML.Tag SMALL { get; }
Property Value
SPAN
public static HTML.Tag SPAN { get; }
Property Value
STRIKE
public static HTML.Tag STRIKE { get; }
Property Value
STRONG
public static HTML.Tag STRONG { get; }
Property Value
STYLE
public static HTML.Tag STYLE { get; }
Property Value
SUB
public static HTML.Tag SUB { get; }
Property Value
SUP
public static HTML.Tag SUP { get; }
Property Value
TABLE
public static HTML.Tag TABLE { get; }
Property Value
TD
public static HTML.Tag TD { get; }
Property Value
TEXTAREA
public static HTML.Tag TEXTAREA { get; }
Property Value
TH
public static HTML.Tag TH { get; }
Property Value
TITLE
public static HTML.Tag TITLE { get; }
Property Value
TR
public static HTML.Tag TR { get; }
Property Value
TT
public static HTML.Tag TT { get; }
Property Value
U
public static HTML.Tag U { get; }
Property Value
UL
public static HTML.Tag UL { get; }
Property Value
VAR
public static HTML.Tag VAR { get; }
Property Value
Methods
BreaksFlow()
public bool BreaksFlow()
Returns
IsBlock()
public bool IsBlock()
Returns
IsPreformatted()
public bool IsPreformatted()