public class Markers extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
_end |
protected String |
_start |
Modifier | Constructor and Description |
---|---|
protected |
Markers(String start,
String end) |
Modifier and Type | Method and Description |
---|---|
static Markers |
create(String start,
String end)
Factory method for creating simple marker pair with given
start and end markers.
|
String |
getEnd() |
String |
getStart() |
Copyright © 2023 FasterXML. All rights reserved.