C# 클래스 Mono.Xml.XPath.XmlDocumentInsertionWriter

상속: System.Xml.XmlWriter
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
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
XmlDocumentInsertionWriter ( XmlNode owner, XmlNode nextSibling ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

LookupPrefix() 공개 메소드

public LookupPrefix ( string ns ) : string
ns string
리턴 string

WriteBase64() 공개 메소드

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

WriteCData() 공개 메소드

public WriteCData ( string text ) : void
text string
리턴 void

WriteCharEntity() 공개 메소드

public WriteCharEntity ( char c ) : void
c char
리턴 void

WriteChars() 공개 메소드

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

WriteComment() 공개 메소드

public WriteComment ( string text ) : void
text string
리턴 void

WriteDocType() 공개 메소드

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

WriteEndAttribute() 공개 메소드

public WriteEndAttribute ( ) : void
리턴 void

WriteEndDocument() 공개 메소드

public WriteEndDocument ( ) : void
리턴 void

WriteEndElement() 공개 메소드

public WriteEndElement ( ) : void
리턴 void

WriteEntityRef() 공개 메소드

public WriteEntityRef ( string entname ) : void
entname string
리턴 void

WriteFullEndElement() 공개 메소드

public WriteFullEndElement ( ) : void
리턴 void

WriteProcessingInstruction() 공개 메소드

public WriteProcessingInstruction ( string name, string value ) : void
name string
value string
리턴 void

WriteRaw() 공개 메소드

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

WriteRaw() 공개 메소드

public WriteRaw ( string raw ) : void
raw string
리턴 void

WriteStartAttribute() 공개 메소드

public WriteStartAttribute ( string prefix, string name, string ns ) : void
prefix string
name string
ns string
리턴 void

WriteStartDocument() 공개 메소드

public WriteStartDocument ( ) : void
리턴 void

WriteStartDocument() 공개 메소드

public WriteStartDocument ( bool standalone ) : void
standalone bool
리턴 void

WriteStartElement() 공개 메소드

public WriteStartElement ( string prefix, string name, string ns ) : void
prefix string
name string
ns string
리턴 void

WriteString() 공개 메소드

public WriteString ( string text ) : void
text string
리턴 void

WriteSurrogateCharEntity() 공개 메소드

public WriteSurrogateCharEntity ( char msb, char lsb ) : void
msb char
lsb char
리턴 void

WriteWhitespace() 공개 메소드

public WriteWhitespace ( string text ) : void
text string
리턴 void

XmlDocumentInsertionWriter() 공개 메소드

public XmlDocumentInsertionWriter ( XmlNode owner, XmlNode nextSibling ) : System
owner System.Xml.XmlNode
nextSibling System.Xml.XmlNode
리턴 System