Uses of Class
global.sandbox.xmlutilities.OutputFormat.OutputMethod

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.
 



Copyright © 2006–2018. All rights reserved.