|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalSyntaxException | |
|---|---|
| org.zkoss.idom.util | Utilities that simplifies the use of iDOM. |
| org.zkoss.lang | The most fundamental Java utilities relevant. |
| org.zkoss.util | Utilities for handling data structures. |
| Uses of IllegalSyntaxException in org.zkoss.idom.util |
|---|
| Methods in org.zkoss.idom.util that throw IllegalSyntaxException | |
|---|---|
static String |
IDOMs.getRequiredAttributeValue(Element e,
String attrnm)
Returns the required attribute value. |
static Element |
IDOMs.getRequiredElement(Element e,
String elemnm)
Returns the required element. |
static String |
IDOMs.getRequiredElementValue(Element e,
String elemnm)
Returns the required element value. |
| Uses of IllegalSyntaxException in org.zkoss.lang |
|---|
| Methods in org.zkoss.lang that throw IllegalSyntaxException | |
|---|---|
static Strings.Result |
Strings.nextToken(String src,
int from,
char[] separators)
Returns the next token with unescape. |
static Strings.Result |
Strings.nextToken(String src,
int from,
char[] separators,
boolean escBackslash,
boolean quotAsToken)
Returns the next token with additional options. |
static Strings.Result |
Strings.nextToken(String src,
int from,
char[] separators,
boolean escBackslash,
boolean quotAsToken,
boolean parenthesis)
Returns the next token with additional options. |
static Classes.MethodInfo |
Classes.parseMethod(String signature)
Gets the method information from a signature. |
| Uses of IllegalSyntaxException in org.zkoss.util |
|---|
| Methods in org.zkoss.util that throw IllegalSyntaxException | |
|---|---|
static Map<? super String,? super String> |
Maps.parse(Map<? super String,? super String> map,
String src,
char separator,
char quote)
Parses a string into a map. |
static Map<? super String,? super String> |
Maps.parse(Map<? super String,? super String> map,
String src,
char separator,
char quote,
boolean asValue)
Parses a string into a map. |
static Map<? super String,? super String> |
Maps.parse(Map<? super String,? super String> map,
String src,
char separator,
char quote,
boolean asValue,
boolean parenthesis)
Parses a string into a map. |
static Map<? super String,? super String> |
Maps.parse(Map<? super String,? super String> map,
String src,
char pairSeparator,
char separator,
char quote)
Parses a string into a map. |
static Map<? super String,? super String> |
Maps.parse(Map<? super String,? super String> map,
String src,
char pairSeparator,
char separator,
char quote,
boolean asValue,
boolean parenthesis)
Parse a string into a map. |
static Map |
Maps.parse(Map map,
String src,
char separator,
char quote,
boolean asValue,
boolean multiple,
boolean parenthesis)
Deprecated. As of release 6.0.0, replaced with Maps.parse(Map, String, char, char, boolean, boolean) and
Maps.parseMultiple(java.util.Map super java.lang.String, java.util.Collection |
static Map<? super String,Collection<String>> |
Maps.parseMultiple(Map<? super String,Collection<String>> map,
String src,
char separator,
char quote,
boolean asValue,
boolean parenthesis)
Parse a string into a map that allows multiple values.. |
static Map<? super String,Collection<String>> |
Maps.parseMultiple(Map<? super String,Collection<String>> map,
String src,
char pairSeparator,
char separator,
char quote,
boolean asValue,
boolean parenthesis)
Parse a string into a map that allows multiple values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||