Class HTML
public class HTML : JVMBridgeBase<HTML>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
HTML
- Implements
- Extension Methods
Constructors
HTML()
public HTML()
HTML(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 HTML(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AllAttributeKeys
public static HTML.Attribute[] AllAttributeKeys { get; }
Property Value
AllTags
public static HTML.Tag[] AllTags { get; }
Property Value
- Tag[]
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NULL_ATTRIBUTE_VALUE
public static String NULL_ATTRIBUTE_VALUE { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for HTML()
public static HTML CreatePoolableInstance()
Returns
GetAttributeKey(String)
public static HTML.Attribute GetAttributeKey(String arg0)
Parameters
Returns
GetIntegerAttributeValue(AttributeSet, Attribute, int)
public static int GetIntegerAttributeValue(AttributeSet arg0, HTML.Attribute arg1, int arg2)
Parameters
arg0AttributeSetarg1HTML.Attributearg2int
Returns
GetTag(String)
public static HTML.Tag GetTag(String arg0)