C# Class Mono.Xml.XPath.XmlDocumentAttributeWriter

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

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
LookupPrefix ( string ns ) : string
WriteBase64 ( byte data, int start, int length ) : void
WriteCData ( string text ) : void
WriteCharEntity ( char c ) : void
WriteChars ( char data, int start, int length ) : void
WriteComment ( string text ) : void
WriteDocType ( string name, string pubid, string systemId, string intsubset ) : void
WriteEndAttribute ( ) : void
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteEntityRef ( string entname ) : void
WriteFullEndElement ( ) : void
WriteProcessingInstruction ( string name, string value ) : void
WriteRaw ( char raw, int start, int length ) : void
WriteRaw ( string raw ) : void
WriteStartAttribute ( string prefix, string name, string ns ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteStartElement ( string prefix, string name, string ns ) : void
WriteString ( string text ) : void
WriteSurrogateCharEntity ( char msb, char lsb ) : void
WriteWhitespace ( string text ) : void
XmlDocumentAttributeWriter ( XmlNode owner ) : 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 data, int start, int length ) : void
data byte
start int
length 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 c ) : void
c char
Résultat void

WriteChars() public méthode

public WriteChars ( char data, int start, int length ) : void
data char
start int
length 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 systemId, string intsubset ) : void
name string
pubid string
systemId string
intsubset 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 entname ) : void
entname string
Résultat void

WriteFullEndElement() public méthode

public WriteFullEndElement ( ) : void
Résultat void

WriteProcessingInstruction() public méthode

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

WriteRaw() public méthode

public WriteRaw ( char raw, int start, int length ) : void
raw char
start int
length 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 name, string ns ) : void
prefix string
name string
ns 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 name, string ns ) : void
prefix string
name 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 msb, char lsb ) : void
msb char
lsb char
Résultat void

WriteWhitespace() public méthode

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

XmlDocumentAttributeWriter() public méthode

public XmlDocumentAttributeWriter ( XmlNode owner ) : System
owner System.Xml.XmlNode
Résultat System