jhomenet.xml
Interface DocHandler
- All Known Implementing Classes:
- Conf, HardwareConf, Reporter
public interface DocHandler
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.