|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxmlstreamparser.Parser
public class Parser
Constructor Summary | |
---|---|
Parser(ParserListener _listener,
ExceptionListener _exceptionListener)
Create a new Parser |
Method Summary | |
---|---|
boolean |
read_blank()
|
boolean |
read_ident()
|
void |
read_map()
Maps the current string value to the corresponding node attribute. |
boolean |
read_standard()
|
boolean |
read_string()
|
boolean |
read_text()
|
void |
read(java.lang.Object reader,
int _code)
Reads the given character |
java.lang.String |
serverToUnicode(java.lang.String s)
Unicode Support � 2003, 2004 Vidar Holen www.vidarholen.net |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parser(ParserListener _listener, ExceptionListener _exceptionListener)
Method Detail |
---|
public void read(java.lang.Object reader, int _code)
read
in interface ReaderThreadListener
_code
- Read valuepublic boolean read_standard()
public boolean read_text()
public boolean read_ident()
public boolean read_string()
public boolean read_blank()
public void read_map()
public java.lang.String serverToUnicode(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |