C# 클래스 iTextSharp.text.xml.XmlDomWriter

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fCanonical bool
fOut System.IO.TextWriter
fXML11 bool

공개 메소드들

메소드 설명
SetCanonical ( bool canonical ) : void
SetOutput ( Stream stream, String encoding ) : void
SetOutput ( TextWriter writer ) : void
Write ( XmlNode node ) : void
XmlDomWriter ( ) : System
XmlDomWriter ( bool canonical ) : System

보호된 메소드들

메소드 설명
NormalizeAndPrint ( String s, bool isAttValue ) : void
NormalizeAndPrint ( char c, bool isAttValue ) : void
SortAttributes ( XmlAttributeCollection attrs ) : System.Xml.XmlAttribute[]

메소드 상세

NormalizeAndPrint() 보호된 메소드

protected NormalizeAndPrint ( String s, bool isAttValue ) : void
s String
isAttValue bool
리턴 void

NormalizeAndPrint() 보호된 메소드

protected NormalizeAndPrint ( char c, bool isAttValue ) : void
c char
isAttValue bool
리턴 void

SetCanonical() 공개 메소드

public SetCanonical ( bool canonical ) : void
canonical bool
리턴 void

SetOutput() 공개 메소드

public SetOutput ( Stream stream, String encoding ) : void
stream Stream
encoding String
리턴 void

SetOutput() 공개 메소드

public SetOutput ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

SortAttributes() 보호된 메소드

protected SortAttributes ( XmlAttributeCollection attrs ) : System.Xml.XmlAttribute[]
attrs System.Xml.XmlAttributeCollection
리턴 System.Xml.XmlAttribute[]

Write() 공개 메소드

public Write ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

XmlDomWriter() 공개 메소드

public XmlDomWriter ( ) : System
리턴 System

XmlDomWriter() 공개 메소드

public XmlDomWriter ( bool canonical ) : System
canonical bool
리턴 System

프로퍼티 상세

fCanonical 보호되어 있는 프로퍼티

protected bool fCanonical
리턴 bool

fOut 보호되어 있는 프로퍼티

protected TextWriter,System.IO fOut
리턴 System.IO.TextWriter

fXML11 보호되어 있는 프로퍼티

protected bool fXML11
리턴 bool