C# 클래스 Formatter, simplexml

파일 보기 프로젝트 열기: ngallagher/simplexml 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
argument ( ) : values.add(
length ( ) : argument.trim().System.Collections.Generic

메소드 상세

Format() 공개 메소드

public Format ( String source ) : String
source String
리턴 String

Format() 공개 메소드

public Format ( Document, document, Writer, writer ) : void
document Document,
writer Writer,
리턴 void

Format() 공개 메소드

public Format ( String source, Writer, writer ) : void
source String
writer Writer,
리턴 void

Formatter() 공개 메소드

public Formatter ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Formatter() 공개 메소드

public Formatter ( bool preserveComments ) : System.Collections.Generic
preserveComments bool
리턴 System.Collections.Generic

Main() 공개 메소드

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 ///
리턴 void

Read() 공개 메소드

public Read ( File, file ) : String
file File,
리턴 String