public static class HtmlTools.IndexPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
mIsAlreadyAppended |
boolean |
mIsTag |
int |
originalEnd |
int |
originalStart |
int |
replacedEnd |
int |
replacedStart |
Constructor and Description |
---|
HtmlTools.IndexPair(int pOriginalStart,
int pOriginalEnd,
int pReplacedStart,
int pReplacedEnd,
boolean pIsTag) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
generated by CodeSugar http://sourceforge.net/projects/codesugar
|
public int originalStart
public int originalEnd
public int replacedStart
public int replacedEnd
public boolean mIsTag
public boolean mIsAlreadyAppended