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
Overrides:
startElement in class DefaultHandler

endElement

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

characters

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

ignorableWhitespace

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


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