public abstract class ObjectInputSource<E> extends InputSource
| Constructor and Description |
|---|
ObjectInputSource(E input) |
| Modifier and Type | Method and Description |
|---|---|
E |
getObject() |
static void |
main(String[] args) |
protected abstract void |
write(E input,
XMLDocument xml) |
void |
writeTo(OutputStream out,
boolean omitXMLDeclaration,
int indentAmount,
String encoding) |
void |
writeTo(String systemID,
boolean omitXMLDeclaration,
int indentAmount,
String encoding) |
void |
writeTo(Writer writer,
boolean omitXMLDeclaration,
int indentAmount) |
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemIdprotected final E input
public ObjectInputSource(E input)
public E getObject()
protected abstract void write(E input, XMLDocument xml) throws SAXException
SAXExceptionpublic void writeTo(Writer writer, boolean omitXMLDeclaration, int indentAmount) throws TransformerException
TransformerExceptionpublic void writeTo(OutputStream out, boolean omitXMLDeclaration, int indentAmount, String encoding) throws TransformerException
TransformerExceptionpublic void writeTo(String systemID, boolean omitXMLDeclaration, int indentAmount, String encoding) throws TransformerException
TransformerExceptionCopyright © 2019. All rights reserved.