Uses of Interface
org.geotools.xml.Node

Packages that use Node
org.geotools.csw.bindings   
org.geotools.filter   
org.geotools.filter.v1_0   
org.geotools.filter.v1_0.capabilities   
org.geotools.filter.v1_1   
org.geotools.filter.v1_1.capabilities   
org.geotools.filter.v2_0.bindings   
org.geotools.gml2.bindings   
org.geotools.gml3.bindings   
org.geotools.gml3.bindings.ext   
org.geotools.gml3.v3_2.bindings   
org.geotools.gml4wcs.bindings   
org.geotools.kml.bindings   
org.geotools.kml.v22.bindings   
org.geotools.ows.bindings   
org.geotools.se.v1_1.bindings   
org.geotools.sld.bindings   
org.geotools.sld.v1_1.bindings   
org.geotools.wcs.bindings   
org.geotools.wfs.bindings   
org.geotools.wfs.v1_0   
org.geotools.wfs.v2_0   
org.geotools.wfs.v2_0.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 Node in org.geotools.csw.bindings
 

Methods in org.geotools.csw.bindings with parameters of type Node
 Object ElementSetNameTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SimpleLiteralBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.filter
 

Methods in org.geotools.filter with parameters of type Node
static List<Filter> FilterParsingUtils.BinaryLogicOperator_getChildFilters(Node node, FilterFactory factory)
           
static List<Filter> FilterParsingUtils.parseExtendedOperators(Node node, FilterFactory factory)
           
 

Uses of Node in org.geotools.filter.v1_0
 

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

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

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

Uses of Node in org.geotools.filter.v1_1
 

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

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

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

Uses of Node in org.geotools.filter.v2_0.bindings
 

Methods in org.geotools.filter.v2_0.bindings with parameters of type Node
 Object BinaryTemporalOpTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DuringBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object EndedByBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TEqualsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object OverlappedByBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object BegunByBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TOverlapsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object BeforeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object BeginsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AfterBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AnyInteractsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TContainsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object EndsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MetByBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MeetsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ResourceIdTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.gml2.bindings
 

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

Uses of Node in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type Node
static int GML3ParsingUtils.dimensions(Node node)
          Returns the number of dimensions for the specified node, eventually recursing up to find the parent node that has the indication of the dimensions (normally the top-most geometry element has it, not the posList).
 Object GeometryPropertyTypeBindingBase.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractFeatureTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiGeometryTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TimeInstantPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FeatureArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LocationPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CurveArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ReferenceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PointTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TimePeriodTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ArcStringTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DirectPositionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object BoundingShapeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FeaturePropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SurfaceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CurveSegmentArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PolygonPatchTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiPolygonTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LinearRingTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiPointTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DirectPositionListTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SurfaceArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PointArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CircleTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ArcTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CurveTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiSurfaceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TimePositionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MeasureTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiGeometryPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractSurfaceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractFeatureCollectionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LineStringTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiCurveTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LineStringSegmentTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TimeInstantTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SurfacePatchArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object EnvelopeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object RingTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LinearRingPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractRingPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiLineStringTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractGeometryTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PolygonTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
static SimpleFeature GML3ParsingUtils.parseFeature(ElementInstance instance, Node node, Object value, FeatureTypeCache ftCache, BindingWalkerFactory bwFactory)
          Utility method to implement Binding.parse for a binding which parses into A feature.
 

Uses of Node in org.geotools.gml3.bindings.ext
 

Methods in org.geotools.gml3.bindings.ext with parameters of type Node
static CoordinateList CompositeCurveTypeBinding.extractCurveMemberCoordinates(Node node)
          Construct a line string from CurveMembers coordinates.
 Object CurveArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SurfaceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CompositeCurveTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SurfacePropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SurfaceArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiSurfaceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MultiCurveTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SurfacePatchArrayPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CurvePropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.gml3.v3_2.bindings
 

Methods in org.geotools.gml3.v3_2.bindings with parameters of type Node
 Object AbstractRingTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.gml4wcs.bindings
 

Methods in org.geotools.gml4wcs.bindings with parameters of type Node
 Object GridLimitsTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractRingTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ReferenceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PointTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DirectPositionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object RectifiedGridTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object BoundingShapeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LinearRingTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractMetaDataTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object GridEnvelopeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object StringOrRefTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CodeListTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TimePositionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractSurfaceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object EnvelopeWithTimePeriodTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractGeometryBaseTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractGMLTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object GridTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CodeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractGeometricPrimitiveTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object EnvelopeTypeBinding.parse(ElementInstance instance, Node node, Object value)
          ATTENTION: I'm assuming a LatLon envelope here
 Object AbstractRingPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractGeometryTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PolygonTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object VectorTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MetaDataPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
static SimpleFeature GML3ParsingUtils.parseFeature(ElementInstance instance, Node node, Object value, FeatureTypeCache ftCache, BindingWalkerFactory bwFactory)
          Utility method to implement Binding.parse for a binding which parses into A feature.
 

Uses of Node in org.geotools.kml.bindings
 

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

Uses of Node in org.geotools.kml.v22.bindings
 

Methods in org.geotools.kml.v22.bindings with parameters of type Node
 Object DataTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SchemaDataTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SchemaTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ExtendedDataTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.ows.bindings
 

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

Uses of Node in org.geotools.se.v1_1.bindings
 

Methods in org.geotools.se.v1_1.bindings with parameters of type Node
 Object TrimBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object InterpolateBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ColorMapBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MarkBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object InlineContentBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LinePlacementBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FeatureTypeStyleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object GraphicBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object BaseSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FunctionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object InterpolationPointBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ColorReplacementBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object RecodeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object HistogramBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object RuleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ConcatenateBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object GraphicStrokeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object StringLengthBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PolygonSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FormatDateBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FormatNumberBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CoverageStyleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ChangeCaseBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SubstringBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SymbolizerTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object StringPositionBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DescriptionBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LineSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MapItemBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object NormalizeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CategorizeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ExternalGraphicBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.sld.bindings
 

Methods in org.geotools.sld.bindings with parameters of type Node
 void SLDRasterSymbolizerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDSymbolizerTypeBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDGrayChannelBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDLayerFeatureConstraintsBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDUserStyleBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDContrastEnhancementBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDFontBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDPointPlacementBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDFillBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDInternationalStringBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDFeatureTypeStyleBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDPointSymbolizerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDGraphicBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDPolygonSymbolizerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDLineSymbolizerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDGraphicStrokeBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDColorMapBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDBlueChannelBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDRemoteOWSBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDTextSymbolizerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDGeometryBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDSymbolizerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDRedChannelBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDShadedReliefBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDCssParameterBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDNormalizeBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDDisplacementBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDStrokeBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDOverlapBehaviorBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDHaloBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDGreenChannelBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDColorMapEntryBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDHistogramBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDChannelSelectionBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDRuleBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDNamedLayerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDAnchorPointBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDNamedStyleBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDStyledLayerDescriptorBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDGraphicFillBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDExternalGraphicBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDParameterValueTypeBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDUserLayerBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDPerpendicularOffsetBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDMarkBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDLegendGraphicBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDOnlineResourceBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDImageOutlineBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDFeatureTypeConstraintBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDExtentBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDLabelPlacementBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 void SLDSelectedChannelTypeBinding.initialize(ElementInstance instance, Node node, MutablePicoContainer context)
           
 Object SLDRasterSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDSymbolizerTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDVendorOptionBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDGrayChannelBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDLayerFeatureConstraintsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDUserStyleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDContrastEnhancementBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDFontBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDPointPlacementBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDFillBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDInternationalStringBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDFeatureTypeStyleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDPointSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDGraphicBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDPolygonSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDLineSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDGraphicStrokeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDColorMapBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDBlueChannelBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDRemoteOWSBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDTextSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDGeometryBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDSymbolizerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDRedChannelBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDShadedReliefBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDCssParameterBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDNormalizeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDDisplacementBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDStrokeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDOverlapBehaviorBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDHaloBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDGreenChannelBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDColorMapEntryBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDHistogramBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDChannelSelectionBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDRuleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDNamedLayerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDAnchorPointBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDNamedStyleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDStyledLayerDescriptorBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDGraphicFillBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDExternalGraphicBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDParameterValueTypeBinding.parse(ElementInstance instance, Node node, 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.
 Object SLDUserLayerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDLinePlacementBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDPerpendicularOffsetBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDMarkBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDLegendGraphicBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDOnlineResourceBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDImageOutlineBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDFeatureTypeConstraintBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDExtentBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDLabelPlacementBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SLDSelectedChannelTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.sld.v1_1.bindings
 

Methods in org.geotools.sld.v1_1.bindings with parameters of type Node
 Object NamedStyleBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object StyledLayerDescriptorBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object NamedLayerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object UserLayerBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object UserStyleBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.wcs.bindings
 

Methods in org.geotools.wcs.bindings with parameters of type Node
 Object LonLatEnvelopeBaseTypeBinding.parse(ElementInstance instance, Node node, Object value)
          ATTENTION: I'm assuming a LatLon envelope here
 Object OnlineResourceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DomainSubsetTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ResponsiblePartyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MetadataAssociationTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ContactTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _keywordsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SupportedInterpolationsTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TimePeriodTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object WCSCapabilityType_RequestBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ValueRangeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _axisDescriptionBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ServiceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DCPTypeType_HTTPBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object RangeSetTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TelephoneTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SupportedCRSsTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _rangeSetBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object IntervalTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object OutputTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractDescriptionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TypedLiteralTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CoverageOfferingBriefTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AxisDescriptionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _ContentMetadataBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DomainSetTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _GetCoverageBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AbstractDescriptionBaseTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object WCSCapabilityType_VendorSpecificCapabilitiesBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _DescribeCoverageBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SupportedFormatsTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ExtensionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SpatialDomainTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object RangeSubsetType_axisSubsetBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ValueEnumBaseTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SpatialSubsetTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object RangeSubsetTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _GetCapabilitiesBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MetadataLinkTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DescribeEOCoverageSetBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TimeSequenceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object WCSCapabilityTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object _CoverageDescriptionBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ValueEnumTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CoverageOfferingTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DCPTypeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object WCS_CapabilitiesTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object SectionsBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AddressTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LonLatEnvelopeTypeBinding.parse(ElementInstance instance, Node node, Object value)
          ATTENTION: I'm assuming a LatLon envelope here
 Object WCSCapabilityType_ExceptionBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object AxisDescriptionType_valuesBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.wfs.bindings
 

Methods in org.geotools.wfs.bindings with parameters of type Node
static EObject WFSParsingUtils.FeatureCollectionType_parse(EObject fct, ElementInstance instance, Node node)
           
 void InsertElementTypeBinding.initializeChildContext(ElementInstance childInstance, Node node, MutablePicoContainer context)
           
static void WFSBindingUtils.outputFormat(EObject object, Node node, String defalt)
          Sets the outputFormat feature of the object passed in.
 Object OperationsTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object InsertElementTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DescribeFeatureTypeTypeBinding.parse(ElementInstance instance, Node node, Object value)
          Simply returns an instance of DescribeFeatureTypeType and lets the framework to reflectively set the object properties.
 Object FeatureCollectionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TransactionSummaryTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FeaturesNotLockedTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object PropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object WFS_CapabilitiesTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FeatureTypeType_NoSRSBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object UpdateElementTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LockFeatureTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LockFeatureResponseTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object NativeTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TransactionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object OutputFormatListTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DeleteElementTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object GetFeatureWithLockTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MetadataURLTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object FeaturesLockedTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
static void WFSBindingUtils.service(EObject object, Node node)
          Sets the service feature of the object passed in.
static void WFSBindingUtils.version(EObject object, Node node)
          Sets the version feature of the object passed in.
 

Uses of Node in org.geotools.wfs.v1_0
 

Methods in org.geotools.wfs.v1_0 with parameters of type Node
 Object ServiceTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object CapabilityBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object LatLongBoundingBoxBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object DCPTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.wfs.v2_0
 

Methods in org.geotools.wfs.v2_0 with parameters of type Node
 Object FeatureCollectionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object MemberPropertyTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.wfs.v2_0.bindings
 

Methods in org.geotools.wfs.v2_0.bindings with parameters of type Node
 Object QueryExpressionTextTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object ValueCollectionTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 Object TupleTypeBinding.parse(ElementInstance instance, Node node, Object value)
           
 

Uses of Node in org.geotools.wps.bindings
 

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

Uses of Node in org.geotools.xml
 

Methods in org.geotools.xml that return Node
 Node Node.getAttribute(Class clazz)
          Returns the node corresponding to the attribute which has a parsed value which is an instance of clazz.
 Node Node.getAttribute(String name)
          Returns the node corresonding to the attribute with the specified name.
 Node Node.getChild(Class clazz)
          Returns a node corresponding to a child element which has a parsed value which is an instance of clazz.
 Node Node.getChild(String name)
          Returns a node corresponding to a child element.
 Node Node.getParent()
          Returns the parent node for this node
 

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

Uses of Node in org.geotools.xml.impl
 

Classes in org.geotools.xml.impl that implement Node
 class NodeImpl
           
 

Fields in org.geotools.xml.impl declared as Node
protected  Node ComplexBindingCallback.node
           
 

Methods in org.geotools.xml.impl that return Node
 Node NodeImpl.getAttribute(Class clazz)
           
 Node NodeImpl.getAttribute(String name)
           
 Node NodeImpl.getChild(Class clazz)
           
 Node NodeImpl.getChild(String name)
           
 Node NodeImpl.getParent()
           
 Node ElementHandlerImpl.getParseNode()
           
 Node Handler.getParseNode()
           
 Node DelegatingHandler.getParseNode()
           
 Node DocumentHandlerImpl.getParseNode()
           
 Node NodeImpl.removeAttribute(String name)
           
 Node NodeImpl.removeChild(String name)
           
 

Methods in org.geotools.xml.impl with parameters of type Node
 void NodeImpl.addAttribute(Node attribute)
           
 void NodeImpl.addChild(Node child)
           
 void NodeImpl.removeChild(Node child)
           
 void NodeImpl.setParent(Node parent)
           
 

Constructors in org.geotools.xml.impl with parameters of type Node
ComplexBindingCallback(ElementInstance instance, Node node, MutablePicoContainer context)
           
ContextInitializer(ElementInstance instance, Node node, MutablePicoContainer context)
           
ElementInitializer(ElementInstance instance, Node node, MutablePicoContainer context)
           
ParseExecutor(InstanceComponent instance, Node node, MutablePicoContainer context, ParserHandler parser)
           
 

Uses of Node in org.geotools.xs.bindings
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.