Property | Type | Description | |
---|---|---|---|
attributePropertySearch | |||
currentElementProperties | ElementProperties | ||
elementPropertySearch | |||
elementScope | ByteStack |
Method | Description | |
---|---|---|
HtmlEncodedRawTextWriter ( Stream stream, |
||
HtmlEncodedRawTextWriter ( |
||
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 |
Method | Description | |
---|---|---|
WriteHtmlAttributeTextBlock ( char pSrc, char pSrcEnd ) : void | ||
WriteHtmlElementTextBlock ( char pSrc, char pSrcEnd ) : void | ||
WriteMetaElement ( ) : void |
Method | Description | |
---|---|---|
Init ( |
||
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 |
public HtmlEncodedRawTextWriter ( Stream stream, |
||
stream | Stream | |
encoding | ||
settings | ||
closeOutput | bool | |
return | System |
public HtmlEncodedRawTextWriter ( |
||
writer | ||
settings | ||
return | System |
public WriteChars ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
name | string | |
pubid | string | |
sysid | string | |
subset | string | |
return | void |
protected WriteHtmlAttributeTextBlock ( char pSrc, char pSrcEnd ) : void | ||
pSrc | char | |
pSrcEnd | char | |
return | void |
protected WriteHtmlElementTextBlock ( char pSrc, char pSrcEnd ) : void | ||
pSrc | char | |
pSrcEnd | char | |
return | void |
public WriteProcessingInstruction ( string target, string text ) : void | ||
target | string | |
text | string | |
return | void |
public WriteStartAttribute ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
return | void |
protected static TernaryTreeReadOnly,System.Xml attributePropertySearch | ||
return |
protected ElementProperties currentElementProperties | ||
return | ElementProperties |
protected static TernaryTreeReadOnly,System.Xml elementPropertySearch | ||
return |