Uses of Interface
org.geotools.xml.schema.AttributeValue

Packages that use AttributeValue
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.  
org.geotools.xml.schema Schema Interfaces Overview This package is intended to provide all the necessary interfaces to semantically represent an XML Schema.  
org.geotools.xml.schema.impl   
org.geotools.xml.xsi   
 

Uses of AttributeValue in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter that return AttributeValue
 AttributeValue FilterComplexTypes.SortOrderType.toAttribute(Attribute attribute, java.lang.Object value, java.util.Map hints)
          TODO summary sentence for toAttribute ...
 

Uses of AttributeValue in org.geotools.xml.schema
 

Methods in org.geotools.xml.schema that return AttributeValue
 AttributeValue SimpleType.toAttribute(Attribute attribute, java.lang.Object value, java.util.Map hints)
           returns the value as a string
 

Uses of AttributeValue in org.geotools.xml.schema.impl
 

Classes in org.geotools.xml.schema.impl that implement AttributeValue
 class AttributeValueGT
           DOCUMENT ME!
 

Methods in org.geotools.xml.schema.impl that return AttributeValue
 AttributeValue SimpleTypeGT.toAttribute(Attribute attribute, java.lang.Object value, java.util.Map hints)
           
 

Uses of AttributeValue in org.geotools.xml.xsi
 

Methods in org.geotools.xml.xsi that return AttributeValue
 AttributeValue XSISimpleTypes.XSISimpleType.toAttribute(Attribute attribute, java.lang.Object value, java.util.Map hints)
           
 



Copyright © GeoTools. All Rights Reserved.