C# Class System.Xml.XmlWellFormedWriter

Inheritance: XmlWriter
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
AddAttribute void
AddNamespace void
AddToAttrHashTable void
AddToNamespaceHashtable void
AdvanceState void
CheckNCName void
DupAttrException XmlException
GeneratePrefix string
GetStateName string
InvalidCharsException System.Exception
LookupLocalNamespace string
LookupNamespace string
LookupNamespaceIndex int
PopNamespaces void
PushNamespaceExplicit bool
PushNamespaceImplicit void
SetSpecialAttribute void
StartElementContent void
StartFragment void
ThrowInvalidStateTransition void
WriteStartDocumentImpl void
XmlWellFormedWriter System

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
LookupPrefix ( string ns ) : 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
WriteProcessingInstruction ( string name, string text ) : void
WriteQualifiedName ( string localName, string ns ) : void
WriteRaw ( char buffer, int index, int count ) : void
WriteRaw ( string data ) : void
WriteStartAttribute ( string prefix, string localName, string namespaceName ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteStartElement ( string prefix, string localName, string ns ) : void
WriteString ( string text ) : void
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
WriteValue ( System.DateTime value ) : void
WriteValue ( DateTimeOffset value ) : void
WriteValue ( bool value ) : void
WriteValue ( decimal value ) : void
WriteValue ( double value ) : void
WriteValue ( float value ) : void
WriteValue ( int value ) : void
WriteValue ( long value ) : void
WriteValue ( object value ) : void
WriteValue ( string value ) : void
WriteWhitespace ( string ws ) : void

Private Methods

Méthode Description
AddAttribute ( string prefix, string localName, string namespaceName ) : void
AddNamespace ( string prefix, string ns, NamespaceKind kind ) : void
AddToAttrHashTable ( int attributeIndex ) : void
AddToNamespaceHashtable ( int namespaceIndex ) : void
AdvanceState ( Token token ) : void
CheckNCName ( string ncname ) : void
DupAttrException ( string prefix, string localName ) : XmlException
GeneratePrefix ( ) : string
GetStateName ( State state ) : string
InvalidCharsException ( string name, int badCharIndex ) : Exception
LookupLocalNamespace ( string prefix ) : string
LookupNamespace ( string prefix ) : string
LookupNamespaceIndex ( string prefix ) : int
PopNamespaces ( int indexFrom, int indexTo ) : void
PushNamespaceExplicit ( string prefix, string ns ) : bool
PushNamespaceImplicit ( string prefix, string ns ) : void
SetSpecialAttribute ( SpecialAttribute special ) : void
StartElementContent ( ) : void
StartFragment ( ) : void
ThrowInvalidStateTransition ( Token token, State currentState ) : void
WriteStartDocumentImpl ( XmlStandalone standalone ) : void
XmlWellFormedWriter ( XmlWriter writer, XmlWriterSettings settings ) : 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 ns ) : string
ns 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

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 data ) : void
data string
Résultat void

WriteStartAttribute() public méthode

public WriteStartAttribute ( string prefix, string localName, string namespaceName ) : void
prefix string
localName string
namespaceName 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 ns ) : void
prefix string
localName string
ns 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 lowChar, char highChar ) : void
lowChar char
highChar char
Résultat void

WriteValue() public méthode

public WriteValue ( System.DateTime value ) : void
value System.DateTime
Résultat void

WriteValue() public méthode

public WriteValue ( DateTimeOffset value ) : void
value DateTimeOffset
Résultat void

WriteValue() public méthode

public WriteValue ( bool value ) : void
value bool
Résultat void

WriteValue() public méthode

public WriteValue ( decimal value ) : void
value decimal
Résultat void

WriteValue() public méthode

public WriteValue ( double value ) : void
value double
Résultat void

WriteValue() public méthode

public WriteValue ( float value ) : void
value float
Résultat void

WriteValue() public méthode

public WriteValue ( int value ) : void
value int
Résultat void

WriteValue() public méthode

public WriteValue ( long value ) : void
value long
Résultat void

WriteValue() public méthode

public WriteValue ( object value ) : void
value object
Résultat void

WriteValue() public méthode

public WriteValue ( string value ) : void
value string
Résultat void

WriteWhitespace() public méthode

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