C# 클래스 iTextSharp.text.xml.simpleparser.SimpleXMLParser

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
EscapeXML ( String s, bool onlyASCII ) : String
Parse ( ISimpleXMLDocHandler doc, ISimpleXMLDocHandlerComment comment, TextReader r, bool html ) : void
Parse ( ISimpleXMLDocHandler doc, Stream inp ) : void
Parse ( ISimpleXMLDocHandler doc, TextReader r ) : void

비공개 메소드들

메소드 설명
DoTag ( ) : void
Flush ( ) : void
GetDeclaredEncoding ( String decl ) : String
Go ( TextReader reader ) : void
InitTag ( ) : void
ProcessTag ( bool start ) : void
RestoreState ( ) : int
SaveState ( int s ) : void
SimpleXMLParser ( ISimpleXMLDocHandler doc, ISimpleXMLDocHandlerComment comment, bool html ) : System
ThrowException ( String s ) : void

메소드 상세

EscapeXML() 공개 정적인 메소드

public static EscapeXML ( String s, bool onlyASCII ) : String
s String
onlyASCII bool
리턴 String

Parse() 공개 정적인 메소드

public static Parse ( ISimpleXMLDocHandler doc, ISimpleXMLDocHandlerComment comment, TextReader r, bool html ) : void
doc ISimpleXMLDocHandler
comment ISimpleXMLDocHandlerComment
r TextReader
html bool
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( ISimpleXMLDocHandler doc, Stream inp ) : void
doc ISimpleXMLDocHandler
inp Stream
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( ISimpleXMLDocHandler doc, TextReader r ) : void
doc ISimpleXMLDocHandler
r TextReader
리턴 void