Package org.geotools.xsd
Interface AttributeInstance
- All Superinterfaces:
InstanceComponent
- All Known Implementing Classes:
AttributeImpl
Represents an attribute in an instance document.
- Author:
- Justin Deoliveira,Refractions Research Inc.,jdeolive@refractions.net
-
Method Summary
Methods inherited from interface InstanceComponent
getDeclaration, getName, getNamespace, getText, getTypeDefinition, setName, setNamespace, setText
-
Method Details
-
getAttributeDeclaration
XSDAttributeDeclaration getAttributeDeclaration()- Returns:
- The declaration of the element from its schema.
-