net.sf.beep4j.internal.message.contenttype
Class ContentTypeParser
java.lang.Object
net.sf.beep4j.internal.message.contenttype.ContentTypeParser
- All Implemented Interfaces:
- ContentTypeParserConstants
public class ContentTypeParser
- extends java.lang.Object
- implements ContentTypeParserConstants
Fields inherited from interface net.sf.beep4j.internal.message.contenttype.ContentTypeParserConstants |
ANY, ATOKEN, COMMENT, DEFAULT, DIGITS, EOF, INCOMMENT, INQUOTEDSTRING, NESTED_COMMENT, QUOTEDPAIR, QUOTEDSTRING, tokenImage, WS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public ContentTypeParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
ContentTypeParser
public ContentTypeParser(java.io.InputStream stream)
ContentTypeParser
public ContentTypeParser(java.io.Reader stream)
ContentTypeParser
public ContentTypeParser(ContentTypeParserTokenManager tm)
getType
public java.lang.String getType()
getSubType
public java.lang.String getSubType()
getParameters
public java.util.Map getParameters()
parseLine
public final void parseLine()
throws ParseException
- Throws:
ParseException
parseAll
public final void parseAll()
throws ParseException
- Throws:
ParseException
parse
public final void parse()
throws ParseException
- Throws:
ParseException
parameter
public final void parameter()
throws ParseException
- Throws:
ParseException
value
public final java.lang.String value()
throws ParseException
- Throws:
ParseException
ReInit
public void ReInit(java.io.InputStream stream)
ReInit
public void ReInit(java.io.Reader stream)
ReInit
public void ReInit(ContentTypeParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()
Copyright © 2007 null. All Rights Reserved.