edu.jhu.htm.parsers
Class XMLtags
java.lang.Object
|
+--edu.jhu.htm.parsers.XMLtags
- public class XMLtags
- extends java.lang.Object
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 |
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
XMLtags
public XMLtags()
getTag
public static int getTag(java.lang.String name)
throws ParseException
ParseException