Uses of Interface
org.geotools.xsd.AttributeInstance
-
Packages that use AttributeInstance Package Description org.geotools.xsd org.geotools.xsd.impl -
-
Uses of AttributeInstance in org.geotools.xsd
Methods in org.geotools.xsd that return AttributeInstance Modifier and Type Method Description AttributeInstance[]ElementInstance. getAttributes()Methods in org.geotools.xsd with parameters of type AttributeInstance Modifier and Type Method Description voidElementInstance. setAttributes(AttributeInstance[] atts)Sets the attributes of the element. -
Uses of AttributeInstance in org.geotools.xsd.impl
Classes in org.geotools.xsd.impl that implement AttributeInstance Modifier and Type Class Description classAttributeImplMethods in org.geotools.xsd.impl that return AttributeInstance Modifier and Type Method Description AttributeInstance[]ElementImpl. getAttributes()Methods in org.geotools.xsd.impl with parameters of type AttributeInstance Modifier and Type Method Description voidElementImpl. setAttributes(AttributeInstance[] atts)
-