Uses of Class
be.SIRAPRISE.util.NameValueResult

Packages that use NameValueResult
be.SIRAPRISE.util   
 

Uses of NameValueResult in be.SIRAPRISE.util
 

Methods in be.SIRAPRISE.util that return NameValueResult
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)"