org.media.mn8.conf
Class NamingHandlerBase

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--org.media.mn8.conf.NamingHandlerBase
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class NamingHandlerBase
extends DefaultHandler

Class who is responsible for parsing the configuration information stored in /conf/naning.mn8.xml

Version:
$Revision: 1.9 $ $Date: 2002/09/16 23:06:42 $
Author:
Remus Pereni

Constructor Summary
NamingHandlerBase()
           
 
Method Summary
 void endElement(String uri, String name, String qname)
           
 void error(SAXParseException spe)
           
 void startElement(String uri, String qname, String name, Attributes attr)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, fatalError, ignorableWhitespace, 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

NamingHandlerBase

public NamingHandlerBase()
Method Detail

startElement

public void startElement(String uri,
                         String qname,
                         String name,
                         Attributes attr)
                  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

error

public void error(SAXParseException spe)
           throws SAXParseException
Specified by:
error in interface ErrorHandler
Overrides:
error in class DefaultHandler
SAXParseException


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."