| Package | Description | 
|---|---|
| be.SIRAPRISE.util | 
 This package contains various utility methods. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NameValueResult | 
BracketParser.getNameAndMandatoryValueFromEscaped(java.lang.String s,
                                   int startPos)
Returns the 'name' part of an expression of the form "name(content)" 
 | 
static NameValueResult | 
BracketParser.getNameAndMandatoryValueFromNonEscaped(java.lang.String s,
                                      int startPos)
Returns the 'name' part of an expression of the form "name(content)" 
 | 
static NameValueResult | 
BracketParser.getNameAndMandatoryValueUntrimmedFromEscaped(java.lang.String s,
                                            int startPos)
Returns the 'name' part of an expression of the form "name(content)" 
 | 
static NameValueResult | 
BracketParser.getNameValueFromEscaped(java.lang.String s,
                       int startPos)
Returns the 'name' part of an expression of the form "name(content)" 
 | 
static NameValueResult | 
BracketParser.getNameValueFromNonEscaped(java.lang.String s,
                          int startPos)
Returns the 'name' part of an expression of the form "name(content)" 
 | 
static NameValueResult | 
BracketParser.getNameValueUntrimmedFromEscaped(java.lang.String s,
                                int startPos)
Returns the 'name' part of an expression of the form "name(content)" 
 |