mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
javadoc
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user