Html Library Help
XmlWriterWrapper Class
NamespacesHtmlXmlWriterWrapper
Wraps an XmlWriter so that it conforms to the IWriter interface.
Declaration Syntax
C#Visual BasicVisual C++
public class XmlWriterWrapper : IWriter
Public Class XmlWriterWrapper _
	Implements IWriter
public ref class XmlWriterWrapper : IWriter
Members
All MembersConstructorsMethods



IconMemberDescription
XmlWriterWrapper(XmlWriter)
Initializes a new instance of the XmlWriterWrapper class.

CloseTag()()()
Closes the tag. This does nothing for the XmlWriterWrapper

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Write(String)
Writes the specified string to the underlying XmlTextWriter, calls the WriteRaw method.

Write(Char)
Writes the specified c. Calls WriteRaw on the underlying XmlTextWriter

WriteAttribute(String, String)
Writes the attribute.

WriteBeginTag(String)
Writes the begin tag.

WriteEndTag(String)
Writes the end tag.

Inheritance Hierarchy
Object
XmlWriterWrapper

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)