Provides public constants for wellknown XML namespaces.

Namespace: Mvp.Xml.Common
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Module XmlNamespaces
C#
public static class XmlNamespaces
C++
ref class XmlNamespaces abstract  sealed 
J#
public final class XmlNamespaces
JScript
public  class XmlNamespaces

Remarks

Author: Daniel Cazzulino, kzu.net@gmail.com

Inheritance Hierarchy

System.Object
   Mvp.Xml.Common.XmlNamespaces

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also