sos.koa
Class AuditLogXMLReader
java.lang.Object
sos.koa.AbstractObjectReader
sos.koa.AuditLogXMLReader
- All Implemented Interfaces:
- org.xml.sax.XMLReader
- public class AuditLogXMLReader
- extends AbstractObjectReader
XMLReader implementation for the AuditLog class. This class is used to
generate SAX events from the AuditLog class.
- Version:
- $Id: AuditLogXMLReader.java,v 1.9 2004/05/18 12:44:54 hubbers Exp $
- Author:
- Engelbert Hubbers (hubbers@cs.kun.nl)
Method Summary |
protected void |
generateFor()
Generates SAX events for a AuditLog object. |
void |
parse()
Starts parsing the AuditLog object. |
void |
parse(org.xml.sax.InputSource input)
|
Methods inherited from class sos.koa.AbstractObjectReader |
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, isNamespacePrefixes, isNamespaces, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditLogXMLReader
public AuditLogXMLReader()
parse
public void parse(org.xml.sax.InputSource input)
throws java.io.IOException,
org.xml.sax.SAXException,
java.lang.IllegalStateException
- Throws:
java.io.IOException
org.xml.sax.SAXException
java.lang.IllegalStateException
- See Also:
XMLReader.parse(InputSource)
- Specifications:
- also
-
assignable objectState;
- Specifications inherited from overridden method parse(InputSource input) in class AbstractObjectReader:
- also
-
assignable objectState;
parse
public void parse()
throws org.xml.sax.SAXException,
java.lang.IllegalStateException
- Starts parsing the AuditLog object.
- Throws:
org.xml.sax.SAXException
- in case of a problem during SAX event generation.
java.lang.IllegalStateException
- Specifications:
-
assignable objectState;
generateFor
protected void generateFor()
throws org.xml.sax.SAXException,
java.lang.IllegalStateException
- Generates SAX events for a AuditLog object.
- Throws:
org.xml.sax.SAXException
- In case of a problem during SAX event generation.
java.lang.IllegalStateException
- Specifications:
-
assignable objectState;
ensures handler != null;