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

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

보호된 프로퍼티들

프로퍼티 타입 설명
buf StringBuilder

공개 메소드들

메소드 설명
EndDocument ( ) : void
EndElement ( String tag ) : void
Parse ( Stream isp ) : String
StartDocument ( ) : void
StartElement ( String tag, String>.IDictionary h ) : void
Text ( String str ) : void
ToString ( ) : String

보호된 메소드들

메소드 설명
XmlToTxt ( ) : System

메소드 상세

EndDocument() 공개 메소드

public EndDocument ( ) : void
리턴 void

EndElement() 공개 메소드

public EndElement ( String tag ) : void
tag String
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( Stream isp ) : String
isp Stream
리턴 String

StartDocument() 공개 메소드

public StartDocument ( ) : void
리턴 void

StartElement() 공개 메소드

public StartElement ( String tag, String>.IDictionary h ) : void
tag String
h String>.IDictionary
리턴 void

Text() 공개 메소드

public Text ( String str ) : void
str String
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

XmlToTxt() 보호된 메소드

protected XmlToTxt ( ) : System
리턴 System

프로퍼티 상세

buf 보호되어 있는 프로퍼티

protected StringBuilder buf
리턴 StringBuilder