Searched refs:childIndent (Results 1 – 3 of 3) sorted by relevance
481 int childIndent = indent; in write() local486 childIndent++; in write()489 child.write(out, childIndent); in write()
553 String childIndent = indent + '\t'; in toString() local555 buffer.append(childIndent); in toString()561 buffer.append(child.toString(childIndent)); in toString()
348 String childIndent = indent + '\t';350 buffer.append(childIndent);356 buffer.append(child.toString(childIndent));