|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Field Summary |
---|
Fields inherited from class gov.nist.core.ParserCore |
---|
debug |
Constructor Summary | |
---|---|
ZoneFieldParser(String zoneField)
Creates new ZoneFieldParser |
Method Summary | |
---|---|
String |
getSign(String tokenValue)
Get the sign of the offset. |
TypedTime |
getTypedTime(String tokenValue)
Get the typed time. |
SDPField |
parse()
|
ZoneField |
zoneField()
parse the Zone field string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZoneFieldParser(String zoneField)
Method Detail |
---|
public String getSign(String tokenValue)
tokenValue
- to examine.
public TypedTime getTypedTime(String tokenValue)
tokenValue
- --
token value to convert to typed time.
public ZoneField zoneField() throws ParseException
ParseException
public SDPField parse() throws ParseException
parse
in class SDPParser
ParseException
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |