public abstract class SAXContextBasedWriter extends SAXContextBasedHandler
SAXContextBasedHandler that simplifies writing.| Constructor and Description |
|---|
SAXContextBasedWriter(IWriterFactory wf) |
SAXContextBasedWriter(Writer w) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeWriter() |
void |
endDocument() |
Writer |
getOutput() |
IWriterFactory |
getWriterFactory() |
void |
openWriter() |
void |
startDocument() |
characters, endElement, error, fail, fatalError, getClassLoader, getCurrent, getDefaultDocumentElement, getDocumentElement, getErrorString, getException, getLocationString, getLocator, getNesting, getTemplateEvaluator, ignorableWhitespace, isDocumentElementLevel, isEmpty, isError, isStarted, reset, setClassLoader, setDocumentElement, setDocumentLocator, setException, setTemplateEvaluator, startElement, substitute, warningendPrefixMapping, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDeclpublic SAXContextBasedWriter(IWriterFactory wf)
public SAXContextBasedWriter(Writer w)
public void closeWriter()
throws SAXException
SAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class SAXContextBasedHandlerSAXExceptionpublic Writer getOutput()
public IWriterFactory getWriterFactory()
public void openWriter()
throws SAXException
SAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class SAXContextBasedHandlerSAXExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.