public interface IKStringTextTag
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String attributeName)
Gets the attribute value.
|
String |
getReference()
Gets the reference.
|
int |
getSourceEndPosition()
Gets the ending position of this tag in the source string.
|
int |
getSourcePosition()
Gets the source position of this tag in the source string.
|
KStringTag.Type |
getType()
Gets the type of this tag.
|
boolean |
setAttribute(String attributeName,
String value)
Updates an attribute value or removes it.
|
boolean |
setReference(String ref)
Updates the reference for the tag.
|
KStringTag.Type getType()
int getSourcePosition()
int getSourceEndPosition()
String getReference()
boolean setReference(String ref)
ref
- The new reference string.String getAttribute(String attributeName)
attributeName
- The name of the attribute.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.