C# Class iTextSharp.text.xml.simpleparser.SimpleXMLParser

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

EscapeXML() public static method

public static EscapeXML ( String s, bool onlyASCII ) : String
s String
onlyASCII bool
return String

Parse() public static method

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

Parse() public static method

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

Parse() public static method

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