This commit is contained in:
Dmitry Avdeev
2018-10-09 20:55:12 +03:00
parent 431e4a860e
commit 7e15c324cf
@@ -26,12 +26,20 @@ public interface XmlTagValue {
@NotNull
XmlText[] getTextElements();
/**
* @return raw tag value text
* @see #getTrimmedText()
*/
@NotNull
String getText();
@NotNull
TextRange getTextRange();
/**
* @return concatenated child XmlTexts values.
* @see XmlText#getValue()
*/
@NotNull
String getTrimmedText();