gov.nist.javax.sdp.parser
クラス URIFieldParser

java.lang.Object
  上位を拡張 gov.nist.core.ParserCore
      上位を拡張 gov.nist.javax.sdp.parser.SDPParser
          上位を拡張 gov.nist.javax.sdp.parser.URIFieldParser

public class URIFieldParser
extends SDPParser

URI Field Parser.

バージョン:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.2 $ $Date: 2004/01/22 13:26:28 $
作成者:
Olivier Deruelle , M. Ranganathan
This code is in the public domain.

フィールドの概要
 
クラス gov.nist.core.ParserCore から継承されたフィールド
debug
 
コンストラクタの概要
URIFieldParser(java.lang.String uriField)
          Creates new URIFieldParser
 
メソッドの概要
 SDPField parse()
           
 URIField uriField()
          Get the URI field
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

URIFieldParser

public URIFieldParser(java.lang.String uriField)
Creates new URIFieldParser

メソッドの詳細

uriField

public URIField uriField()
                  throws java.text.ParseException
Get the URI field

戻り値:
URIField
例外:
java.text.ParseException

parse

public SDPField parse()
               throws java.text.ParseException
定義:
クラス SDPParser 内の parse
例外:
java.text.ParseException