Uses of Class
org.zkoss.util.IllegalSyntaxException

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 java.lang.String IDOMs.getRequiredAttributeValue(Element e, java.lang.String attrnm)
          Returns the required attribute value.
static Element IDOMs.getRequiredElement(Element e, java.lang.String elemnm)
          Returns the required element.
static java.lang.String IDOMs.getRequiredElementValue(Element e, java.lang.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(java.lang.String src, int from, char[] separators)
          Returns the next token with unescape.
static Strings.Result Strings.nextToken(java.lang.String src, int from, char[] separators, boolean escBackslash, boolean quotAsToken)
          Returns the next token with additional options.
static Strings.Result Strings.nextToken(java.lang.String src, int from, char[] separators, boolean escBackslash, boolean quotAsToken, boolean parenthesis)
          Returns the next token with additional options.
static Classes.MethodInfo Classes.parseMethod(java.lang.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 java.util.Map<? super java.lang.String,? super java.lang.String> Maps.parse(java.util.Map<? super java.lang.String,? super java.lang.String> map, java.lang.String src, char separator, char quote)
          Parses a string into a map.
static java.util.Map<? super java.lang.String,? super java.lang.String> Maps.parse(java.util.Map<? super java.lang.String,? super java.lang.String> map, java.lang.String src, char separator, char quote, boolean asValue)
          Parses a string into a map.
static java.util.Map<? super java.lang.String,? super java.lang.String> Maps.parse(java.util.Map<? super java.lang.String,? super java.lang.String> map, java.lang.String src, char separator, char quote, boolean asValue, boolean parenthesis)
          Parses a string into a map.
static java.util.Map<? super java.lang.String,? super java.lang.String> Maps.parse(java.util.Map<? super java.lang.String,? super java.lang.String> map, java.lang.String src, char pairSeparator, char separator, char quote)
          Parses a string into a map.
static java.util.Map<? super java.lang.String,? super java.lang.String> Maps.parse(java.util.Map<? super java.lang.String,? super java.lang.String> map, java.lang.String src, char pairSeparator, char separator, char quote, boolean asValue, boolean parenthesis)
          Parse a string into a map.
static java.util.Map Maps.parse(java.util.Map map, java.lang.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>, java.lang.String, char, char, boolean, boolean)
static java.util.Map<? super java.lang.String,java.util.Collection<java.lang.String>> Maps.parseMultiple(java.util.Map<? super java.lang.String,java.util.Collection<java.lang.String>> map, java.lang.String src, char separator, char quote, boolean asValue, boolean parenthesis)
          Parse a string into a map that allows multiple values..
static java.util.Map<? super java.lang.String,java.util.Collection<java.lang.String>> Maps.parseMultiple(java.util.Map<? super java.lang.String,java.util.Collection<java.lang.String>> map, java.lang.String src, char pairSeparator, char separator, char quote, boolean asValue, boolean parenthesis)
          Parse a string into a map that allows multiple values.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo