javax.activation
Class MimeTypeParameterList.RFC2045Parser
java.lang.Object
javax.activation.MimeTypeParameterList.RFC2045Parser
- Enclosing class:
- MimeTypeParameterList
- private static class MimeTypeParameterList.RFC2045Parser
- extends java.lang.Object
|
Field Summary |
private int |
index
|
private java.lang.String |
text
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
private final java.lang.String text
index
private int index
MimeTypeParameterList.RFC2045Parser
private MimeTypeParameterList.RFC2045Parser(java.lang.String text)
hasMoreParams
private boolean hasMoreParams()
throws MimeTypeParseException
- Look the next ";" to start a parameter (skipping whitespace)
- Returns:
-
- Throws:
MimeTypeParseException
expectAttribute
private java.lang.String expectAttribute()
throws MimeTypeParseException
- Throws:
MimeTypeParseException
expectEquals
private void expectEquals()
throws MimeTypeParseException
- Throws:
MimeTypeParseException
expectValue
private java.lang.String expectValue()
throws MimeTypeParseException
- Throws:
MimeTypeParseException