Package org.geotools.xsd
Interface ElementInstance
- All Superinterfaces:
- InstanceComponent
- All Known Implementing Classes:
- ElementImpl
Represents an element in an instance document.
- Author:
- Justin Deoliveira,Refractions Research Inc.,jdeolive@refractions.net
- 
Method SummaryModifier and TypeMethodDescriptionXSDElementDeclarationvoidsetAttributes(AttributeInstance[] atts) Sets the attributes of the element.Methods inherited from interface InstanceComponentgetDeclaration, getName, getNamespace, getText, getTypeDefinition, setName, setNamespace, setText
- 
Method Details- 
getElementDeclarationXSDElementDeclaration getElementDeclaration()- Returns:
- The declaration of the element in the schema.
 
- 
getAttributesAttributeInstance[] getAttributes()- Returns:
- The attributes of the element.
 
- 
setAttributesSets the attributes of the element.- Parameters:
- atts- The new attributes.
 
 
-