This method of the XMLOutputStream class sets the relative indentation level (for example, addIndent(+1) or addIndent(-1)). The indent level controls what the writeIndent writes.
public void addIndent(int offset);
offset | A signed value for the indentation level. |