org.media.mn8.protocol.http
Class FormLoader

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--org.media.mn8.protocol.http.FormLoader
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class FormLoader
extends DefaultHandler

Version:
$Revision: 1.1 $ $Date: 2002/01/31 20:35:16 $
Author:
Szabo Csaba

Constructor Summary
  FormLoader()
           
protected FormLoader(Form form)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void comment(char[] ch, int start, int length)
           
 void endCDATA()
           
 void endDTD()
           
 void endElement(String uri, String name, String qname)
           
 void endEntity(String name)
           
 String getErrorMsg()
           
 Form getForm(InputStream src, Form _form)
           
 void ignorableWhitespace(char[] ch, int start, int length)
           
 void startCDATA()
           
 void startDocument()
           
 void startDTD(String name, String pID, String sId)
           
 void startElement(String uri, String name, String qname, Attributes attrs)
           
 void startEntity(String name)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormLoader

public FormLoader()

FormLoader

protected FormLoader(Form form)
Method Detail

getErrorMsg

public String getErrorMsg()

getForm

public Form getForm(InputStream src,
                    Form _form)

startDocument

public void startDocument()
                   throws SAXException
Specified by:
startDocument in interface ContentHandler
Overrides:
startDocument in class DefaultHandler
SAXException

startElement

public void startElement(String uri,
                         String name,
                         String qname,
                         Attributes attrs)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler
SAXException

endElement

public void endElement(String uri,
                       String name,
                       String qname)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DefaultHandler
SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
Specified by:
characters in interface ContentHandler
Overrides:
characters in class DefaultHandler
SAXException

ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
                         throws SAXException
Specified by:
ignorableWhitespace in interface ContentHandler
Overrides:
ignorableWhitespace in class DefaultHandler
SAXException

comment

public void comment(char[] ch,
                    int start,
                    int length)
             throws SAXException
SAXException

startCDATA

public void startCDATA()
                throws SAXException
SAXException

endCDATA

public void endCDATA()
              throws SAXException
SAXException

startDTD

public void startDTD(String name,
                     String pID,
                     String sId)
              throws SAXException
SAXException

endDTD

public void endDTD()
            throws SAXException
SAXException

startEntity

public void startEntity(String name)
                 throws SAXException
SAXException

endEntity

public void endEntity(String name)
               throws SAXException
SAXException


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."