public class ZoneFieldParser extends SDPParser
debug, lexer| Constructor and Description |
|---|
ZoneFieldParser(String zoneField)
Creates new ZoneFieldParser
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public ZoneFieldParser(String zoneField)
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
ParseExceptionpublic SDPField parse() throws ParseException
parse in class SDPParserParseExceptionCopyright © 2014. All Rights Reserved.