Class TagElement
public class TagElement : JVMBridgeBase<TagElement>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
TagElement
- Implements
- Extension Methods
Constructors
TagElement(Element)
public TagElement(Element arg0)
Parameters
TagElement(Element, bool)
public TagElement(Element arg0, bool arg1)
Parameters
TagElement(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 TagElement(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Element
public Element Element { get; }
Property Value
HTMLTag
public HTML.Tag HTMLTag { 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
Methods
BreaksFlow()
public bool BreaksFlow()
Returns
CreatePoolableInstance(Element)
HPA initializer for TagElement(Javax.Swing.Text.Html.Parser.Element arg0)
public static TagElement CreatePoolableInstance(Element arg0)
Parameters
arg0Element
Returns
CreatePoolableInstance(Element, bool)
HPA initializer for TagElement(Javax.Swing.Text.Html.Parser.Element arg0, bool arg1)
public static TagElement CreatePoolableInstance(Element arg0, bool arg1)
Parameters
Returns
Fictional()
public bool Fictional()
Returns
IsPreformatted()
public bool IsPreformatted()