Searched refs:maxStructIndent (Results 1 – 5 of 5) sorted by relevance
49 (maxStructIndent - structIndent) + ">"); in document()54 (maxStructIndent - structIndent + 2) + ">"); in document()
45 (maxStructIndent - structIndent) + ">"); in document()
51 (maxStructIndent - structIndent + 1) + ">"); in document()
47 for (int i = maxStructIndent; i > 0; --i) { in document()
41 static final int maxStructIndent = 5; field in Node