edu.jhu.htm.parsers
Class XMLtags

java.lang.Object
  |
  +--edu.jhu.htm.parsers.XMLtags

public class XMLtags
extends java.lang.Object


Field Summary
static int AREA
           
static int CHULL
           
static int CIRCLE
           
static int CONSTRAINT
           
static int CONVEX
           
static int POINT
           
static int POLY
           
static int RADIUS
           
static int RECT
           
static java.util.Map tagMap
           
static java.lang.String[] tags
           
 
Constructor Summary
XMLtags()
           
 
Method Summary
static int getTag(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tags

public static final java.lang.String[] tags

AREA

public static final int AREA
See Also:
Constant Field Values

CONVEX

public static final int CONVEX
See Also:
Constant Field Values

CONSTRAINT

public static final int CONSTRAINT
See Also:
Constant Field Values

CIRCLE

public static final int CIRCLE
See Also:
Constant Field Values

POINT

public static final int POINT
See Also:
Constant Field Values

RADIUS

public static final int RADIUS
See Also:
Constant Field Values

RECT

public static final int RECT
See Also:
Constant Field Values

CHULL

public static final int CHULL
See Also:
Constant Field Values

POLY

public static final int POLY
See Also:
Constant Field Values

tagMap

public static final java.util.Map tagMap
Constructor Detail

XMLtags

public XMLtags()
Method Detail

getTag

public static int getTag(java.lang.String name)
                  throws ParseException
ParseException