Searched defs:indent (Results 1 – 4 of 4) sorted by relevance
861 private void goThroughDocument(Node node, String indent) { in goThroughDocument()913 goThroughDocument(list.item(i), indent + " "); in goThroughDocument() local
120 private final String indent; field in JSONStringer
47 private boolean[] indent = new boolean[4]; field in KXmlSerializer
999 void list(PrintStream out, int indent) { in list()