Class LSParser
public class LSParser : JVMBridgeBase<LSParser>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ILSParser
- Inheritance
-
LSParser
- Implements
- Inherited Members
-
JVMBridgeBase<LSParser>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
- Extension Methods
Constructors
LSParser()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("LSParser class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LSParser()
LSParser(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LSParser(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
LSParser(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
[Obsolete("LSParser class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LSParser(params object[] args)
Parameters
argsobject[]
Properties
ACTION_APPEND_AS_CHILDREN
public static short ACTION_APPEND_AS_CHILDREN { get; }
Property Value
ACTION_INSERT_AFTER
public static short ACTION_INSERT_AFTER { get; }
Property Value
ACTION_INSERT_BEFORE
public static short ACTION_INSERT_BEFORE { get; }
Property Value
ACTION_REPLACE
public static short ACTION_REPLACE { get; }
Property Value
ACTION_REPLACE_CHILDREN
public static short ACTION_REPLACE_CHILDREN { get; }
Property Value
Async
public bool Async { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Busy
public bool Busy { get; }
Property Value
DomConfig
public DOMConfiguration DomConfig { get; }
Property Value
Filter
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSParser.html#getFilter-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSParser.html#setFilter-org.w3c.dom.ls.LSParserFilter-
public LSParserFilter Filter { get; set; }
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 Closeable
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()
Parse(LSInput)
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSParser.html#parse-org.w3c.dom.ls.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)