org.lastbamboo.common.sdp.parser
Class RepeatFieldParser

java.lang.Object
  extended by org.lastbamboo.common.sdp.ParserCore
      extended by org.lastbamboo.common.sdp.parser.SDPParser
          extended by org.lastbamboo.common.sdp.parser.RepeatFieldParser

public class RepeatFieldParser
extends SDPParser

Parser for Repeat field.

Version:
JAIN-SIP-1.1
Author:
Olivier Deruelle , M. Ranganathan
This code is in the public domain.

Field Summary
 
Fields inherited from class org.lastbamboo.common.sdp.ParserCore
lexer, nesting_level
 
Constructor Summary
RepeatFieldParser(String repeatField)
          Creates new RepeatFieldsParser
 
Method Summary
 TypedTime getTypedTime(String tokenValue)
          Get the typed time
 SDPField parse()
           
 RepeatField repeatField()
          parse the field string
 
Methods inherited from class org.lastbamboo.common.sdp.ParserCore
dbg_enter, dbg_leave, nameValue, nameValue, peekLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatFieldParser

public RepeatFieldParser(String repeatField)
Creates new RepeatFieldsParser

Method Detail

getTypedTime

public TypedTime getTypedTime(String tokenValue)
Get the typed time

Parameters:
String - tokenValue to set
Returns:
TypedTime

repeatField

public RepeatField repeatField()
                        throws ParseException
parse the field string

Returns:
RepeatFields
Throws:
ParseException

parse

public SDPField parse()
               throws ParseException
Specified by:
parse in class SDPParser
Throws:
ParseException


Copyright © 2013 LittleShoot. All Rights Reserved.