Uses of Interface
org.geotools.xml.InstanceComponent

Packages that use InstanceComponent
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.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 InstanceComponent in org.geotools.filter.v1_1
 

Methods in org.geotools.filter.v1_1 with parameters of type InstanceComponent
 java.lang.Object SortOrderTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 

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

Methods in org.geotools.filter.v1_1.capabilities with parameters of type InstanceComponent
 java.lang.Object GeometryOperandTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object ComparisonOperatorTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 

Uses of InstanceComponent in org.geotools.gml2.bindings
 

Methods in org.geotools.gml2.bindings with parameters of type InstanceComponent
 java.lang.Object GMLNullTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
          Returns an object of type @link com.vividsolutions.jts.geom.Envelope.
 

Uses of InstanceComponent in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type InstanceComponent
 java.lang.Object IntegerListBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object DoubleListBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object NullTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 

Uses of InstanceComponent in org.geotools.kml.bindings
 

Methods in org.geotools.kml.bindings with parameters of type InstanceComponent
 java.lang.Object ColorBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object CoordinatesTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object DateTimeTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 

Uses of InstanceComponent in org.geotools.ows.bindings
 

Methods in org.geotools.ows.bindings with parameters of type InstanceComponent
 java.lang.Object MimeTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object VersionTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object PositionTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object ServiceTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object PositionType2DBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object UnitBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object UpdateSequenceTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 

Uses of InstanceComponent in org.geotools.sld.bindings
 

Methods in org.geotools.sld.bindings with parameters of type InstanceComponent
 java.lang.Object SLDGammaValueBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object SLDFormatBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 

Uses of InstanceComponent in org.geotools.wfs.bindings
 

Methods in org.geotools.wfs.bindings with parameters of type InstanceComponent
 java.lang.Object AllSomeTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object Base_TypeNameListTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object OperationTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object IdentifierGenerationOptionTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object ResultTypeTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object TypeNameListTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
          Deprecated.  
 

Uses of InstanceComponent in org.geotools.xml
 

Subinterfaces of InstanceComponent in org.geotools.xml
 interface AttributeInstance
          Represents an attribute in an instance document.
 interface ElementInstance
          Represents an element in an instance document.
 

Methods in org.geotools.xml that return InstanceComponent
 InstanceComponent Node.getComponent()
           
 

Methods in org.geotools.xml with parameters of type InstanceComponent
 java.lang.Object SimpleBinding.parse(InstanceComponent instance, java.lang.Object value)
          Parses an instance component (element or attribute) into an object representation.
 java.lang.Object AbstractSimpleBinding.parse(InstanceComponent instance, java.lang.Object value)
          Subclasses need to override this method, this implementation returns null.
 

Uses of InstanceComponent in org.geotools.xml.impl
 

Classes in org.geotools.xml.impl that implement InstanceComponent
 class AttributeImpl
           
 class ElementImpl
           
 class InstanceComponentImpl
           
 

Methods in org.geotools.xml.impl that return InstanceComponent
 InstanceComponent DocumentHandlerImpl.getComponent()
           
 InstanceComponent Handler.getComponent()
           
 InstanceComponent DelegatingHandler.getComponent()
           
 InstanceComponent NodeImpl.getComponent()
           
 InstanceComponent ElementHandlerImpl.getComponent()
           
 

Methods in org.geotools.xml.impl with parameters of type InstanceComponent
protected  java.lang.Object ParseExecutor.parseFacets(InstanceComponent instance)
           
protected  java.lang.Object ParseExecutor.preParse(InstanceComponent instance)
          Pre-parses the instance compontent checking the following:
 

Constructors in org.geotools.xml.impl with parameters of type InstanceComponent
NodeImpl(InstanceComponent component)
           
NodeImpl(InstanceComponent component, java.lang.Object value)
           
ParseExecutor(InstanceComponent instance, Node node, org.picocontainer.MutablePicoContainer context, ParserHandler parser)
           
 

Uses of InstanceComponent in org.geotools.xs.bindings
 

Methods in org.geotools.xs.bindings with parameters of type InstanceComponent
 java.lang.Object XSReducedDerivationControlBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSFormChoiceBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSLongBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Long.
 java.lang.Object XSNegativeIntegerBinding.parse(InstanceComponent instance, java.lang.Object value)
          This method returns objects of type Number.
 java.lang.Object XSDerivationSetBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSTypeDerivationControlBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSByteBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Byte.
 java.lang.Object XSAnyURIBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type URI.
 java.lang.Object XSTokenBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding delegates to its parent binding, which returns objects of type String.
 java.lang.Object XSGMonthBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSGYearMonthBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSPublicBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSNamespaceListBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSDurationBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSShortBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Short.
 java.lang.Object XSGDayBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSNameBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding simply delegates to its parent binding which returns an object of type String.
 java.lang.Object XSAllNNIBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSIDREFBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSNMTOKENSBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSUnsignedIntBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Long.
 java.lang.Object XSBase64BinaryBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns arrays of type byte[].
 java.lang.Object XSIDREFSBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSHexBinaryBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSStringBinding.parse(InstanceComponent instance, java.lang.Object value)
          The string datatype represents character strings in XML.
 java.lang.Object XSFullDerivationSetBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSBooleanBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Boolean.
 java.lang.Object XSNMTOKENBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSNonNegativeIntegerBinding.parse(InstanceComponent instance, java.lang.Object value)
          Restriction of integer to non negative values.
 java.lang.Object XSENTITYBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSDerivationControlBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSIntBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Integer.
 java.lang.Object XSSimpleDerivationSetBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Short.
 java.lang.Object XSDecimalBinding.parse(InstanceComponent instance, java.lang.Object value)
          /** This is AFTER so value contains element.text after processing by AnySimpleType.
 java.lang.Object XSTimeBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Calendar.
 java.lang.Object XSUnsignedByteBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Short.
 java.lang.Object XSDoubleBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Double.
 java.lang.Object XSNCNameBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSGYearBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSAnySimpleTypeBinding.parse(InstanceComponent instance, java.lang.Object value)
          This method returns the value paramter, which is the facet parsed string passed in from the framework.
 java.lang.Object XSQNameBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type QName.
 java.lang.Object XSLanguageBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSNormalizedStringBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSENTITIESBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSNonPositiveIntegerBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSGMonthDayBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSDateBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Calendar.
 java.lang.Object XSUnsignedShortBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Integer.
 java.lang.Object XSPositiveIntegerBinding.parse(InstanceComponent instance, java.lang.Object value)
          Restriction of integer to positive values.
 java.lang.Object XSUnsignedLongBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type BigDecimal.
 java.lang.Object XSNOTATIONBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 java.lang.Object XSIntegerBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type BigInteger.
 java.lang.Object XSIDBinding.parse(InstanceComponent instance, java.lang.Object value)
          This method delegates to its parent binding which returns objects of type String.
 java.lang.Object XSDateTimeBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Calendar.
 java.lang.Object XSFloatBinding.parse(InstanceComponent instance, java.lang.Object value)
          This binding returns objects of type Float.
 java.lang.Object XSBlockSetBinding.parse(InstanceComponent instance, java.lang.Object value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.