Table of Contents

Class NodeFilter

Namespace
Org.W3c.Dom.Traversal
Assembly
MASES.JNet.dll
public class NodeFilter : JVMBridgeBase<NodeFilter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, INodeFilter
Inheritance
NodeFilter
Implements
Derived
Extension Methods

Constructors

NodeFilter(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 NodeFilter(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FILTER_ACCEPT

public static short FILTER_ACCEPT { get; set; }

Property Value

short

FILTER_REJECT

public static short FILTER_REJECT { get; set; }

Property Value

short

FILTER_SKIP

public static short FILTER_SKIP { get; set; }

Property Value

short

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

SHOW_ALL

public static int SHOW_ALL { get; set; }

Property Value

int

SHOW_ATTRIBUTE

public static int SHOW_ATTRIBUTE { get; set; }

Property Value

int

SHOW_CDATA_SECTION

public static int SHOW_CDATA_SECTION { get; set; }

Property Value

int

SHOW_COMMENT

public static int SHOW_COMMENT { get; set; }

Property Value

int

SHOW_DOCUMENT

public static int SHOW_DOCUMENT { get; set; }

Property Value

int

SHOW_DOCUMENT_FRAGMENT

public static int SHOW_DOCUMENT_FRAGMENT { get; set; }

Property Value

int

SHOW_DOCUMENT_TYPE

public static int SHOW_DOCUMENT_TYPE { get; set; }

Property Value

int

SHOW_ELEMENT

public static int SHOW_ELEMENT { get; set; }

Property Value

int

SHOW_ENTITY

public static int SHOW_ENTITY { get; set; }

Property Value

int

SHOW_ENTITY_REFERENCE

public static int SHOW_ENTITY_REFERENCE { get; set; }

Property Value

int

SHOW_NOTATION

public static int SHOW_NOTATION { get; set; }

Property Value

int

SHOW_PROCESSING_INSTRUCTION

public static int SHOW_PROCESSING_INSTRUCTION { get; set; }

Property Value

int

SHOW_TEXT

public static int SHOW_TEXT { get; set; }

Property Value

int

Methods

AcceptNode(Node)

public short AcceptNode(Node arg0)

Parameters

arg0 Node

Node

Returns

short

short