org.lastbamboo.common.sdp.parser
Class KeyFieldParser

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

public class KeyFieldParser
extends SDPParser

Parser for key field. Ack: bug fix contributed by espen@java.net

Version:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.3 $ $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
KeyFieldParser(String keyField)
          Creates new KeyFieldParser
 
Method Summary
 KeyField keyField()
           
 SDPField parse()
           
 
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

KeyFieldParser

public KeyFieldParser(String keyField)
Creates new KeyFieldParser

Method Detail

keyField

public KeyField keyField()
                  throws ParseException
Throws:
ParseException

parse

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


Copyright © 2013 LittleShoot. All Rights Reserved.