org.media.datastore.sepengine.util
Class GroupAnalyzer

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--org.media.datastore.sepengine.util.GroupAnalyzer
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class GroupAnalyzer
extends DefaultHandler

Version:
$Revision: 1.9 $ $Date: 2001/08/21 15:00:00
Author:
Szabo Csaba
See Also:
String, InputStream, GroupInfo, HandlerBase

Constructor Summary
  GroupAnalyzer()
           
protected GroupAnalyzer(GroupInfo info)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void endElement(String uri, String name, String qname)
           
 String getErrorMSG()
           
 GroupInfo getGroupInfo(InputStream src, GroupInfo info)
           
 void ignorableWhitespace(char[] ch, int start, int length)
           
 void startElement(String uri, String name, String qname, Attributes attrs)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupAnalyzer

public GroupAnalyzer()

GroupAnalyzer

protected GroupAnalyzer(GroupInfo info)
Method Detail

getErrorMSG

public String getErrorMSG()

getGroupInfo

public GroupInfo getGroupInfo(InputStream src,
                              GroupInfo info)

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


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."