jhomenet.xml
Interface DocHandler

All Known Implementing Classes:
Conf, HardwareConf, Reporter

public interface DocHandler


Method Summary
 void endDocument()
           
 void endElement(java.lang.String tag)
           
 void startDocument()
           
 void startElement(java.lang.String tag, java.util.Hashtable h)
           
 void text(java.lang.String str)
           
 

Method Detail

startElement

void startElement(java.lang.String tag,
                  java.util.Hashtable h)
                  throws java.lang.Exception
Throws:
java.lang.Exception

endElement

void endElement(java.lang.String tag)
                throws java.lang.Exception
Throws:
java.lang.Exception

startDocument

void startDocument()
                   throws java.lang.Exception
Throws:
java.lang.Exception

endDocument

void endDocument()
                 throws java.lang.Exception
Throws:
java.lang.Exception

text

void text(java.lang.String str)
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2005 David Irwin. All Rights Reserved.