public class Node extends Object
| コンストラクタと説明 |
|---|
Node() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addProperty(String propIdent,
String propValue)
Appends the specified Property to this node.
|
String |
get(String propIdent)
Returns the propValue represented by propIdent.
|
Copyright © 2016. All rights reserved.