C# Class TagLib.Xmp.XmlNodeExtensions

Afficher le fichier Open project: rubenv/tripod

Méthodes publiques

Méthode 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 méthode

public static In ( this node, string ns ) : bool
node this
ns string
Résultat bool

Is() public static méthode

public static Is ( this node, string ns, string name ) : bool
node this
ns string
name string
Résultat bool

IsCoreSyntax() public static méthode

public static IsCoreSyntax ( this node ) : bool
node this
Résultat bool

IsNodeElement() public static méthode

public static IsNodeElement ( this node ) : bool
node this
Résultat bool

IsOld() public static méthode

public static IsOld ( this node ) : bool
node this
Résultat bool

IsPropertyAttribute() public static méthode

public static IsPropertyAttribute ( this node ) : bool
node this
Résultat bool

IsPropertyElement() public static méthode

public static IsPropertyElement ( this node ) : bool
node this
Résultat bool