static KString | KString.createKString(org.w3c.dom.Element e) | Constructs a KString from an Element. |
---|
static KString | KString.createKStringForEditor(java.lang.String inputString, boolean usesTagProcessing) | Special creator for HTML-edited text in the Editor. |
---|
KString | KString.format(LocaleInfo localeInfo, java.lang.Object... params) | Formats a String using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
KString | KString.format(IKStringInfoProvider provider, LocaleInfo localeInfo, java.lang.Object... params) | Formats a String using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
KString | KString.format(IKStringInfoProvider provider, ILocaleString localeString, java.lang.Object... params) | Formats a HTML or PLAIN KString using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
KString | KString.format(IKStringInfoProvider provider, java.lang.Object... params) | Formats the HTML or PLAIN KString using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
KString | KString.format(IKStringInfoProvider provider, java.util.Locale locale, java.lang.Object... params) | Formats a HTML or PLAIN KString using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
KString | KString.format(ILocaleString localeString, java.lang.Object... params) | Formats a HTML or PLAIN KString using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
KString | KString.format(java.lang.Object... params) | Formats the HTML or PLAIN KString using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
KString | KString.format(java.util.Locale locale, java.lang.Object... params) | Formats a HTML or PLAIN KString using curly brackets {} as parameter or {param_index} parameter where param_index is an optional one-based index value, AND/OR the Java String.format(Locale, String, Object...) method using parameters in the form of %[flags][width]conversion or %[argument_index$][flags][width]conversion . |
---|
PlainKString | KString.toPlainKString() | Gets a PlainKString from this KString instance. |
---|