@Unstable
public interface WikiStreamConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ENCODING
The standard name of the output stream property containing the encoding to use to convert to/from byte array and
String. |
static String |
PROPERTY_FORMAT
The standard name of the output stream property indicating if the output should be formatted (for example in a
XML syntax indent and organize elements in a human friendly way).
|
static String |
PROPERTY_SOURCE
The standard name of the input stream property containing the
InputSource to read. |
static String |
PROPERTY_TARGET
The standard name of the output stream property containing the
OutputTarget to write to. |
static final String PROPERTY_SOURCE
InputSource to read.static final String PROPERTY_TARGET
OutputTarget to write to.static final String PROPERTY_ENCODING
String.static final String PROPERTY_FORMAT
Copyright © 2004–2014 XWiki. All rights reserved.