| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents the attribute structure allowed on a complex type.
SchemaType.getAttributeModel()| Field Summary | |
| static int | LAXLax wildcard processing. | 
| static int | NONESee getWildcardProcess() | 
| static int | SKIPSkip wildcard processing. | 
| static int | STRICTStrict wildcard processing. | 
| Method Summary | |
|  SchemaLocalAttribute | getAttribute(QName name)Returns the attribute with the given name. | 
|  SchemaLocalAttribute[] | getAttributes()Returns an array containing all the attributes in the model. | 
|  int | getWildcardProcess()Returns the processing code ( STRICT,LAX,SKIP). | 
|  QNameSet | getWildcardSet()QNameSet representing the attribute wildcard specification. | 
| Field Detail | 
public static final int NONE
getWildcardProcess()
public static final int STRICT
getWildcardProcess()
public static final int LAX
getWildcardProcess()
public static final int SKIP
getWildcardProcess()
| Method Detail | 
public SchemaLocalAttribute[] getAttributes()
public SchemaLocalAttribute getAttribute(QName name)
public QNameSet getWildcardSet()
public int getWildcardProcess()
STRICT, LAX, SKIP).
 Returns 0 (NONE) if no wildcard specified.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||