|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SchemaAttributeModel
Represents the attribute structure allowed on a complex type.
SchemaType.getAttributeModel()| Field Summary | |
|---|---|
static int |
LAX
Lax wildcard processing. |
static int |
NONE
See getWildcardProcess() |
static int |
SKIP
Skip wildcard processing. |
static int |
STRICT
Strict wildcard processing. |
| Method Summary | |
|---|---|
SchemaLocalAttribute |
getAttribute(javax.xml.namespace.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 |
|---|
static final int NONE
getWildcardProcess()
static final int STRICT
getWildcardProcess()
static final int LAX
getWildcardProcess()
static final int SKIP
getWildcardProcess()
| Method Detail |
|---|
SchemaLocalAttribute[] getAttributes()
SchemaLocalAttribute getAttribute(javax.xml.namespace.QName name)
QNameSet getWildcardSet()
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 | |||||||