gov.nist.javax.sdp.parser
Class RepeatFieldParser
java.lang.Object
gov.nist.core.ParserCore
gov.nist.javax.sdp.parser.SDPParser
gov.nist.javax.sdp.parser.RepeatFieldParser
public class RepeatFieldParser
- extends SDPParser
Parser for Repeat field.
- Version:
- 1.2
- Author:
- Olivier Deruelle, M. Ranganathan
Fields inherited from class gov.nist.core.ParserCore |
debug |
RepeatFieldParser
public RepeatFieldParser(String repeatField)
- Creates new RepeatFieldsParser
getTypedTime
public TypedTime getTypedTime(String tokenValue)
- Get the typed time.
- Parameters:
tokenValue
- to convert into a typed time.
- Returns:
- the typed time
repeatField
public RepeatField repeatField()
throws ParseException
- parse the field string
- Returns:
- RepeatFields
- Throws:
ParseException
parse
public SDPField parse()
throws ParseException
- Specified by:
parse
in class SDPParser
- Throws:
ParseException
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.