|
Qizx/Open v0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.DefaultHandler | +--net.xfra.qizxopen.dm.FONIWriter
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 |
public FONIWriter()
Method Detail |
public abstract void characters(java.lang.String chars)
public abstract void atom(java.lang.Object value) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public int getDocumentId()
public void setDocumentId(int value)
public abstract void close() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void setProgressHandler(ProgressHandler progressHandler)
|
Copyright Xavier FRANC 2003-2004 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |