com.tekann.webservice.client.parser
Class SyncTablesParser
java.lang.Object
totalcross.xml.XmlTokenizer
com.tekann.webservice.client.parser.AnswerParser
com.tekann.webservice.client.parser.SyncTablesParser
public class SyncTablesParser
- extends AnswerParser
It is used to parse the tables
- Author:
- gfrantz
|
Constructor Summary |
SyncTablesParser(totalcross.io.Stream stream)
Creates a new instance of DBMessageParser |
| Methods inherited from class totalcross.xml.XmlTokenizer |
disableReferenceResolution, getAbsoluteOffset, hashCode, isDataCDATA, resolveCharacterReference, setStrictlyXml, tokenize, tokenize, tokenize, tokenize |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncTablesParser
public SyncTablesParser(totalcross.io.Stream stream)
throws totalcross.xml.SyntaxException,
totalcross.io.IOException
- Creates a new instance of DBMessageParser
- Throws:
totalcross.xml.SyntaxException
totalcross.io.IOException
foundCharacterData
public void foundCharacterData(byte[] buffer,
int offset,
int count)
- Overrides:
foundCharacterData in class AnswerParser
foundEndTagName
public void foundEndTagName(byte[] buffer,
int offset,
int count)
- Overrides:
foundEndTagName in class AnswerParser
storeAnswer
public java.lang.Object storeAnswer()
- Description copied from class:
AnswerParser
- Store the answer somehow
- Specified by:
storeAnswer in class AnswerParser
- Returns: