unot
クラス LineWriter

java.lang.Object
  |
  +--unot.LineWriter
直系の既知のサブクラス:
ChildFormatLineWriter, ParentFormatLineWriter

abstract class LineWriter
extends java.lang.Object

??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
 

フィールドの詳細

docset

public unot.DocSet docset
??????????g??????


out

public java.io.PrintStream out

INDENT_STRING

static final java.lang.String INDENT_STRING
関連項目:
定数フィールド値

useIndent

boolean useIndent
コンストラクタの詳細

LineWriter

public LineWriter(unot.DocSet docset,
                  java.io.PrintStream out)
メソッドの詳細

getName

public abstract java.lang.String getName()
?????????s????????


writeDocDelimitor

public void writeDocDelimitor()
?????^???????o??


writeNodeLine

abstract void writeNodeLine(unot.UnotNode node)
                     throws java.io.IOException
?????????o??

例外:
java.io.IOException - if an error occurs

setIndent

public void setIndent(boolean flag)
???????????????


putIndent

public void putIndent(int depth)
??????????