public class Text extends Object implements DocumentElement
| Modifier and Type | Method and Description |
|---|---|
<T,U> T |
accept(DocumentElementVisitor<T,U> visitor,
U context) |
String |
getValue() |
public Text(String value)
public String getValue()
public <T,U> T accept(DocumentElementVisitor<T,U> visitor, U context)
accept in interface DocumentElementCopyright © 2018. All rights reserved.