org.geotools.xml
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
 XSDAttributeDeclaration getAttributeDeclaration()
           
 
Methods inherited from interface InstanceComponent
getDeclaration, getName, getNamespace, getText, getTypeDefinition, setName, setNamespace, setText
 

Method Detail

getAttributeDeclaration

XSDAttributeDeclaration getAttributeDeclaration()
Returns:
The declaration of the element from its schema.


Copyright © 1996-2014 Geotools. All Rights Reserved.