org.apache.ws.jaxme.js
public class IncreasingTarget extends Object implements IndentationTarget
A filtering indentation target, which pipes all output to the actual target, except that it increases the indentation level by 1.
Version: $Id: IncreasingTarget.java 231785 2004-02-16 23:39:59Z jochen $
| Constructor Summary | |
|---|---|
| IncreasingTarget(IndentationTarget pActualTarget) | |
| Method Summary | |
|---|---|
| String | asString(JavaQName pQName) |
| void | indent(int i) |
| boolean | isInterface() |
| void | setInterface(Boolean pInterface) |
| void | write(String pValue) |
| void | write() |