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 void
ElementInstance. 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 class
AttributeImpl
Methods 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 void
ElementImpl. setAttributes(AttributeInstance[] atts)
-