Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXmlNamespaceResolver.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Xml
;
4
5
public
interface
IXmlNamespaceResolver
6
{
7
IDictionary<string, string>
GetNamespacesInScope
(
XmlNamespaceScope
scope);
8
9
string
?
LookupNamespace
(
string
prefix
);
10
11
string
?
LookupPrefix
(
string
namespaceName
);
12
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope
IDictionary< string, string > GetNamespacesInScope(XmlNamespaceScope scope)
System.Xml.IXmlNamespaceResolver.LookupPrefix
string? LookupPrefix(string namespaceName)
System.Xml.IXmlNamespaceResolver.LookupNamespace
string? LookupNamespace(string prefix)
System.Xml.IXmlNamespaceResolver
Definition
IXmlNamespaceResolver.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Xml.XmlNamespaceScope
XmlNamespaceScope
Definition
XmlNamespaceScope.cs:4
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.prefix
@ prefix
source
System.Private.Xml
System.Xml
IXmlNamespaceResolver.cs
Generated by
1.10.0