org.lastbamboo.common.sdp.parser
Class URIFieldParser

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

public class URIFieldParser
extends SDPParser

URI Field Parser.

Version:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.2 $ $Date: 2004/01/22 13:26:28 $
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
URIFieldParser(String uriField)
          Creates new URIFieldParser
 
Method Summary
 SDPField parse()
           
 URIField uriField()
          Get the URI field
 
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

URIFieldParser

public URIFieldParser(String uriField)
Creates new URIFieldParser

Method Detail

uriField

public URIField uriField()
                  throws ParseException
Get the URI field

Returns:
URIField
Throws:
ParseException

parse

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


Copyright © 2013 LittleShoot. All Rights Reserved.