C# Class ReasonCodeExample.XPathInformation.SimpleXmlNamespaceResolver

Inheritance: IXmlNamespaceResolver
Afficher le fichier Open project: uli-weltersbach/XPathInformation Class Usage Examples

Méthodes publiques

Méthode Description
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
LookupNamespace ( string prefix ) : string
LookupPrefix ( string namespaceName ) : string
SimpleXmlNamespaceResolver ( System.Xml.Linq.XDocument document ) : System.Collections.Generic

Private Methods

Méthode Description
GetNamespacePrefix ( System.Xml.Linq.XAttribute attribute ) : string
GetNamespacePrefix ( System.Xml.Linq.XElement element ) : string
GetNamespacePrefixFromXmlnsDeclaration ( System.Xml.Linq.XAttribute attribute ) : string

Method Details

GetNamespacesInScope() public méthode

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
Résultat string>.IDictionary

LookupNamespace() public méthode

public LookupNamespace ( string prefix ) : string
prefix string
Résultat string

LookupPrefix() public méthode

public LookupPrefix ( string namespaceName ) : string
namespaceName string
Résultat string

SimpleXmlNamespaceResolver() public méthode

public SimpleXmlNamespaceResolver ( System.Xml.Linq.XDocument document ) : System.Collections.Generic
document System.Xml.Linq.XDocument
Résultat System.Collections.Generic