Method | Description | |
---|---|---|
Format ( String source ) : String | ||
Format ( Document, document, Writer, writer ) : void | ||
Format ( String source, Writer, writer ) : void | ||
Formatter ( ) : System.Collections.Generic | ||
Formatter ( bool preserveComments ) : System.Collections.Generic | ||
Main ( String list ) : void |
Scripts to execute the XML formatter. #!/bin/bash xml.bat $1 $2 $3 echo off java -jar c:/start/bin/xml.jar %1 %2 %3 %4
|
|
Read ( File, file ) : String |
Method | Description | |
---|---|---|
argument ( ) : values.add( | ||
length ( ) : argument.trim().System.Collections.Generic |
public Format ( Document, document, Writer, writer ) : void | ||
document | Document, | |
writer | Writer, | |
return | void |
public Format ( String source, Writer, writer ) : void | ||
source | String | |
writer | Writer, | |
return | void |
public Formatter ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Formatter ( bool preserveComments ) : System.Collections.Generic | ||
preserveComments | bool | |
return | System.Collections.Generic |
public Main ( String list ) : void | ||
list | String | /// arguments to the formatter /// |
return | void |