Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.activation
Class MimeTypeParameterList.RFC2045Parser  view MimeTypeParameterList.RFC2045Parser download MimeTypeParameterList.RFC2045Parser.java

java.lang.Object
  extended byjavax.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
           
 
Constructor Summary
private MimeTypeParameterList.RFC2045Parser(java.lang.String text)
           
 
Method Summary
private  java.lang.String expectAttribute()
           
private  void expectEquals()
           
private  java.lang.String expectValue()
           
private  boolean hasMoreParams()
          Look the next ";" to start a parameter (skipping whitespace)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

private final java.lang.String text

index

private int index
Constructor Detail

MimeTypeParameterList.RFC2045Parser

private MimeTypeParameterList.RFC2045Parser(java.lang.String text)
Method Detail

hasMoreParams

private boolean hasMoreParams()
                       throws MimeTypeParseException
Look the next ";" to start a parameter (skipping whitespace)


expectAttribute

private java.lang.String expectAttribute()
                                  throws MimeTypeParseException

expectEquals

private void expectEquals()
                   throws MimeTypeParseException

expectValue

private java.lang.String expectValue()
                              throws MimeTypeParseException