xmlstreamparser
Class Parser

java.lang.Object
  extended by xmlstreamparser.Parser
All Implemented Interfaces:
ReaderThreadListener

public class Parser
extends java.lang.Object
implements ReaderThreadListener


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

Parser

public Parser(ParserListener _listener,
              ExceptionListener _exceptionListener)
Create a new Parser

Method Detail

read

public void read(java.lang.Object reader,
                 int _code)
Reads the given character

Specified by:
read in interface ReaderThreadListener
_code - Read value

read_standard

public boolean read_standard()
Returns:
boolean

read_text

public boolean read_text()
Returns:
boolean

read_ident

public boolean read_ident()
Returns:
boolean

read_string

public boolean read_string()
Returns:
boolean

read_blank

public boolean read_blank()
Returns:
boolean

read_map

public void read_map()
Maps the current string value to the corresponding node attribute.


serverToUnicode

public java.lang.String serverToUnicode(java.lang.String s)
Unicode Support � 2003, 2004 Vidar Holen www.vidarholen.net