Class NodeFilter
public class NodeFilter : JVMBridgeBase<NodeFilter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, INodeFilter
- Inheritance
-
NodeFilter
- Implements
- Derived
- Inherited Members
-
JVMBridgeBase<NodeFilter>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<NodeFilter>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])
- Extension Methods
Constructors
NodeFilter()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("NodeFilter 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 NodeFilter()
NodeFilter(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("NodeFilter 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 NodeFilter(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FILTER_ACCEPT
public static short FILTER_ACCEPT { get; }
Property Value
FILTER_REJECT
public static short FILTER_REJECT { get; }
Property Value
FILTER_SKIP
public static short FILTER_SKIP { 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 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
SHOW_ALL
public static int SHOW_ALL { get; }
Property Value
SHOW_ATTRIBUTE
public static int SHOW_ATTRIBUTE { get; }
Property Value
SHOW_CDATA_SECTION
public static int SHOW_CDATA_SECTION { get; }
Property Value
SHOW_COMMENT
public static int SHOW_COMMENT { get; }
Property Value
SHOW_DOCUMENT
public static int SHOW_DOCUMENT { get; }
Property Value
SHOW_DOCUMENT_FRAGMENT
public static int SHOW_DOCUMENT_FRAGMENT { get; }
Property Value
SHOW_DOCUMENT_TYPE
public static int SHOW_DOCUMENT_TYPE { get; }
Property Value
SHOW_ELEMENT
public static int SHOW_ELEMENT { get; }
Property Value
SHOW_ENTITY
public static int SHOW_ENTITY { get; }
Property Value
SHOW_ENTITY_REFERENCE
public static int SHOW_ENTITY_REFERENCE { get; }
Property Value
SHOW_NOTATION
public static int SHOW_NOTATION { get; }
Property Value
SHOW_PROCESSING_INSTRUCTION
public static int SHOW_PROCESSING_INSTRUCTION { get; }
Property Value
SHOW_TEXT
public static int SHOW_TEXT { get; }
Property Value
Methods
AcceptNode(Node)
public short AcceptNode(Node arg0)