Uses of Class
com.iizix.text.KStringParseException
Packages that use KStringParseException
Uses of KStringParseException in com.iizix.prop
Methods in com.iizix.prop that throw KStringParseExceptionModifier and TypeMethodDescriptionbooleanKStringProp.setHTMLString(String newValue) Sets a new HTML String value for this property.booleanKStringProp.setPLAINString(String newValue, boolean usesTagProcessing) Sets a new PLAIN String value for this property.Uses of KStringParseException in com.iizix.text
Methods in com.iizix.text that throw KStringParseExceptionModifier 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.Constructors in com.iizix.text that throw KStringParseExceptionModifierConstructorDescriptionKStringHTMLHyperlinkExternalTag(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.