Uses of Interface
org.geotools.xml.ElementInstance

Packages that use ElementInstance
org.geotools.filter.v1_0   
org.geotools.filter.v1_0.capabilities   
org.geotools.filter.v1_1   
org.geotools.filter.v1_1.capabilities   
org.geotools.gml2.bindings   
org.geotools.gml3.bindings   
org.geotools.kml.bindings   
org.geotools.ows.bindings   
org.geotools.sld.bindings   
org.geotools.wfs.bindings   
org.geotools.wps.bindings   
org.geotools.xml Package supporting XML parsing with a focus on GML. 
org.geotools.xml.impl   
org.geotools.xs.bindings Captures initial mapping of XML Simple Types to Java Objects. 
 

Uses of ElementInstance in org.geotools.filter.v1_0
 

Methods in org.geotools.filter.v1_0 with parameters of type ElementInstance
 void OGCLiteralTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCBinaryComparisonOpTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCPropertyNameTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCLogicOpsTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCBinarySpatialOpTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
          We check out the instance for the op so we can fail early.
 void OGCDistanceTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCDistanceBufferTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCBinaryLogicOpTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCBinaryOperatorTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
          We check out the instance for the op so we can fail early.
 void OGCFunctionTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCComparisonOpsTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCPropertyIsBetweenTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCExpressionTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCFilterTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void OGCSpatialOpsTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 java.lang.Object OGCNotBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCLiteralTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Just pass on emeded value as is.
 java.lang.Object OGCLowerBoundaryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCEqualsBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsNotEqualToBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCBeyondBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCAddBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCBinaryComparisonOpTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCWithinBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCCrossesBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsGreaterThanBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyNameTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCLogicOpsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCBinarySpatialOpTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCContainsBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCDistanceTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsGreaterThanOrEqualToBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCDistanceBufferTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCBinaryLogicOpTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCMulBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCBinaryOperatorTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCDWithinBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCAndBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCOrBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsLikeTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsLessThanOrEqualToBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCUpperBoundaryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCFeatureIdTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCOverlapsBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsNullTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCFunctionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCComparisonOpsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsBetweenTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCTouchesBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCBBOXTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCExpressionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          This binding simply looks for any text in the node and turns it into a literal expression.
 java.lang.Object OGCDisjointBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCSubBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCPropertyIsLessThanBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCIntersectsBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCFilterTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Surprised we actually have something to do: namely collapse multiple fid filters using AND
 java.lang.Object OGCPropertyIsEqualToBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OGCSpatialOpsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          This just seems to be the abstract target for substitution ...
 java.lang.Object OGCDivBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.filter.v1_0.capabilities
 

Methods in org.geotools.filter.v1_0.capabilities with parameters of type ElementInstance
 java.lang.Object Function_NamesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Arithmetic_OperatorsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FunctionsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Comparison_OperatorsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Scalar_CapabilitiesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object _Filter_CapabilitiesBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Spatial_CapabilitiesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Function_NameTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Spatial_OperatorsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.filter.v1_1
 

Methods in org.geotools.filter.v1_1 with parameters of type ElementInstance
 java.lang.Object FilterTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SortByTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SortPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GmlObjectIdTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.filter.v1_1.capabilities
 

Methods in org.geotools.filter.v1_1.capabilities with parameters of type ElementInstance
 java.lang.Object _Filter_CapabilitiesBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SpatialOperatorTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SpatialOperatorsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ComparisonOperatorsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Id_CapabilitiesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GeometryOperandsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object Spatial_CapabilitiesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.gml2.bindings
 

Methods in org.geotools.gml2.bindings with parameters of type ElementInstance
 java.lang.Object GMLMultiPointPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLCoordinatesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Returns an object of type CoordinateSequence TODO: this method should do more validation of the string
 java.lang.Object GMLBoxTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          This method returns an object of type
 java.lang.Object GMLAbstractGeometryCollectionBaseTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLBoundingShapeTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLGeometryCollectionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          This method returns an object of type @link GeometryCollection
 java.lang.Object GMLCoordTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Returns a coordinate sequence with a single coordinate in it.
 java.lang.Object GMLLinearRingTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLPolygonMemberTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLMultiLineStringTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLAbstractFeatureTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLPointTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLPolygonTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLAbstractFeatureCollectionBaseTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLGeometryPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLPointMemberTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLMultiPolygonPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLGeometryAssociationTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Returns an object of type @link Geometry.
 java.lang.Object GMLMultiPolygonTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLMultiGeometryPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLPointPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Returns an object of type @link Point
 java.lang.Object GMLLineStringMemberTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLMultiPointTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLPolygonPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          This object returns an object of type @link com.vividsolutions.jts.geom.Polygon
 java.lang.Object GMLAbstractFeatureCollectionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLLineStringTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLMultiLineStringPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLFeatureAssociationTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLLineStringPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Returns an object of type @link LineString
 java.lang.Object GMLAbstractGeometryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GMLLinearRingMemberTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
static org.opengis.feature.simple.SimpleFeature GML2ParsingUtils.parseFeature(ElementInstance instance, Node node, java.lang.Object value, FeatureTypeCache ftCache, BindingWalkerFactory bwFactory)
          Utility method to implement Binding.parse for a binding which parses into A feature.
 

Uses of ElementInstance in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type ElementInstance
 java.lang.Object PolygonTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SurfacePatchArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object BoundingShapeTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiPointTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PolygonPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LinearRingTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiLineStringTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LineStringSegmentTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SurfaceArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FeatureArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AbstractGeometryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object DirectPositionListTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SurfaceTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiLineStringPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object CurveTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiCurveTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PointPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object CurveSegmentArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object DirectPositionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiGeometryPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PointTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LinearRingPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AbstractSurfaceTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PolygonPatchTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiPolygonPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AbstractFeatureTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GeometryPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ReferenceTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LineStringTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiSurfaceTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiGeometryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object CurveArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object EnvelopeTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiPolygonTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiPointPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object CurvePropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AbstractFeatureCollectionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LocationPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SurfacePropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiCurvePropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AbstractRingPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PointArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MeasureTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FeaturePropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LineStringPropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiSurfacePropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
static org.opengis.feature.simple.SimpleFeature GML3ParsingUtils.parseFeature(ElementInstance instance, Node node, java.lang.Object value, FeatureTypeCache ftCache, BindingWalkerFactory bwFactory)
          Utility method to implement Binding.parse for a binding which parses into A feature.
 

Uses of ElementInstance in org.geotools.kml.bindings
 

Methods in org.geotools.kml.bindings with parameters of type ElementInstance
 java.lang.Object LinearRingTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ContainerTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MultiGeometryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GeometryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LabelStyleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LocationTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object StyleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PointTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PolygonTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FeatureTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FolderTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ObjectTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ColorStyleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LatLonBoxTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LookAtTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object RegionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LineStringTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PolyStyleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object DocumentTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MetadataTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object KmlTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LineStyleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object BoundaryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PlacemarkTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.ows.bindings
 

Methods in org.geotools.ows.bindings with parameters of type ElementInstance
 java.lang.Object _HTTPBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object _DCPBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AddressTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object KeywordsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object DomainTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MetadataTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ContactTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object BoundingBoxTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AcceptVersionsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object IdentificationTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object _OperationBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SectionsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ResponsiblePartySubsetTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object _ServiceProviderBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ExceptionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object DescriptionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object _OperationsMetadataBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object AcceptFormatsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object _ServiceIdentificationBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object WGS84BoundingBoxTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ResponsiblePartyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object CodeTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object _ExceptionReportBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OnlineResourceTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object TelephoneTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object RequestMethodTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object CapabilitiesBaseTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GetCapabilitiesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.sld.bindings
 

Methods in org.geotools.sld.bindings with parameters of type ElementInstance
 void SLDGreenChannelBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDPerpendicularOffsetBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDPointSymbolizerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDMarkBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDHistogramBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDOnlineResourceBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDChannelSelectionBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDLayerFeatureConstraintsBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDImageOutlineBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDBlueChannelBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDGraphicStrokeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDAnchorPointBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDGraphicBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDSymbolizerTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDExtentBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDGraphicFillBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDNamedStyleBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDUserLayerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDFeatureTypeConstraintBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDTextSymbolizerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDLinePlacementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDColorMapBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDGrayChannelBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDLabelPlacementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDRuleBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDNormalizeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDRedChannelBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDSymbolizerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDSelectedChannelTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDLineSymbolizerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDLegendGraphicBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDUserStyleBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDFillBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDGeometryBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDFontBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDFeatureTypeStyleBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDPointPlacementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDShadedReliefBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDStrokeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDNamedLayerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDExternalGraphicBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDStyledLayerDescriptorBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDPolygonSymbolizerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDRemoteOWSBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDContrastEnhancementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDHaloBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDRasterSymbolizerBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDParameterValueTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDColorMapEntryBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDDisplacementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDCssParameterBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void SLDOverlapBehaviorBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 java.lang.Object SLDGreenChannelBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDPerpendicularOffsetBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDPointSymbolizerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDMarkBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDHistogramBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDOnlineResourceBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDChannelSelectionBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDLayerFeatureConstraintsBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDImageOutlineBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDBlueChannelBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDGraphicStrokeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDAnchorPointBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDGraphicBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDSymbolizerTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDExtentBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDGraphicFillBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDNamedStyleBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDUserLayerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDFeatureTypeConstraintBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDTextSymbolizerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDLinePlacementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDColorMapBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDGrayChannelBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDLabelPlacementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDRuleBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDNormalizeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDRedChannelBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDSymbolizerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDSelectedChannelTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDLineSymbolizerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDLegendGraphicBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDUserStyleBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDFillBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDGeometryBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDFontBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDFeatureTypeStyleBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDPointPlacementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDShadedReliefBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDStrokeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDNamedLayerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDExternalGraphicBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDStyledLayerDescriptorBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDPolygonSymbolizerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDRemoteOWSBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDContrastEnhancementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDHaloBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDRasterSymbolizerBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDParameterValueTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Even though the spec allows an instance of ParamterValueType to have multiple expressions as children, it is more often that there is only one.
 java.lang.Object SLDColorMapEntryBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDDisplacementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDCssParameterBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object SLDOverlapBehaviorBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.wfs.bindings
 

Methods in org.geotools.wfs.bindings with parameters of type ElementInstance
 java.lang.Object DescribeFeatureTypeTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Simply returns an instance of DescribeFeatureTypeType and lets the framework to reflectively set the object properties.
 java.lang.Object FeatureCollectionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FeaturesLockedTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object WFS_CapabilitiesTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object TransactionSummaryTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LockFeatureResponseTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object NativeTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object PropertyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object InsertElementTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OperationsTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FeaturesNotLockedTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object FeatureTypeType_NoSRSBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object LockFeatureTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object TransactionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object GetFeatureWithLockTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object OutputFormatListTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object MetadataURLTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object UpdateElementTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.wps.bindings
 

Methods in org.geotools.wps.bindings with parameters of type ElementInstance
 java.lang.Object LanguagesBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object InputReferenceTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object ComplexDataTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 

Uses of ElementInstance in org.geotools.xml
 

Methods in org.geotools.xml with parameters of type ElementInstance
 void AbstractComplexBinding.initializeChildContext(ElementInstance childInstance, Node node, org.picocontainer.MutablePicoContainer context)
          Does nothing, subclasses should override this method.
 void ComplexBinding.initializeChildContext(ElementInstance childInstance, Node node, org.picocontainer.MutablePicoContainer context)
          Initializes the context for a child element.
 java.lang.Object AbstractComplexBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Subclasses should override this method, the default implementation return null.
 java.lang.Object ComplexBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Parses a complex element from an instance document into an object representation.
 java.lang.Object AbstractComplexEMFBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Uses EMF reflection to create an instance of the EMF model object this binding maps to.
 java.lang.Object SimpleContentComplexEMFBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          Takes value and sets its to the object value.
 

Uses of ElementInstance in org.geotools.xml.impl
 

Classes in org.geotools.xml.impl that implement ElementInstance
 class ElementImpl
           
 

Constructors in org.geotools.xml.impl with parameters of type ElementInstance
ContextInitializer(ElementInstance childInstance, Node node, org.picocontainer.MutablePicoContainer context)
           
 

Uses of ElementInstance in org.geotools.xs.bindings
 

Methods in org.geotools.xs.bindings with parameters of type ElementInstance
 void XSAttributeGroupRefBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSRestrictionTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSComplexRestrictionTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSFacetBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSAnnotatedBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSGroupRefBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSTopLevelAttributeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSGroupBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSAttributeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSExplicitGroupBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSTopLevelElementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSNumFacetBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSNarrowMaxMinBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSNoFixedFacetBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSLocalSimpleTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSRealGroupBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSTopLevelSimpleTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSWildcardBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSLocalElementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSNamedGroupBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSExtensionTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSTopLevelComplexTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSAnyTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSOpenAttrsBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSKeybaseBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSNamedAttributeGroupBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSSimpleExplicitGroupBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSSimpleRestrictionTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSLocalComplexTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSElementBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSAttributeGroupBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSSimpleTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSAllBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSSimpleExtensionTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 void XSComplexTypeBinding.initialize(ElementInstance instance, Node node, org.picocontainer.MutablePicoContainer context)
           
 java.lang.Object XSAttributeGroupRefBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSRestrictionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSComplexRestrictionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSFacetBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSAnnotatedBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSGroupRefBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSTopLevelAttributeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSGroupBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSAttributeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSExplicitGroupBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSTopLevelElementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSNumFacetBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSNarrowMaxMinBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSNoFixedFacetBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSLocalSimpleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSRealGroupBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSTopLevelSimpleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSWildcardBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSLocalElementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSNamedGroupBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSExtensionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSTopLevelComplexTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSAnyTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          A quick approx of the available content:
 java.lang.Object XSOpenAttrsBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSKeybaseBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSNamedAttributeGroupBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSSimpleExplicitGroupBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSSimpleRestrictionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSLocalComplexTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSElementBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSAttributeGroupBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSSimpleTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSAllBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSSimpleExtensionTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
           
 java.lang.Object XSComplexTypeBinding.parse(ElementInstance instance, Node node, java.lang.Object value)
          This binding delegates to its parent binding, which returns objects of type Map.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.