Mvp.Xml API Documentation

XmlFirstLowerWriter Class

Implements an XmlWriter that turns the first letter of outgoing elements and attributes into lowercase.

For a list of all members of this type, see XmlFirstLowerWriter Members.

System.Object
   XmlWriter
      XmlTextWriter
         XmlFirstLowerWriter

public class XmlFirstLowerWriter : XmlTextWriter

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

To be used in conjunction with XmlFirstUpperReader.

Author: Daniel Cazzulino, kzu@aspnet2.com

See http://weblogs.asp.net/cazzu/archive/2004/05/10/129106.aspx.

Requirements

Namespace: Mvp.Xml.Common

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

See Also

XmlFirstLowerWriter Members | Mvp.Xml.Common Namespace