C# Class Formatter, simplexml

Afficher le fichier Open project: ngallagher/simplexml Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
argument ( ) : values.add(
length ( ) : argument.trim().System.Collections.Generic

Method Details

Format() public méthode

public Format ( String source ) : String
source String
Résultat String

Format() public méthode

public Format ( Document, document, Writer, writer ) : void
document Document,
writer Writer,
Résultat void

Format() public méthode

public Format ( String source, Writer, writer ) : void
source String
writer Writer,
Résultat void

Formatter() public méthode

public Formatter ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Formatter() public méthode

public Formatter ( bool preserveComments ) : System.Collections.Generic
preserveComments bool
Résultat System.Collections.Generic

Main() public méthode

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
public Main ( String list ) : void
list String /// arguments to the formatter ///
Résultat void

Read() public méthode

public Read ( File, file ) : String
file File,
Résultat String