public class ContentNode extends TokenNode
| Constructor and Description |
|---|
ContentNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char c) |
void |
add(StringBuilder stringBuilder) |
void |
addChild(TokenNode o) |
void |
closeCont() |
void |
dump(PrintStream p,
String indent) |
boolean |
isEmpty() |
void |
trim() |
add, getChars, getChildrenpublic void dump(PrintStream p, String indent)
public void add(StringBuilder stringBuilder)
public void trim()
public boolean isEmpty()
Copyright © 2017. All rights reserved.