private static class IndentCheckSaxHandler.Indent
extends java.lang.Object
lineNumber and size.| Modifier and Type | Field and Description |
|---|---|
private int |
lineNumber
The line number where this
IndentCheckSaxHandler.Indent occurs. |
private int |
size
The number of spaces in this
IndentCheckSaxHandler.Indent. |
static IndentCheckSaxHandler.Indent |
START
An
IndentCheckSaxHandler.Indent usable at the beginning of a typical XML file. |
| Constructor and Description |
|---|
Indent(int lineNumber,
int size) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final IndentCheckSaxHandler.Indent START
IndentCheckSaxHandler.Indent usable at the beginning of a typical XML file.private final int lineNumber
IndentCheckSaxHandler.Indent occurs. The first line number in a file is 1.private final int size
IndentCheckSaxHandler.Indent.