org.media.datastore.sepengine.util
Class UserAnalyzer

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

public class UserAnalyzer
extends DefaultHandler

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

Constructor Summary
  UserAnalyzer()
           
protected UserAnalyzer(UserInfo info)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void endElement(String uri, String name, String qname)
           
 String getErrorMSG()
           
 UserInfo getUserInfo(InputStream src, UserInfo 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

UserAnalyzer

public UserAnalyzer()

UserAnalyzer

protected UserAnalyzer(UserInfo info)
Method Detail

getErrorMSG

public String getErrorMSG()

getUserInfo

public UserInfo getUserInfo(InputStream src,
                            UserInfo 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."