FileDocCategorySizeDatePackage
SDPParser.javaAPI DocphoneME MR2 API (J2ME)1809Wed May 02 18:00:42 BST 2007gov.nist.javax.sdp.parser

SDPParser

public abstract class SDPParser extends ParserCore
Basic parser engine.
version
JAIN-SIP-1.1 This code is in the public domain.

Fields Summary
Constructors Summary
Methods Summary
public abstract SDPFieldparse()
Parses the selected field.

exception
ParseException if a parsing error occurs
return
the current parsed field

protected voidsetField(java.lang.String field)
Sets the field name to parse next.

param
field the next field name to be parsed

	this.lexer = new Lexer("charLexer", field);