|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.ParserCore
gov.nist.javax.sdp.parser.SDPParser
gov.nist.javax.sdp.parser.ZoneFieldParser
public class ZoneFieldParser
Parser For the Zone field.
| フィールドの概要 |
|---|
| クラス gov.nist.core.ParserCore から継承されたフィールド |
|---|
debug |
| コンストラクタの概要 | |
|---|---|
ZoneFieldParser(java.lang.String zoneField)
Creates new ZoneFieldParser |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getSign(java.lang.String tokenValue)
Get the sign of the offset |
TypedTime |
getTypedTime(java.lang.String tokenValue)
Get the typed time |
SDPField |
parse()
|
ZoneField |
zoneField()
parse the Zone field string |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ZoneFieldParser(java.lang.String zoneField)
| メソッドの詳細 |
|---|
public java.lang.String getSign(java.lang.String tokenValue)
String - tokenValue to set
public TypedTime getTypedTime(java.lang.String tokenValue)
String - tokenValue to set
public ZoneField zoneField()
throws java.text.ParseException
java.text.ParseException
public SDPField parse()
throws java.text.ParseException
SDPParser 内の parsejava.text.ParseException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||