|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputFormat.OutputMethod in global.sandbox.xmlutilities |
---|
Fields in global.sandbox.xmlutilities declared as OutputFormat.OutputMethod | |
---|---|
private OutputFormat.OutputMethod |
OutputFormat.method
output method. |
Methods in global.sandbox.xmlutilities that return OutputFormat.OutputMethod | |
---|---|
OutputFormat.OutputMethod |
OutputFormat.getMethod()
Returns output method. |
static OutputFormat.OutputMethod |
OutputFormat.OutputMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OutputFormat.OutputMethod[] |
OutputFormat.OutputMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in global.sandbox.xmlutilities with parameters of type OutputFormat.OutputMethod | |
---|---|
void |
OutputFormat.setMethod(OutputFormat.OutputMethod method)
Sets output method. |
Constructors in global.sandbox.xmlutilities with parameters of type OutputFormat.OutputMethod | |
---|---|
OutputFormat.Builder(OutputFormat.OutputMethod method,
String customCode)
Creates new Builder with valid output method. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |