C# Class Composite.Core.Xml.Namespaces

Commonly used XML namespaces
Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode Description
TryGetCanonicalPrefix ( System.Xml.Linq.XNamespace xmlns, string &prefix ) : bool

If known returns a canonical prefix for a given XML namespace

Private Methods

Méthode Description
Namespaces ( ) : System.Collections.Generic

Method Details

TryGetCanonicalPrefix() public static méthode

If known returns a canonical prefix for a given XML namespace
public static TryGetCanonicalPrefix ( System.Xml.Linq.XNamespace xmlns, string &prefix ) : bool
xmlns System.Xml.Linq.XNamespace Namespace to match
prefix string prefix for namespace, if any
Résultat bool