C# Class Mono.Xml.XmlTextWriter

Inheritance: System.Xml.XmlWriter
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
LookupPrefix ( string namespaceUri ) : string
WriteBase64 ( byte buffer, int index, int count ) : void
WriteBinHex ( byte buffer, int index, int count ) : 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
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteEntityRef ( string name ) : void
WriteFullEndElement ( ) : void
WriteName ( string name ) : void
WriteNmToken ( string nmtoken ) : void
WriteProcessingInstruction ( string name, string text ) : void
WriteQualifiedName ( string localName, string ns ) : void
WriteRaw ( char buffer, int index, int count ) : void
WriteRaw ( string raw ) : void
WriteStartAttribute ( string prefix, string localName, string namespaceUri ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteStartElement ( string prefix, string localName, string namespaceUri ) : void
WriteString ( string text ) : void
WriteSurrogateCharEntity ( char low, char high ) : void
WriteWhitespace ( string text ) : void
XmlTextWriter ( Stream stream, Encoding encoding ) : System
XmlTextWriter ( TextWriter writer ) : System
XmlTextWriter ( string filename, Encoding encoding ) : System

Private Methods

Méthode Description
ArgumentError ( string msg ) : Exception
ArgumentOutOfRangeError ( string name ) : Exception
CheckChunkRange ( Array buffer, int index, int count ) : void
CheckMixedContentState ( ) : void
CloseStartElement ( ) : void
CloseStartElementCore ( ) : void
DetermineAttributePrefix ( string prefix, string local, string ns ) : string
Initialize ( TextWriter writer ) : void
InvalidOperation ( string msg ) : Exception
MockupPrefix ( string ns, bool skipLookup ) : string
OutputAutoStartDocument ( ) : void
ShiftStateContent ( string occured, bool allowAttribute ) : void
ShiftStateTopLevel ( string occured, bool allowAttribute, bool dontCheckXmlDecl, bool isCharacter ) : void
StateError ( string occured ) : Exception
WriteCharacterEntity ( char ch, char high, bool surrogate ) : void
WriteCheckedBuffer ( char text, int idx, int length ) : void
WriteCheckedString ( string s ) : void
WriteEndElementCore ( bool full ) : void
WriteEscapedBuffer ( char text, int index, int length, bool isAttribute ) : void
WriteEscapedString ( string text, bool isAttribute ) : void
WriteIndent ( ) : void
WriteIndentAttribute ( ) : void
WriteIndentCore ( int nestFix, bool attribute ) : bool
WriteIndentEndElement ( ) : void
WriteStartDocumentCore ( bool outputStd, bool standalone ) : void
XmlTextWriter ( TextWriter writer, XmlWriterSettings settings, bool closeOutput ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

LookupPrefix() public méthode

public LookupPrefix ( string namespaceUri ) : string
namespaceUri string
Résultat string

WriteBase64() public méthode

public WriteBase64 ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
Résultat void

WriteBinHex() public méthode

public WriteBinHex ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
Résultat void

WriteCData() public méthode

public WriteCData ( string text ) : void
text string
Résultat void

WriteCharEntity() public méthode

public WriteCharEntity ( char ch ) : void
ch char
Résultat void

WriteChars() public méthode

public WriteChars ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

WriteComment() public méthode

public WriteComment ( string text ) : void
text string
Résultat void

WriteDocType() public méthode

public WriteDocType ( string name, string pubid, string sysid, string subset ) : void
name string
pubid string
sysid string
subset string
Résultat void

WriteEndAttribute() public méthode

public WriteEndAttribute ( ) : void
Résultat void

WriteEndDocument() public méthode

public WriteEndDocument ( ) : void
Résultat void

WriteEndElement() public méthode

public WriteEndElement ( ) : void
Résultat void

WriteEntityRef() public méthode

public WriteEntityRef ( string name ) : void
name string
Résultat void

WriteFullEndElement() public méthode

public WriteFullEndElement ( ) : void
Résultat void

WriteName() public méthode

public WriteName ( string name ) : void
name string
Résultat void

WriteNmToken() public méthode

public WriteNmToken ( string nmtoken ) : void
nmtoken string
Résultat void

WriteProcessingInstruction() public méthode

public WriteProcessingInstruction ( string name, string text ) : void
name string
text string
Résultat void

WriteQualifiedName() public méthode

public WriteQualifiedName ( string localName, string ns ) : void
localName string
ns string
Résultat void

WriteRaw() public méthode

public WriteRaw ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

WriteRaw() public méthode

public WriteRaw ( string raw ) : void
raw string
Résultat void

WriteStartAttribute() public méthode

public WriteStartAttribute ( string prefix, string localName, string namespaceUri ) : void
prefix string
localName string
namespaceUri string
Résultat void

WriteStartDocument() public méthode

public WriteStartDocument ( ) : void
Résultat void

WriteStartDocument() public méthode

public WriteStartDocument ( bool standalone ) : void
standalone bool
Résultat void

WriteStartElement() public méthode

public WriteStartElement ( string prefix, string localName, string namespaceUri ) : void
prefix string
localName string
namespaceUri string
Résultat void

WriteString() public méthode

public WriteString ( string text ) : void
text string
Résultat void

WriteSurrogateCharEntity() public méthode

public WriteSurrogateCharEntity ( char low, char high ) : void
low char
high char
Résultat void

WriteWhitespace() public méthode

public WriteWhitespace ( string text ) : void
text string
Résultat void

XmlTextWriter() public méthode

public XmlTextWriter ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
Résultat System

XmlTextWriter() public méthode

public XmlTextWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

XmlTextWriter() public méthode

public XmlTextWriter ( string filename, Encoding encoding ) : System
filename string
encoding System.Text.Encoding
Résultat System