ubiware.util.saplbuilder
Class Parser

java.lang.Object
  extended by ubiware.util.saplbuilder.Parser

public class Parser
extends java.lang.Object


Constructor Summary
Parser()
           
 
Method Summary
static SaplDocument parse(java.lang.Readable inputStream)
          !!! This method does currently not really check its argument!!
static SaplDocument parse(java.lang.String input)
          !!! This method does currently not really check its argument!!
static Container parseToContainer(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

parse

public static SaplDocument parse(java.lang.Readable inputStream)
                          throws ParseException,
                                 java.io.IOException
!!! This method does currently not really check its argument!!

Parameters:
inputStream -
Returns:
Throws:
java.io.IOException
ParseException

parse

public static SaplDocument parse(java.lang.String input)
                          throws ParseException
!!! This method does currently not really check its argument!!

Parameters:
inputStream -
Returns:
Throws:
java.io.IOException
ParseException

parseToContainer

public static Container parseToContainer(java.lang.String input)
                                  throws ParseException
Throws:
ParseException