| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2018. All rights reserved.