public abstract class AbstractXmlHandler extends AbstractBatchHandler
| Modifier and Type | Field and Description |
|---|---|
protected static String |
strmExcpMessTmpl |
protected static String |
unmarshalErrMessage |
protected XMLStreamWriter |
writer |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractXmlHandler(Writer dest) |
protected |
AbstractXmlHandler(Writer dest,
int indentSize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttribute(String name,
String value) |
void |
close() |
protected static void |
endDoc(XMLStreamWriter writer) |
protected int |
indent() |
protected void |
indentElement(String eleName) |
protected static void |
newLine(XMLStreamWriter writer) |
protected static void |
newLine(XMLStreamWriter writer,
int indent) |
protected int |
outdent() |
protected void |
outdentElement() |
protected static void |
startDoc(XMLStreamWriter writer) |
protected static VeraPDFException |
wrapMarshallException(JAXBException excep,
String typePart) |
protected static VeraPDFException |
wrapStreamException(XMLStreamException excep) |
protected static VeraPDFException |
wrapStreamException(XMLStreamException excep,
String verbPart) |
handleResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleBatchEnd, handleBatchStartprotected static final String strmExcpMessTmpl
protected static final String unmarshalErrMessage
protected XMLStreamWriter writer
protected AbstractXmlHandler(Writer dest) throws VeraPDFException
VeraPDFExceptionprotected AbstractXmlHandler(Writer dest, int indentSize) throws VeraPDFException
VeraPDFExceptionprotected int indent()
protected int outdent()
protected static void startDoc(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionprotected static void endDoc(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionprotected void indentElement(String eleName) throws XMLStreamException
XMLStreamExceptionprotected void addAttribute(String name, String value) throws XMLStreamException
XMLStreamExceptionprotected void outdentElement()
throws XMLStreamException
XMLStreamExceptionprotected static void newLine(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionprotected static void newLine(XMLStreamWriter writer, int indent) throws XMLStreamException
XMLStreamExceptionprotected static VeraPDFException wrapStreamException(XMLStreamException excep)
protected static VeraPDFException wrapStreamException(XMLStreamException excep, String verbPart)
protected static final VeraPDFException wrapMarshallException(JAXBException excep, String typePart)
public void close()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.