Mono Class Library: OverviewSystem.Xml.XmlNamespaceManager: Members |
The members of System.Xml.XmlNamespaceManager are listed below.
See Also: Inherited members from System.Object
Constructs and initializes a new instance of the System.Xml.XmlNamespaceManager class.
[read-only] DefaultNamespace string. Gets the namespace URI for the default namespace. [read-only] NameTable XmlNameTable. Gets the name table used by the current instance to look up prefixes and namespace URIs.
AddNamespace(string, string) Adds the given namespace to the collection of namespaces maintained by the current instance in XmlNamespaceManager.NameTable.GetEnumerator() : IEnumerator Provides support for iteration over the collection of namespaces maintained by the current instance.GetNamespacesInScope(XmlNamespaceScope) : IDictionary<string, string> Documentation for this section has not yet been entered.HasNamespace(string) : bool Gets a value indicating whether the supplied prefix has a namespace defined for the current pushed scope.LookupNamespace(string) : string Gets the namespace URI associated with the specified prefix.LookupPrefix(string) : string Gets the prefix associated with the given namespace URI.PopScope() : bool Pops a namespace scope off the stack.PushScope() Pushes a namespace scope onto the stack.RemoveNamespace(string, string) Removes the specified namespace associated with the specified prefix from the namespace collection maintained by the current instance.
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.