unot
クラス ParentFormatLineWriter

java.lang.Object
  |
  +--unot.LineWriter
        |
        +--unot.ParentFormatLineWriter

class ParentFormatLineWriter
extends LineWriter

??t??????????o?????????????????


フィールドの概要
 unot.DocSet docset
          ??????????g??????
(パッケージプライベート) static java.lang.String INDENT_STRING
           
 java.io.PrintStream out
           
static java.lang.String signature
           
(パッケージプライベート)  boolean useIndent
           
(パッケージプライベート) static java.lang.String writerName
           
 
コンストラクタの概要
ParentFormatLineWriter(unot.DocSet docset, java.io.PrintStream out)
           
 
メソッドの概要
 java.lang.String getName()
          ?????????s????????
(パッケージプライベート)  int getNodeIdSafe(unot.UnotNode parentNode)
           
 void putIndent(int depth)
          ??????????
 void setIndent(boolean flag)
          ???????????????
 void writeDocDelimitor()
          ?????^???????o??
 void writeNodeLine(unot.UnotNode node)
          ?????????o??
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

signature

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

writerName

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

docset

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


out

public java.io.PrintStream out

INDENT_STRING

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

useIndent

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

ParentFormatLineWriter

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

getName

public java.lang.String getName()
クラス LineWriter の記述:
?????????s????????

定義:
クラス LineWriter 内の getName

writeNodeLine

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

定義:
クラス LineWriter 内の writeNodeLine
例外:
java.io.IOException - if an error occurs

getNodeIdSafe

int getNodeIdSafe(unot.UnotNode parentNode)

writeDocDelimitor

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


setIndent

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


putIndent

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