com.tekann.webservice.client.parser
Class DTDXMLParser

java.lang.Object
  extended by totalcross.xml.XmlTokenizer
      extended by com.tekann.webservice.client.parser.AnswerParser
          extended by com.tekann.webservice.client.parser.DTDXMLParser

public class DTDXMLParser
extends AnswerParser

This class is used to parse a DTD

Author:
evandro

Field Summary
 
Fields inherited from class com.tekann.webservice.client.parser.AnswerParser
lastAttributeName, lastAttributeValue, lastData, lastEndTag, lastStartTag, stream
 
Constructor Summary
DTDXMLParser(totalcross.io.Stream stream)
          Constructs a DTDXMLParser
 
Method Summary
 void foundAttributeName(byte[] arg0, int arg1, int arg2)
           
 void foundAttributeValue(byte[] arg0, int arg1, int arg2, byte arg3)
           
 void foundCharacterData(byte[] arg0, int arg1, int arg2)
           
 void foundEndTagName(byte[] arg0, int arg1, int arg2)
           
 void foundStartTagName(byte[] arg0, int arg1, int arg2)
           
 java.lang.Object storeAnswer()
          Store the answer somehow
 
Methods inherited from class com.tekann.webservice.client.parser.AnswerParser
foundCharacter, foundEndEmptyTag, init, isReturn
 
Methods inherited from class totalcross.xml.XmlTokenizer
disableReferenceResolution, foundComment, foundDeclaration, foundEndOfInput, foundInvalidData, foundProcessingInstruction, foundReference, foundStartOfInput, getAbsoluteOffset, isDataCDATA, resolveCharacterReference, setCdataContents, setStrictlyXml, tokenize, tokenize, tokenize, tokenize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDXMLParser

public DTDXMLParser(totalcross.io.Stream stream)
Constructs a DTDXMLParser

Parameters:
stream -
Method Detail

foundAttributeName

public void foundAttributeName(byte[] arg0,
                               int arg1,
                               int arg2)
Overrides:
foundAttributeName in class AnswerParser

foundAttributeValue

public void foundAttributeValue(byte[] arg0,
                                int arg1,
                                int arg2,
                                byte arg3)
Overrides:
foundAttributeValue in class AnswerParser

foundCharacterData

public void foundCharacterData(byte[] arg0,
                               int arg1,
                               int arg2)
Overrides:
foundCharacterData in class AnswerParser

foundEndTagName

public void foundEndTagName(byte[] arg0,
                            int arg1,
                            int arg2)
Overrides:
foundEndTagName in class AnswerParser

foundStartTagName

public void foundStartTagName(byte[] arg0,
                              int arg1,
                              int arg2)
Overrides:
foundStartTagName 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: