Mvp.Xml API Documentation

XmlNodeFactory Class

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 class XmlNodeFactory

Thread Safety

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

Remarks

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.

Requirements

Namespace: Mvp.Xml.Common

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

See Also

XmlNodeFactory Members | Mvp.Xml.Common Namespace