Package org.geotools.xsd
Interface AttributeInstance
-
- All Superinterfaces:
InstanceComponent
- All Known Implementing Classes:
AttributeImpl
public interface AttributeInstance extends InstanceComponent
Represents an attribute in an instance document.- Author:
- Justin Deoliveira,Refractions Research Inc.,jdeolive@refractions.net
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSDAttributeDeclaration
getAttributeDeclaration()
-
Methods inherited from interface InstanceComponent
getDeclaration, getName, getNamespace, getText, getTypeDefinition, setName, setNamespace, setText
-
-