|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--unot.LineWriter
??t??????????o?????????????????
フィールドの概要 | |
unot.DocSet |
docset
??????????g?????? |
(パッケージプライベート) static java.lang.String |
INDENT_STRING
|
java.io.PrintStream |
out
|
(パッケージプライベート) boolean |
useIndent
|
コンストラクタの概要 | |
LineWriter(unot.DocSet docset,
java.io.PrintStream out)
|
メソッドの概要 | |
abstract java.lang.String |
getName()
?????????s???????? |
void |
putIndent(int depth)
?????????? |
void |
setIndent(boolean flag)
??????????????? |
void |
writeDocDelimitor()
?????^???????o?? |
(パッケージプライベート) abstract void |
writeNodeLine(unot.UnotNode node)
?????????o?? |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public unot.DocSet docset
public java.io.PrintStream out
static final java.lang.String INDENT_STRING
boolean useIndent
コンストラクタの詳細 |
public LineWriter(unot.DocSet docset, java.io.PrintStream out)
メソッドの詳細 |
public abstract java.lang.String getName()
public void writeDocDelimitor()
abstract void writeNodeLine(unot.UnotNode node) throws java.io.IOException
java.io.IOException
- if an error occurspublic void setIndent(boolean flag)
public void putIndent(int depth)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |