Identifies methods used by the rendering system
for writing data to streams. This was created strictly due
to the differences between an XmlTextWriter and the other
flavor of TextWriters like the StringWriter and HtmlTextWriter.
| C# | Visual Basic | Visual C++ |
public interface IWriter
Public Interface IWriter
public interface class IWriter
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| CloseTag()()() |
Closes the tag.
| |
| Write(String) |
Writes the specified s.
| |
| Write(Char) |
Writes the specified c.
| |
| WriteAttribute(String, String) |
Writes the attribute.
| |
| WriteBeginTag(String) |
Writes the begin tag.
| |
| WriteEndTag(String) |
Writes the end tag.
|