All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.parser.LabelParser

java.lang.Object
   |
   +----w3c.pics.parser.LabelParser

public class LabelParser
extends Object
implements LabelParserConstants

Variable Index

 o jj_nt
 o lookingAhead
 o token
 o token_source

Constructor Index

 o LabelParser(InputStream)
 o LabelParser(LabelParserTokenManager)

Method Index

 o alphanumpm()
 o base64string()
 o bool()
 o data()
 o decimalnum()
 o disable_tracing()
 o documentoption(Hashtable)
 o enable_tracing()
 o escape()
 o explanation()
 o generateParseException()
 o getNextToken()
 o getToken(int)
 o hex()
 o ISOday()
 o ISOhour()
 o ISOminute()
 o ISOmonth()
 o ISOtimezone()
 o ISOyear()
 o label(Hashtable, String, Vector, Hashtable, Hashtable)
 o label_error()
 o labellist(Vector)
 o labeloption(Hashtable)
 o labelword()
 o main(String[])
 o mand_opt()
 o multi_value()
 o number()
 o option(Hashtable, Hashtable, Hashtable)
 o otheroption(Hashtable, Hashtable, Hashtable)
 o quotedbase64()
 o quotedISOdate()
 o quotedname()
 o quotedURL()
 o rating(Hashtable)
 o ratingword()
 o ReInit(InputStream)
 o ReInit(LabelParserTokenManager)
 o reservedString()
 o service_error()
 o service_info(Vector)
 o serviceID()
 o sign()
 o single_label(Hashtable, String, Hashtable, Hashtable)
 o singlenum()
 o transmit_name()
 o transmit_name_char()
 o URL()
 o urlchar()
 o urlchar_or_space()
 o version()

Variables

 o token_source
 public static LabelParserTokenManager token_source
 o token
 public static Token token
 o jj_nt
 public static Token jj_nt
 o lookingAhead
 public static boolean lookingAhead

Constructors

 o LabelParser
 public LabelParser(InputStream stream)
 o LabelParser
 public LabelParser(LabelParserTokenManager tm)

Methods

 o main
 public static void main(String args[]) throws ParseException
 o labellist
 public static final void labellist(Vector llist) throws ParseException
 o version
 public static final void version() throws ParseException
 o service_info
 public static final void service_info(Vector llist) throws ParseException
 o serviceID
 public static final String serviceID() throws ParseException
 o labelword
 public static final void labelword() throws ParseException
 o label
 public static final void label(Hashtable sTable,
                                String servicename,
                                Vector llist,
                                Hashtable mExtable,
                                Hashtable oExtable) throws ParseException
 o single_label
 public static final Label single_label(Hashtable oTable,
                                        String servicename,
                                        Hashtable mandTable,
                                        Hashtable optTable) throws ParseException
 o ratingword
 public static final void ratingword() throws ParseException
 o quotedURL
 public static final String quotedURL() throws ParseException
 o URL
 public static final String URL() throws ParseException
 o option
 public static final void option(Hashtable oTable,
                                 Hashtable mandTable,
                                 Hashtable optTable) throws ParseException
 o labeloption
 public static final void labeloption(Hashtable oTable) throws ParseException
 o bool
 public static final String bool() throws ParseException
 o documentoption
 public static final void documentoption(Hashtable oTable) throws ParseException
 o otheroption
 public static final void otheroption(Hashtable oTable,
                                      Hashtable mandTable,
                                      Hashtable optTable) throws ParseException
 o mand_opt
 public static final boolean mand_opt() throws ParseException
 o data
 public static final String data() throws ParseException
 o quotedISOdate
 public static final String quotedISOdate() throws ParseException
 o sign
 public static final String sign() throws ParseException
 o rating
 public static final void rating(Hashtable rtable) throws ParseException
 o multi_value
 public static final Rating multi_value() throws ParseException
 o transmit_name
 public static final String transmit_name() throws ParseException
 o singlenum
 public static final String singlenum() throws ParseException
 o decimalnum
 public static final String decimalnum() throws ParseException
 o number
 public static final String number() throws ParseException
 o quotedname
 public static final String quotedname() throws ParseException
 o alphanumpm
 public static final void alphanumpm() throws ParseException
 o escape
 public static final String escape() throws ParseException
 o hex
 public static final String hex() throws ParseException
 o transmit_name_char
 public static final String transmit_name_char() throws ParseException
 o urlchar
 public static final String urlchar() throws ParseException
 o reservedString
 public static final String reservedString() throws ParseException
 o urlchar_or_space
 public static final String urlchar_or_space() throws ParseException
 o quotedbase64
 public static final String quotedbase64() throws ParseException
 o base64string
 public static final String base64string() throws ParseException
 o service_error
 public static final void service_error() throws ParseException
 o label_error
 public static final void label_error() throws ParseException
 o explanation
 public static final void explanation() throws ParseException
 o ISOyear
 public static final String ISOyear() throws ParseException
 o ISOmonth
 public static final String ISOmonth() throws ParseException
 o ISOday
 public static final String ISOday() throws ParseException
 o ISOhour
 public static final String ISOhour() throws ParseException
 o ISOminute
 public static final String ISOminute() throws ParseException
 o ISOtimezone
 public static final String ISOtimezone() throws ParseException
 o ReInit
 public static void ReInit(InputStream stream)
 o ReInit
 public void ReInit(LabelParserTokenManager tm)
 o getNextToken
 public static final Token getNextToken()
 o getToken
 public static final Token getToken(int index)
 o generateParseException
 public static final ParseException generateParseException()
 o enable_tracing
 public static final void enable_tracing()
 o disable_tracing
 public static final void disable_tracing()

All Packages  Class Hierarchy  This Package  Previous  Next  Index