org.media.datastore.sepengine.util
Class ChownAnalyzer

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

public class ChownAnalyzer
extends DefaultHandler

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

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

ChownAnalyzer

public ChownAnalyzer()

ChownAnalyzer

protected ChownAnalyzer(ChownInfo info)
Method Detail

getChownInfo

public ChownInfo getChownInfo(InputStream src,
                              ChownInfo 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."