C# Class System.Xml.HtmlUtf8RawTextWriter

Inheritance: XmlUtf8RawTextWriter
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
attributePropertySearch TernaryTreeReadOnly
currentElementProperties ElementProperties
elementPropertySearch TernaryTreeReadOnly
elementScope ByteStack

Public Methods

Method Description
HtmlUtf8RawTextWriter ( Stream stream, Encoding encoding, XmlWriterSettings settings, bool closeOutput ) : System
WriteCharEntity ( char ch ) : void
WriteChars ( char buffer, int index, int count ) : void
WriteDocType ( string name, string pubid, string sysid, string subset ) : void
WriteEndAttribute ( ) : void
WriteEntityRef ( string name ) : void
WriteProcessingInstruction ( string target, string text ) : void
WriteStartAttribute ( string prefix, string localName, string ns ) : void
WriteStartElement ( string prefix, string localName, string ns ) : void
WriteString ( string text ) : void
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void

Protected Methods

Method Description
WriteHtmlAttributeTextBlock ( char pSrc, char pSrcEnd ) : void
WriteHtmlElementTextBlock ( char pSrc, char pSrcEnd ) : void
WriteMetaElement ( ) : void

Private Methods

Method Description
Init ( XmlWriterSettings settings ) : void
OutputRestAmps ( ) : void
StartElementContent ( ) : void
WriteEndElement ( string prefix, string localName, string ns ) : void
WriteFullEndElement ( string prefix, string localName, string ns ) : void
WriteHtmlAttributeText ( char pSrc, char pSrcEnd ) : void
WriteUriAttributeText ( char pSrc, char pSrcEnd ) : void
WriteXmlDeclaration ( XmlStandalone standalone ) : void
WriteXmlDeclaration ( string xmldecl ) : void

Method Details

HtmlUtf8RawTextWriter() public method

public HtmlUtf8RawTextWriter ( Stream stream, Encoding encoding, XmlWriterSettings settings, bool closeOutput ) : System
stream Stream
encoding System.Text.Encoding
settings XmlWriterSettings
closeOutput bool
return System

WriteCharEntity() public method

public WriteCharEntity ( char ch ) : void
ch char
return void

WriteChars() public method

public WriteChars ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

WriteDocType() public method

public WriteDocType ( string name, string pubid, string sysid, string subset ) : void
name string
pubid string
sysid string
subset string
return void

WriteEndAttribute() public method

public WriteEndAttribute ( ) : void
return void

WriteEntityRef() public method

public WriteEntityRef ( string name ) : void
name string
return void

WriteHtmlAttributeTextBlock() protected method

protected WriteHtmlAttributeTextBlock ( char pSrc, char pSrcEnd ) : void
pSrc char
pSrcEnd char
return void

WriteHtmlElementTextBlock() protected method

protected WriteHtmlElementTextBlock ( char pSrc, char pSrcEnd ) : void
pSrc char
pSrcEnd char
return void

WriteMetaElement() protected method

protected WriteMetaElement ( ) : void
return void

WriteProcessingInstruction() public method

public WriteProcessingInstruction ( string target, string text ) : void
target string
text string
return void

WriteStartAttribute() public method

public WriteStartAttribute ( string prefix, string localName, string ns ) : void
prefix string
localName string
ns string
return void

WriteStartElement() public method

public WriteStartElement ( string prefix, string localName, string ns ) : void
prefix string
localName string
ns string
return void

WriteString() public method

public WriteString ( string text ) : void
text string
return void

WriteSurrogateCharEntity() public method

public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
lowChar char
highChar char
return void

Property Details

attributePropertySearch protected static property

protected static TernaryTreeReadOnly,System.Xml attributePropertySearch
return TernaryTreeReadOnly

currentElementProperties protected property

protected ElementProperties currentElementProperties
return ElementProperties

elementPropertySearch protected static property

protected static TernaryTreeReadOnly,System.Xml elementPropertySearch
return TernaryTreeReadOnly

elementScope protected property

protected ByteStack,System.Xml elementScope
return ByteStack