Package org.apache.xmlbeans
Interface SchemaAttributeModel
- All Known Implementing Classes:
SchemaAttributeModelImpl
public interface SchemaAttributeModel
Represents the attribute structure allowed on a complex type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Lax wildcard processing.static final int
static final int
Skip wildcard processing.static final int
Strict wildcard processing. -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(QName name) Returns the attribute with the given name.Returns an array containing all the attributes in the model.int
QNameSet representing the attribute wildcard specification.
-
Field Details
-
NONE
static final int NONE- See Also:
-
STRICT
static final int STRICTStrict wildcard processing. SeegetWildcardProcess()
- See Also:
-
LAX
static final int LAXLax wildcard processing. SeegetWildcardProcess()
- See Also:
-
SKIP
static final int SKIPSkip wildcard processing. SeegetWildcardProcess()
- See Also:
-
-
Method Details
-
getAttributes
SchemaLocalAttribute[] getAttributes()Returns an array containing all the attributes in the model. -
getAttribute
Returns the attribute with the given name. -
getWildcardSet
QNameSet getWildcardSet()QNameSet representing the attribute wildcard specification. -
getWildcardProcess
int getWildcardProcess()
-