@Unstable public class XMLOutputProperties extends XMLProperties
PROPNAME_VERBOSE| Constructor and Description |
|---|
XMLOutputProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
OutputTarget |
getTarget() |
boolean |
isFormat() |
void |
setEncoding(String encoding) |
void |
setFormat(boolean format) |
void |
setTarget(OutputTarget target) |
isVerbose, setVerbosepublic boolean isFormat()
public void setFormat(boolean format)
format - Indicate if the output XML should be formatedpublic String getEncoding()
public void setEncoding(String encoding)
encoding - The encoding to use when serializing XMLpublic OutputTarget getTarget()
public void setTarget(OutputTarget target)
target - The target where to save the contentCopyright © 2004–2014 XWiki. All rights reserved.