C# Class System.Xml.HtmlEncodedRawTextWriter

Inheritance: System.Xml.XmlEncodedRawTextWriter
显示文件 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
HtmlEncodedRawTextWriter ( Stream stream, Encoding encoding, XmlWriterSettings settings, bool closeOutput ) : System
HtmlEncodedRawTextWriter ( TextWriter writer, XmlWriterSettings settings ) : 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

HtmlEncodedRawTextWriter() public method

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

HtmlEncodedRawTextWriter() public method

public HtmlEncodedRawTextWriter ( TextWriter writer, XmlWriterSettings settings ) : System
writer System.IO.TextWriter
settings XmlWriterSettings
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_oe static_oe property

protected static TernaryTreeReadOnly,System.Xml attributePropertySearch
return TernaryTreeReadOnly

currentElementProperties protected_oe property

protected ElementProperties currentElementProperties
return ElementProperties

elementPropertySearch protected_oe static_oe property

protected static TernaryTreeReadOnly,System.Xml elementPropertySearch
return TernaryTreeReadOnly

elementScope protected_oe property

protected ByteStack,System.Xml elementScope
return ByteStack