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
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."