|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.generationjava.io.xml.DelegatingXmlWriter
|
+--com.generationjava.io.xml.JarvWriter
| Constructor Summary | |
JarvWriter(XmlWriter writer,
org.iso_relax.verifier.VerifierHandler verifierHandler)
|
|
| Method Summary | |
void |
close()
Close this writer. |
XmlWriter |
endEntity()
End the current entity. |
void |
error(org.xml.sax.SAXParseException spe)
|
void |
fatalError(org.xml.sax.SAXParseException spe)
|
void |
warning(org.xml.sax.SAXParseException spe)
|
XmlWriter |
writeAttribute(java.lang.String attr,
java.lang.Object value)
Write an attribute out for the current entity. |
XmlWriter |
writeEntity(java.lang.String name)
Begin to write out an entity. |
XmlWriter |
writeText(java.lang.Object text)
Output body text. |
| Methods inherited from class com.generationjava.io.xml.DelegatingXmlWriter |
getWriter, writeCData, writeComment, writeEmptyEntity, writeEntityWithText, writeXmlVersion, writeXmlVersion, writeXmlVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JarvWriter(XmlWriter writer,
org.iso_relax.verifier.VerifierHandler verifierHandler)
throws java.io.IOException
| Method Detail |
public XmlWriter writeEntity(java.lang.String name)
throws java.io.IOException
DelegatingXmlWriter
writeEntity in interface XmlWriterwriteEntity in class DelegatingXmlWritername - String name of tag
java.io.IOException
public XmlWriter endEntity()
throws java.io.IOException
DelegatingXmlWriter
endEntity in interface XmlWriterendEntity in class DelegatingXmlWriterjava.io.IOException
public XmlWriter writeAttribute(java.lang.String attr,
java.lang.Object value)
throws java.io.IOException
DelegatingXmlWriter
writeAttribute in interface XmlWriterwriteAttribute in class DelegatingXmlWriterjava.io.IOException
public XmlWriter writeText(java.lang.Object text)
throws java.io.IOException
DelegatingXmlWriter
writeText in interface XmlWriterwriteText in class DelegatingXmlWriterjava.io.IOExceptionpublic void error(org.xml.sax.SAXParseException spe)
error in interface org.xml.sax.ErrorHandlerpublic void fatalError(org.xml.sax.SAXParseException spe)
fatalError in interface org.xml.sax.ErrorHandlerpublic void warning(org.xml.sax.SAXParseException spe)
warning in interface org.xml.sax.ErrorHandler
public void close()
throws java.io.IOException
DelegatingXmlWriter
close in interface XmlWriterclose in class DelegatingXmlWriterjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||