public class SerializeToOutputStream extends java.lang.Object implements SerializationMethod
| Modifier and Type | Field and Description |
|---|---|
private boolean |
cache |
| Constructor and Description |
|---|
SerializeToOutputStream(boolean cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestProperties(AxiomTestCase testCase) |
boolean |
isCaching() |
org.xml.sax.InputSource |
serialize(OMContainer container) |
public void addTestProperties(AxiomTestCase testCase)
addTestProperties in interface SerializationMethodpublic org.xml.sax.InputSource serialize(OMContainer container) throws java.lang.Exception
serialize in interface SerializationMethodjava.lang.Exceptionpublic boolean isCaching()
isCaching in interface SerializationMethod