Uses of Class
hsr.Simple

Uses of Simple in hsr
 

Methods in hsr that return Simple
static Simple Simple.parse(java.io.InputStream inpt)
          Parse an instance of Simple from the given Stream
static Simple Simple.parse(java.io.Reader inpt)
          Parse an instance of Simple from the given Reader
static Simple Simple.parse(java.lang.String inpt)
          Parse an instance of Simple from the given String