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

Method Detail

getAttributeDeclaration

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


Copyright © 1996-2010 Geotools. All Rights Reserved.