Property | Type | Description | |
---|---|---|---|
attrEndPos | int | ||
autoXmlDeclaration | bool | ||
bufBytes | byte[] | ||
bufLen | int | ||
bufPos | int | ||
cdataPos | int | ||
checkCharacters | bool | ||
closeOutput | bool | ||
contentPos | int | ||
encoding | Encoding | ||
hadDoubleBracket | bool | ||
inAttributeValue | bool | ||
mergeCDataSections | bool | ||
newLineChars | string | ||
newLineHandling | NewLineHandling | ||
omitXmlDeclaration | bool | ||
outputMethod | XmlOutputMethod | ||
standalone | XmlStandalone | ||
stream | Stream | ||
textPos | int | ||
writeToNull | bool | ||
xmlCharType | XmlCharType |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
WriteCData ( string text ) : void | ||
WriteCharEntity ( char ch ) : void | ||
WriteChars ( char buffer, int index, int count ) : void | ||
WriteComment ( string text ) : void | ||
WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
WriteEndAttribute ( ) : void | ||
WriteEntityRef ( string name ) : void | ||
WriteProcessingInstruction ( string name, string text ) : void | ||
WriteRaw ( char buffer, int index, int count ) : void | ||
WriteRaw ( string data ) : 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 | ||
WriteWhitespace ( string ws ) : void | ||
XmlUtf8RawTextWriter ( Stream stream, Encoding encoding, XmlWriterSettings settings, bool closeOutput ) : System |
Method | Description | |
---|---|---|
AmpEntity ( byte pDst ) : byte* | ||
CarriageReturnEntity ( byte pDst ) : byte* | ||
FlushBuffer ( ) : void | ||
GtEntity ( byte pDst ) : byte* | ||
LineFeedEntity ( byte pDst ) : byte* | ||
LtEntity ( byte pDst ) : byte* | ||
QuoteEntity ( byte pDst ) : byte* | ||
RawEndCData ( byte pDst ) : byte* | ||
RawStartCData ( byte pDst ) : byte* | ||
RawText ( char pSrcBegin, char pSrcEnd ) : void | ||
RawText ( string s ) : void | ||
TabEntity ( byte pDst ) : byte* | ||
ValidateContentChars ( string chars, string propertyName, bool allowOnlyWhitespace ) : void | ||
WriteAttributeTextBlock ( char pSrc, char pSrcEnd ) : void | ||
WriteCDataSection ( string text ) : void | ||
WriteCommentOrPi ( string text, int stopChar ) : void | ||
WriteElementTextBlock ( char pSrc, char pSrcEnd ) : void | ||
WriteNewLine ( byte pDst ) : byte* | ||
WriteRawWithCharChecking ( char pSrcBegin, char pSrcEnd ) : void | ||
XmlUtf8RawTextWriter ( XmlWriterSettings settings, bool closeOutput ) : System |
Method | Description | |
---|---|---|
CharEntity ( byte pDst, char ch ) : byte* | ||
CharToUTF8 ( char &pSrc, char pSrcEnd, byte &pDst ) : void | ||
EncodeChar ( char &pSrc, char pSrcEnd, byte &pDst ) : void | ||
EncodeMultibyteUTF8 ( int ch, byte pDst ) : byte* | ||
EncodeSurrogate ( char pSrc, char pSrcEnd, byte pDst ) : byte* | ||
FlushEncoder ( ) : void | ||
InRange ( int ch, int start, int end ) : bool | ||
InvalidXmlChar ( int ch, byte pDst, bool entitize ) : byte* | ||
IsSurrogateByte ( byte b ) : bool | ||
StartElementContent ( ) : void | ||
WriteEndElement ( string prefix, string localName, string ns ) : void | ||
WriteFullEndElement ( string prefix, string localName, string ns ) : void | ||
WriteNamespaceDeclaration ( string prefix, string namespaceName ) : void | ||
WriteXmlDeclaration ( XmlStandalone standalone ) : void | ||
WriteXmlDeclaration ( string xmldecl ) : void |
protected static AmpEntity ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected static CarriageReturnEntity ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected static GtEntity ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected static LineFeedEntity ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected static LtEntity ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected static QuoteEntity ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected static RawEndCData ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected static RawStartCData ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected RawText ( char pSrcBegin, char pSrcEnd ) : void | ||
pSrcBegin | char | |
pSrcEnd | char | |
return | void |
protected static TabEntity ( byte pDst ) : byte* | ||
pDst | byte | |
return | byte* |
protected ValidateContentChars ( string chars, string propertyName, bool allowOnlyWhitespace ) : void | ||
chars | string | |
propertyName | string | |
allowOnlyWhitespace | bool | |
return | void |
protected WriteAttributeTextBlock ( char pSrc, char pSrcEnd ) : void | ||
pSrc | char | |
pSrcEnd | char | |
return | void |
protected WriteCDataSection ( string text ) : void | ||
text | string | |
return | void |
public WriteChars ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
protected WriteCommentOrPi ( string text, int stopChar ) : void | ||
text | string | |
stopChar | 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 WriteElementTextBlock ( char pSrc, char pSrcEnd ) : void | ||
pSrc | char | |
pSrcEnd | char | |
return | void |
public WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
return | void |
public WriteRaw ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
protected WriteRawWithCharChecking ( char pSrcBegin, char pSrcEnd ) : void | ||
pSrcBegin | char | |
pSrcEnd | char | |
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 |
public XmlUtf8RawTextWriter ( Stream stream, Encoding encoding, XmlWriterSettings settings, bool closeOutput ) : System | ||
stream | Stream | |
encoding | Encoding | |
settings | XmlWriterSettings | |
closeOutput | bool | |
return | System |
protected XmlUtf8RawTextWriter ( XmlWriterSettings settings, bool closeOutput ) : System | ||
settings | XmlWriterSettings | |
closeOutput | bool | |
return | System |
protected NewLineHandling newLineHandling | ||
return | NewLineHandling |