void | KStringTag.appendHTMLAttributes(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Appends the attributes for HTML raw format. |
---|
void | KStringTag.appendHTMLAttributes(java.lang.StringBuilder useme, IKStringInfoProvider provider, java.lang.String... possibleAttributeList) | Appends the attributes for HTML raw format that are present in the "possibleAttributeList". |
---|
void | KStringTag.appendHTMLAttributesSkip(java.lang.StringBuilder useme, IKStringInfoProvider provider, java.lang.String... skipAttributes) | Appends the attributes for HTML raw format. |
---|
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.formatPLAIN(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.formatPLAIN(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.formatPLAIN(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.formatPLAIN(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 . |
---|
java.lang.String | IKStringHTMLHyperlink.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KString.getHTMLString(IKStringInfoProvider provider) | Gets the string formatted in HTML. |
---|
java.lang.String | KStringHTMLDynamicTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLHyperlinkExternalTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLHyperlinkResourceTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLHyperlinkUITag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLHyperlinkVSTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLImageTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLTextTableTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format, i.e. |
---|
java.lang.String | KStringHTMLTextVirtualSpaceTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format. |
---|
java.lang.String | KStringPLAINTextTableTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format, i.e. |
---|
java.lang.String | KStringPLAINVirtualSpaceTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format, i.e. |
---|
abstract java.lang.String | KStringTag.getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the HTML format, i.e. |
---|
java.lang.String | KStringHTMLDynamicTag.getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the "unparsed" string representation of this tag in the HTML format. |
---|
java.lang.String | KStringHTMLTag.getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the "unparsed" string representation of this tag in the HTML format. |
---|
java.lang.String | KStringPLAINTag.getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the "unparsed" string representation of this tag in the HTML format, e.g. |
---|
abstract java.lang.String | KStringTag.getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the "unparsed" string representation of this tag in the HTML format, i.e. |
---|
java.lang.String | KString.getPLAINString(IKStringInfoProvider provider) | Gets the string formatted in HTML. |
---|
abstract java.lang.String | KStringHTMLDynamicTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringHTMLHyperlinkExternalTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringHTMLHyperlinkResourceTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringHTMLHyperlinkUITag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringHTMLHyperlinkVSTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringHTMLImageTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringHTMLTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringHTMLTextTableTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format. |
---|
java.lang.String | KStringHTMLTextVirtualSpaceTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KStringPLAINTextTableTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format. |
---|
java.lang.String | KStringPLAINVirtualSpaceTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format. |
---|
abstract java.lang.String | KStringTag.getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider) | Gets the string representation of this tag in the PLAIN format, i.e. |
---|
java.lang.String | KString.getRawHTMLStringForEditor(IKStringInfoProvider provider) | Gets the "raw" HTML formatted string, with special formatting as required by the Rich Text Editor. |
---|
boolean | KString.isEmptyBlankResolved(boolean checkBlank, IKStringInfoProvider provider) | Checks if the resolved KString of the current type would be an empty or blank string. |
---|