Uses of Class
com.iizix.text.KStringTag
Packages that use KStringTag
Uses of KStringTag in com.iizix.text
Subclasses of KStringTag 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
KStringHTMLTag<TARGET>
Class for the HTML tag entry in the string.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.class
KStringPLAINTag<TARGET extends GProp<?>>
Abstract class used by the PLAIN TextTable, VirtualSpace and Connector tags.class
Class for the text table tag for KString that is of type PLAIN.class
Class for the VirtualSpace tag for KString that is of type PLAIN.Methods in com.iizix.text that return KStringTagModifier and TypeMethodDescriptionprotected KStringTag<TARGET>
KStringTag.clone()
Cloneable.KStringTag<?>
KString.getTag
(int position, boolean doIncludeStartPos) Gets the tag at specified position in string.KStringTag<?>[]
KString.getTags()
Gets the array of tags for this string.Methods in com.iizix.text with parameters of type KStringTagModifier and TypeMethodDescriptionboolean
KStringHTMLTag.equalsName
(KStringTag<?> kst) Checks for the same "name" (tag ordinal and closing tag for HTML, tag name for PLAIN).boolean
KStringPLAINTag.equalsName
(KStringTag<?> kst) Checks for the same "name" (tag ordinal and closing tag for HTML, tag name for PLAIN).boolean
KStringTag.equalsName
(KStringTag<?> kst) Checks for the same "name" (tag ordinal and closing tag for HTML, tag name for PLAIN).