Method | Description | |
---|---|---|
Format ( ) : System |
Constructor for the
|
|
Format ( String prolog ) : System |
Constructor for the
|
|
Format ( |
Constructor for the
|
|
Format ( int indent ) : System |
Constructor for the
|
|
Format ( int indent, String prolog ) : System |
Constructor for the
|
|
Format ( int indent, String prolog, |
Constructor for the
|
|
Format ( int indent, |
Constructor for the
|
public Format ( String prolog ) : System | ||
prolog | String | /// This is the prolog for the generated XML document /// |
return | System |
public Format ( |
||
style | /// This is the style to apply to the format object. /// | |
return | System |
public Format ( int indent ) : System | ||
indent | int | /// This is the number of spaces used in the indent. /// |
return | System |
public Format ( int indent, String prolog ) : System | ||
indent | int | /// This is the number of spaces used in the indent. /// |
prolog | String | /// This is the prolog for the generated XML document. /// |
return | System |
public Format ( int indent, String prolog, |
||
indent | int | /// This is the number of spaces used in the indent. /// |
prolog | String | /// This is the prolog for the generated XML document. /// |
style | /// This is the style to apply to the format object. /// | |
return | System |
public Format ( int indent, |
||
indent | int | /// This is the number of spaces used in the indent. /// |
style | /// This is the style to apply to the format object. /// | |
return | System |