public class MarkupExtent extends Object
| Constructor and Description |
|---|
MarkupExtent(int start,
int end,
int markupDepth)
Instantiates a new markup extent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Gets the end.
|
int |
getLength()
Gets the length.
|
int |
getMarkupDepth()
Gets the markup depth.
|
int |
getStart()
Gets the start.
|
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.