Uses of Class
com.iizix.text.KStringHTMLTag
Packages that use KStringHTMLTag
Uses of KStringHTMLTag in com.iizix.text
Subclasses of KStringHTMLTag in com.iizix.textModifier and TypeClassDescriptionclass
KStringHTMLDynamicTag<TARGET>
Class for the dynamic HTML tags in the string, i.e.class
Class for the dynamic HTML hyperlink A tag that refers to an external source when the user clicks on a hyperlink in HTML text.class
Class for the dynamic HTML hyperlink A tag that refers to a Resource when the user clicks on a hyperlink in HTML text.class
Class for the dynamic HTML hyperlink A tag that refers to a Panel when the user clicks on a hyperlink in HTML text.class
Class for the dynamic HTML hyperlink A tag that refers to VirtualSpace when the user clicks on a hyperlink in HTML text.class
Class for the dynamic HTML image IMG tag that refers to an image in the application.class
Class for the dynamic HTML tag IZ that refers to the text table.class
Class for the dynamic HTML tag IZ that refers to VirtualSpace text.Methods in com.iizix.text that return KStringHTMLTagModifier and TypeMethodDescriptionstatic KStringHTMLTag<?>
KStringHTMLTag.create
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition, boolean isOpenClosed, boolean forEditor) Creates the correct tag class depending on the HTML tag.