C# Class TagLib.Xmp.XmlNodeExtensions

Mostra file Open project: rubenv/tripod

Public Methods

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

Method Details

In() public static method

public static In ( this node, string ns ) : bool
node this
ns string
return bool

Is() public static method

public static Is ( this node, string ns, string name ) : bool
node this
ns string
name string
return bool

IsCoreSyntax() public static method

public static IsCoreSyntax ( this node ) : bool
node this
return bool

IsNodeElement() public static method

public static IsNodeElement ( this node ) : bool
node this
return bool

IsOld() public static method

public static IsOld ( this node ) : bool
node this
return bool

IsPropertyAttribute() public static method

public static IsPropertyAttribute ( this node ) : bool
node this
return bool

IsPropertyElement() public static method

public static IsPropertyElement ( this node ) : bool
node this
return bool