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

Uses of OutputFormat.Boolean in global.sandbox.xmlutilities
 

Fields in global.sandbox.xmlutilities declared as OutputFormat.Boolean
private  OutputFormat.Boolean OutputFormat.indent
          Indent flag.
private  OutputFormat.Boolean OutputFormat.omitXmlDeclaration
          omit XML Declaration flag.
private  OutputFormat.Boolean OutputFormat.standalone
          standalone flag.
 

Methods in global.sandbox.xmlutilities that return OutputFormat.Boolean
 OutputFormat.Boolean OutputFormat.getIndent()
          Returns indent.
 OutputFormat.Boolean OutputFormat.getOmitXmlDeclaration()
          Returns omit XML declaration flag.
 OutputFormat.Boolean OutputFormat.getStandalone()
          Returns standalone.
static OutputFormat.Boolean OutputFormat.Boolean.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutputFormat.Boolean[] OutputFormat.Boolean.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.Boolean
 void OutputFormat.setIndent(OutputFormat.Boolean indent)
          Sets indent flag.
 OutputFormat.Builder OutputFormat.Builder.setIndent(OutputFormat.Boolean state)
          Sets indent flag.
 void OutputFormat.setOmitXmlDeclaration(OutputFormat.Boolean omitXmlDeclaration)
          Sets omit XML declaration flag.
 OutputFormat.Builder OutputFormat.Builder.setOmitXmlDeclaration(OutputFormat.Boolean state)
          Sets omit XML Declaration flag.
 void OutputFormat.setStandalone(OutputFormat.Boolean standalone)
          Sets standalone flag.
 OutputFormat.Builder OutputFormat.Builder.setStandalone(OutputFormat.Boolean state)
          Sets standalone flag.
 



Copyright © 2006–2017. All rights reserved.