パッケージ nlp4j.w3c
クラス NodePrinter
- java.lang.Object
-
- nlp4j.w3c.NodePrinter
-
public class NodePrinter extends Object
Node printer utility- 作成者:
- Hiroki Oya
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NodePrinter()
-
メソッドの概要
すべてのメソッド staticメソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected static void
print(StringBuilder sbb, Node node, int depth)
static void
print(Node node)
protected static void
print(Node node, int depth)
-
-
-
メソッドの詳細
-
print
public static void print(Node node)
-
print
protected static void print(Node node, int depth)
-
print
protected static void print(StringBuilder sbb, Node node, int depth)
-
-