Mvp.Xml API Documentation

XmlFirstUpperReader Class

Implements an XmlTextReader that turns the first letter of incoming elements and attributes into uppercase.

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

System.Object
   XmlReader
      XmlTextReader
         XmlFirstUpperReader

public class XmlFirstUpperReader : XmlTextReader

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 XmlFirstLowerWriter for serialization.

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

XmlFirstUpperReader Members | Mvp.Xml.Common Namespace