public abstract class Markup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Markup.Element |
static class |
Markup.End |
static class |
Markup.EndDocument |
static class |
Markup.Start |
static class |
Markup.StartDocument |
static class |
Markup.Text |
static class |
Markup.Type |
| Modifier and Type | Field and Description |
|---|---|
OffsetRange |
sourceRange |
Markup.Type |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
Markup(Markup.Type type,
OffsetRange sourceRange) |
| Modifier and Type | Method and Description |
|---|---|
Markup.End |
asEnd() |
Markup.Start |
asStart() |
Markup.Text |
asText() |
static String |
escapeText(String text) |
String |
toString() |
public final Markup.Type type
public final OffsetRange sourceRange
protected Markup(Markup.Type type, OffsetRange sourceRange)
public Markup.Start asStart()
public Markup.End asEnd()
public Markup.Text asText()
Copyright © 2017 Gregor Middell. All rights reserved.