Method | Description | |
---|---|---|
In ( this node, string ns ) : bool | ||
Is ( this node, string ns, string name ) : bool | ||
IsCoreSyntax ( this node ) : bool | ||
IsNodeElement ( this node ) : bool | ||
IsOld ( this node ) : bool | ||
IsPropertyAttribute ( this node ) : bool | ||
IsPropertyElement ( this node ) : bool |
public static In ( this node, string ns ) : bool | ||
node | this | |
ns | string | |
return | bool |
public static Is ( this node, string ns, string name ) : bool | ||
node | this | |
ns | string | |
name | string | |
return | bool |
public static IsCoreSyntax ( this node ) : bool | ||
node | this | |
return | bool |
public static IsNodeElement ( this node ) : bool | ||
node | this | |
return | bool |
public static IsPropertyAttribute ( this node ) : bool | ||
node | this | |
return | bool |
public static IsPropertyElement ( this node ) : bool | ||
node | this | |
return | bool |