|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface to represent the schema restrictions from a schema.
| Field Summary | |
static int |
EAR_TYPE
An ear typed archive. |
static int |
JAR_TYPE
A jar typed archive. |
static int |
RAR_TYPE
A rar typed archive |
static int |
WAR_TYPE
A war typed archive. |
| Method Summary | |
java.util.Set |
getComplexElements()
Returns a set of the complex elements from this schema. |
ElementRestrictions |
getElementRestrictions(java.lang.String name)
Returns the element restrictions for the element given by name. |
boolean |
hasElementRestrictions(java.lang.String name)
Returns if the element given by name has an element restriction |
| Field Detail |
public static final int RAR_TYPE
public static final int WAR_TYPE
public static final int JAR_TYPE
public static final int EAR_TYPE
| Method Detail |
public boolean hasElementRestrictions(java.lang.String name)
name - the name of the element to check.
public ElementRestrictions getElementRestrictions(java.lang.String name)
name - the element to get the restrictions for.
public java.util.Set getComplexElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||