C# 클래스 iTextSharp.tool.xml.XMLWorker

상속: IXMLParserListener
파일 보기 프로젝트 열기: boecko/iTextSharp 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Comment ( String comment ) : void
EndElement ( String tag, String ns ) : void
Init ( ) : void
StartElement ( String tag, String>.IDictionary attr, String ns ) : void
Text ( String text ) : void
UnknownText ( String text ) : void
XMLWorker ( IPipeline pipeline, bool parseHtml ) : System

보호된 메소드들

메소드 설명
CreateTag ( String tag, String>.IDictionary attr, String ns ) : Tag
GetCurrentTag ( ) : Tag
GetLocalWC ( ) : IWorkerContext

비공개 메소드들

메소드 설명
XMLWorker ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Comment() 공개 메소드

public Comment ( String comment ) : void
comment String
리턴 void

CreateTag() 보호된 메소드

protected CreateTag ( String tag, String>.IDictionary attr, String ns ) : Tag
tag String
attr String>.IDictionary
ns String
리턴 Tag

EndElement() 공개 메소드

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

GetCurrentTag() 보호된 메소드

protected GetCurrentTag ( ) : Tag
리턴 Tag

GetLocalWC() 보호된 메소드

protected GetLocalWC ( ) : IWorkerContext
리턴 IWorkerContext

Init() 공개 메소드

public Init ( ) : void
리턴 void

StartElement() 공개 메소드

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

Text() 공개 메소드

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

UnknownText() 공개 메소드

public UnknownText ( String text ) : void
text String
리턴 void

XMLWorker() 공개 메소드

public XMLWorker ( IPipeline pipeline, bool parseHtml ) : System
pipeline IPipeline
parseHtml bool
리턴 System