org.lastbamboo.common.sdp.parser
Class SessionNameFieldParser

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.SessionNameFieldParser

public class SessionNameFieldParser
extends SDPParser

Version:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.2 $ $Date: 2004/01/22 13:26:28 $
Author:
deruelle

Field Summary
 
Fields inherited from class org.lastbamboo.common.sdp.ParserCore
lexer, nesting_level
 
Constructor Summary
SessionNameFieldParser(String sessionNameField)
          Creates new SessionNameFieldParser
 
Method Summary
static void main(String[] args)
           
 SDPField parse()
           
 SessionNameField sessionNameField()
          Get the SessionNameField
 
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

SessionNameFieldParser

public SessionNameFieldParser(String sessionNameField)
Creates new SessionNameFieldParser

Method Detail

sessionNameField

public SessionNameField sessionNameField()
                                  throws ParseException
Get the SessionNameField

Returns:
SessionNameField
Throws:
ParseException

parse

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

main

public static void main(String[] args)
                 throws ParseException
Throws:
ParseException


Copyright © 2013 LittleShoot. All Rights Reserved.