public class StdStructTypes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |