Method | Description | |
---|---|---|
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
LookupNamespace ( string prefix ) : string | ||
LookupPrefix ( string namespaceName ) : string | ||
SimpleXmlNamespaceResolver ( System.Xml.Linq.XDocument document ) : System.Collections.Generic |
Method | Description | |
---|---|---|
GetNamespacePrefix ( System.Xml.Linq.XAttribute attribute ) : string | ||
GetNamespacePrefix ( System.Xml.Linq.XElement element ) : string | ||
GetNamespacePrefixFromXmlnsDeclaration ( System.Xml.Linq.XAttribute attribute ) : string |
public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
scope | XmlNamespaceScope | |
return | string>.IDictionary |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
return | string |
public LookupPrefix ( string namespaceName ) : string | ||
namespaceName | string | |
return | string |
public SimpleXmlNamespaceResolver ( System.Xml.Linq.XDocument document ) : System.Collections.Generic | ||
document | System.Xml.Linq.XDocument | |
return | System.Collections.Generic |