메소드 | 설명 | |
---|---|---|
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 |
public static EscapeXML ( String s, bool onlyASCII ) : String | ||
s | String | |
onlyASCII | bool | |
리턴 | String |
public static Parse ( ISimpleXMLDocHandler doc, ISimpleXMLDocHandlerComment comment, TextReader r, bool html ) : void | ||
doc | ISimpleXMLDocHandler | |
comment | ISimpleXMLDocHandlerComment | |
r | TextReader | |
html | bool | |
리턴 | void |
public static Parse ( ISimpleXMLDocHandler doc, Stream inp ) : void | ||
doc | ISimpleXMLDocHandler | |
inp | Stream | |
리턴 | void |
public static Parse ( ISimpleXMLDocHandler doc, TextReader r ) : void | ||
doc | ISimpleXMLDocHandler | |
r | TextReader | |
리턴 | void |