Qizx/Open v0.4

net.xfra.qizxopen.dm
Class FONIWriter

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--net.xfra.qizxopen.dm.FONIWriter
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.ext.LexicalHandler
Direct Known Subclasses:
IDocument

public abstract class FONIWriter
extends org.xml.sax.helpers.DefaultHandler
implements org.xml.sax.ext.LexicalHandler

Interface for the creation of FONIDocuments, SAX2 extension.


Constructor Summary
FONIWriter()
           
 
Method Summary
abstract  void atom(java.lang.Object value)
          Creates an atom with any object value.
abstract  void characters(java.lang.String chars)
          A variant of SAX.characters(char[], ...)
abstract  void close()
           
 int getDocumentId()
          Returns an identifier associated with the document.
 void setDocumentId(int value)
           
 void setProgressHandler(ProgressHandler progressHandler)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 

Constructor Detail

FONIWriter

public FONIWriter()
Method Detail

characters

public abstract void characters(java.lang.String chars)
A variant of SAX.characters(char[], ...)


atom

public abstract void atom(java.lang.Object value)
                   throws org.xml.sax.SAXException
Creates an atom with any object value. This value must be serializable.

org.xml.sax.SAXException

getDocumentId

public int getDocumentId()
Returns an identifier associated with the document. May be null.


setDocumentId

public void setDocumentId(int value)

close

public abstract void close()
                    throws java.io.IOException,
                           org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException

setProgressHandler

public void setProgressHandler(ProgressHandler progressHandler)

 Copyright Xavier FRANC 2003-2004