|
The first character position this span applies to, in UTF-16 offset.
uint32 first_char = 2;
abstract fun getFirstChar(): Int |
|
The last character position this span applies to, in UTF-16 offset.
uint32 last_char = 3;
abstract fun getLastChar(): Int |
|
The name of the tag, and its attributes, encoded as follows:
tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
abstract fun getTag(): String! |
|
The name of the tag, and its attributes, encoded as follows:
tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
abstract fun getTagBytes(): ByteString! |