Searched defs:indent (Results 1 – 3 of 3) 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