Creates XmlNode wrapper instances for different XML APIs, for use in XML serialization.
For a list of all members of this type, see XmlNodeFactory Members.
System.Object
XmlNodeFactory
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
XmlNode instances returned by this factory only support the WriteTo and WriteContentTo methods, as they are intended for use only for serialization, and to avoid XmlDocument loading for fast performance. All other members will throw an NotSupportedException.
Author: Daniel Cazzulino, kzu@aspnet2.com
See: http://weblogs.asp.net/cazzu/archive/2004/05/31/144922.aspx.Namespace: Mvp.Xml.Common
Assembly: Mvp.Xml (in Mvp.Xml.dll)
XmlNodeFactory Members | Mvp.Xml.Common Namespace