Class LSParser
public class LSParser : JVMBridgeBase<LSParser>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ILSParser
- Inheritance
-
LSParser
- Implements
- Extension Methods
Constructors
LSParser(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 LSParser(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACTION_APPEND_AS_CHILDREN
public static short ACTION_APPEND_AS_CHILDREN { get; set; }
Property Value
ACTION_INSERT_AFTER
public static short ACTION_INSERT_AFTER { get; set; }
Property Value
ACTION_INSERT_BEFORE
public static short ACTION_INSERT_BEFORE { get; set; }
Property Value
ACTION_REPLACE
public static short ACTION_REPLACE { get; set; }
Property Value
ACTION_REPLACE_CHILDREN
public static short ACTION_REPLACE_CHILDREN { get; set; }
Property Value
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
Methods
Abort()
public void Abort()
GetAsync()
public bool GetAsync()
Returns
GetBusy()
public bool GetBusy()
Returns
GetDomConfig()
public DOMConfiguration GetDomConfig()
Returns
GetFilter()
public LSParserFilter GetFilter()
Returns
Parse(LSInput)
public Document Parse(LSInput arg0)
Parameters
Returns
Exceptions
ParseURI(String)
public Document ParseURI(String arg0)
Parameters
Returns
Exceptions
ParseWithContext(LSInput, Node, short)
public Node ParseWithContext(LSInput arg0, Node arg1, short arg2)
Parameters
Returns
Exceptions
SetFilter(LSParserFilter)
public void SetFilter(LSParserFilter arg0)