|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.harvard.hul.ois.jhove.module.pdf.StdStructTypes
This class holds the constants for standard structure type names, and a static method for determining if a string belongs to those names.
Field Summary | |
static java.lang.String[] |
blockLevelNames
The subset of typeNames which denotes a block-level element |
static java.lang.String[] |
typeNames
Array of valid structure type names |
Method Summary | |
static boolean |
includes(java.lang.String s)
Returns true if s is equal (by an equals() test) to some string in typeNames. |
static boolean |
isBlockLevel(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String[] typeNames
public static final java.lang.String[] blockLevelNames
Method Detail |
public static boolean includes(java.lang.String s)
public static boolean isBlockLevel(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |