C# Class Mono.Xml.XPath.XmlDocumentAttributeWriter

Inheritance: System.Xml.XmlWriter
ファイルを表示 Open project: runefs/Marvin

Public Methods

Method 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 method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

LookupPrefix() public method

public LookupPrefix ( string ns ) : string
ns string
return string

WriteBase64() public method

public WriteBase64 ( byte data, int start, int length ) : void
data byte
start int
length int
return void

WriteCData() public method

public WriteCData ( string text ) : void
text string
return void

WriteCharEntity() public method

public WriteCharEntity ( char c ) : void
c char
return void

WriteChars() public method

public WriteChars ( char data, int start, int length ) : void
data char
start int
length int
return void

WriteComment() public method

public WriteComment ( string text ) : void
text string
return void

WriteDocType() public method

public WriteDocType ( string name, string pubid, string systemId, string intsubset ) : void
name string
pubid string
systemId string
intsubset string
return void

WriteEndAttribute() public method

public WriteEndAttribute ( ) : void
return void

WriteEndDocument() public method

public WriteEndDocument ( ) : void
return void

WriteEndElement() public method

public WriteEndElement ( ) : void
return void

WriteEntityRef() public method

public WriteEntityRef ( string entname ) : void
entname string
return void

WriteFullEndElement() public method

public WriteFullEndElement ( ) : void
return void

WriteProcessingInstruction() public method

public WriteProcessingInstruction ( string name, string value ) : void
name string
value string
return void

WriteRaw() public method

public WriteRaw ( char raw, int start, int length ) : void
raw char
start int
length int
return void

WriteRaw() public method

public WriteRaw ( string raw ) : void
raw string
return void

WriteStartAttribute() public method

public WriteStartAttribute ( string prefix, string name, string ns ) : void
prefix string
name string
ns string
return void

WriteStartDocument() public method

public WriteStartDocument ( ) : void
return void

WriteStartDocument() public method

public WriteStartDocument ( bool standalone ) : void
standalone bool
return void

WriteStartElement() public method

public WriteStartElement ( string prefix, string name, string ns ) : void
prefix string
name string
ns string
return void

WriteString() public method

public WriteString ( string text ) : void
text string
return void

WriteSurrogateCharEntity() public method

public WriteSurrogateCharEntity ( char msb, char lsb ) : void
msb char
lsb char
return void

WriteWhitespace() public method

public WriteWhitespace ( string text ) : void
text string
return void

XmlDocumentAttributeWriter() public method

public XmlDocumentAttributeWriter ( XmlNode owner ) : System
owner System.Xml.XmlNode
return System