public class WAXWriter extends AbstractWriter
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.String> |
FILE_EXTENSIONS |
TOOL_CUSTOM_DOC_PROP, UML_CUSTOM_DOC_PROP
Constructor and Description |
---|
WAXWriter(WAXWriterInput input)
Constructs this instance and copies schemas into output directory.
|
Modifier and Type | Method and Description |
---|---|
WAXWriterInput |
getInput()
Returns input used for writing.
|
java.lang.String |
getInputFileNames()
Return names of one or more input files used by this writer.
|
java.lang.String |
getOutputFileNames()
Return names of one or more output files created by this writer.
|
java.util.Set<java.lang.String> |
getSupportedFormats()
Returns the set of supported formats, as file extensions; e.g., ".doc", ".xml".
|
void |
write()
Writes the content from input.
|
getDocumentMetadata
public WAXWriter(WAXWriterInput input) throws java.io.IOException
java.io.IOException
- if fails to copy schemas into output directory.public WAXWriterInput getInput()
Writer
public java.lang.String getInputFileNames()
Writer
public java.lang.String getOutputFileNames()
Writer
public java.util.Set<java.lang.String> getSupportedFormats()
Writer
public void write()
Writer
Copyright 2009-2016 Tatjana (Tanja) Kostic