Share via


BareXmlTextWriter Members

Implements an System.Xml.XmlTextWriter that overrides the System.Xml.XmlTextWriter.WriteStartDocument method so the XML declaration is not written out.

The following tables list the members exposed by the BareXmlTextWriter type.

Public Constructors

  Name Description
BareXmlTextWriter Overloaded.  

Top

Public Properties

  Name Description
public property BaseStream  (inherited from XmlTextWriter )
public property Formatting  (inherited from XmlTextWriter )
public property Indentation  (inherited from XmlTextWriter )
public property IndentChar  (inherited from XmlTextWriter )
public property Namespaces  (inherited from XmlTextWriter )
public property QuoteChar  (inherited from XmlTextWriter )
public property WriteState  (inherited from XmlTextWriter )
public property XmlLang  (inherited from XmlTextWriter )
public property XmlSpace  (inherited from XmlTextWriter )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Close  (inherited from XmlTextWriter )
public method Equals  (inherited from Object )
public method Flush  (inherited from XmlTextWriter )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method LookupPrefix  (inherited from XmlTextWriter )
public method ToString  (inherited from Object )
public method WriteAttributes  (inherited from XmlWriter )
public method WriteAttributeString  Overloaded. (inherited from XmlWriter )
public method WriteBase64  (inherited from XmlTextWriter )
public method WriteBinHex  (inherited from XmlTextWriter )
public method WriteCData  (inherited from XmlTextWriter )
public method WriteCharEntity  (inherited from XmlTextWriter )
public method WriteChars  (inherited from XmlTextWriter )
public method WriteComment  (inherited from XmlTextWriter )
public method WriteDocType  (inherited from XmlTextWriter )
public method WriteElementString  Overloaded. (inherited from XmlWriter )
public method WriteEndAttribute  (inherited from XmlTextWriter )
public method WriteEndDocument  (inherited from XmlTextWriter )
public method WriteEndElement  (inherited from XmlTextWriter )
public method WriteEntityRef  (inherited from XmlTextWriter )
public method WriteFullEndElement  (inherited from XmlTextWriter )
public method WriteName  (inherited from XmlTextWriter )
public method WriteNmToken  (inherited from XmlTextWriter )
public method WriteNode  (inherited from XmlWriter )
public method WriteProcessingInstruction  (inherited from XmlTextWriter )
public method WriteQualifiedName  (inherited from XmlTextWriter )
public method WriteRaw  Overloaded. (inherited from XmlTextWriter )
public method WriteStartAttribute  Overloaded. (inherited from XmlTextWriter )
public method WriteStartDocument Overloaded. Overridden.  
public method WriteStartElement  Overloaded. (inherited from XmlTextWriter )
public method WriteString  (inherited from XmlTextWriter )
public method WriteSurrogateCharEntity  (inherited from XmlTextWriter )
public method WriteWhitespace  (inherited from XmlTextWriter )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

BareXmlTextWriter Class
Microsoft.Web.Services2.Xml Namespace