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

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

public class KeyFieldParser
extends SDPParser

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

バージョン:
JAIN-SDP-PUBLIC-RELEASE $Revision: 1.3 $ $Date: 2004/01/22 13:26:28 $
作成者:
deruelle

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

コンストラクタの詳細

KeyFieldParser

public KeyFieldParser(java.lang.String keyField)
Creates new KeyFieldParser

メソッドの詳細

keyField

public KeyField keyField()
                  throws java.text.ParseException
例外:
java.text.ParseException

parse

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