Uses of Class
com.iizix.text.KStringParseException
Uses of KStringParseException in com.iizix.prop
Modifier and TypeMethodDescriptionboolean
KStringProp.setHTMLString
(String newValue) Sets a new HTML String value for this property.boolean
KStringProp.setPLAINString
(String newValue, boolean usesTagProcessing) Sets a new PLAIN String value for this property.Uses of KStringParseException in com.iizix.text
Modifier 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.ModifierConstructorDescriptionKStringHTMLHyperlinkExternalTag
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition) Creates a Resource hyperlink tag and resolves the name attribute.KStringHTMLHyperlinkResourceTag
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition) Creates a Resource hyperlink tag and resolves the name attribute.KStringHTMLHyperlinkUITag
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition) Creates a Panel hyperlink tag and resolves the name attribute.KStringHTMLHyperlinkVSTag
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition) Creates a VirtualSpace hyperlink tag and resolves the name attribute.KStringHTMLImageTag
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition) Creates an Image IMG tag and resolves the "src" attribute.KStringHTMLTextTableTag
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition) Creates a text table tag and resolves the name attribute.KStringHTMLTextVirtualSpaceTag
(int position, int ordinal, LinkedHashMap<String, String> attributes, String inputString, int parsePosition) Creates a VirtualSpace text tag and resolves the name attribute.KStringPLAINTag
(KStringTag.Type type, String ref, String inputString, int position, LinkedHashMap<String, String> attributes) Creates a VirtualSpace tag for KString that is of type PLAIN.KStringPLAINTextTableTag
(String ref, String inputString, int position, LinkedHashMap<String, String> attributes) Creates a text table tag for KString that is of type PLAIN.KStringPLAINVirtualSpaceTag
(String ref, String inputString, int position, LinkedHashMap<String, String> attributes) Creates a VirtualSpace tag for KString that is of type PLAIN.