|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.gml4wcs.bindings | |
org.geotools.kml.bindings | |
org.geotools.ows.bindings | |
org.geotools.sld.bindings | |
org.geotools.wcs.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 | |
---|---|
Object |
SortOrderTypeBinding.parse(InstanceComponent instance,
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 | |
---|---|
Object |
GeometryOperandTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
ComparisonOperatorTypeBinding.parse(InstanceComponent instance,
Object value)
|
Uses of InstanceComponent in org.geotools.gml2.bindings |
---|
Methods in org.geotools.gml2.bindings with parameters of type InstanceComponent | |
---|---|
Object |
GMLNullTypeBinding.parse(InstanceComponent instance,
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 | |
---|---|
Object |
DoubleListBinding.parse(InstanceComponent instance,
Object value)
|
Object |
IntegerListBinding.parse(InstanceComponent instance,
Object value)
|
Object |
NullTypeBinding.parse(InstanceComponent instance,
Object value)
|
Uses of InstanceComponent in org.geotools.gml4wcs.bindings |
---|
Methods in org.geotools.gml4wcs.bindings with parameters of type InstanceComponent | |
---|---|
Object |
NameListBinding.parse(InstanceComponent instance,
Object value)
|
Object |
TemporalPositionTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
TimeDurationTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
TimeIndeterminateValueTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
DoubleListBinding.parse(InstanceComponent instance,
Object value)
|
Object |
IntegerListBinding.parse(InstanceComponent instance,
Object value)
|
Uses of InstanceComponent in org.geotools.kml.bindings |
---|
Methods in org.geotools.kml.bindings with parameters of type InstanceComponent | |
---|---|
Object |
CoordinatesTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
DateTimeTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
ColorBinding.parse(InstanceComponent instance,
Object value)
|
Uses of InstanceComponent in org.geotools.ows.bindings |
---|
Methods in org.geotools.ows.bindings with parameters of type InstanceComponent | |
---|---|
Object |
MimeTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
UnitBinding.parse(InstanceComponent instance,
Object value)
|
Object |
ServiceTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
PositionType2DBinding.parse(InstanceComponent instance,
Object value)
|
Object |
UpdateSequenceTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
VersionTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
PositionTypeBinding.parse(InstanceComponent instance,
Object value)
|
Uses of InstanceComponent in org.geotools.sld.bindings |
---|
Methods in org.geotools.sld.bindings with parameters of type InstanceComponent | |
---|---|
Object |
SLDFormatBinding.parse(InstanceComponent instance,
Object value)
|
Object |
SLDGammaValueBinding.parse(InstanceComponent instance,
Object value)
|
Uses of InstanceComponent in org.geotools.wcs.bindings |
---|
Methods in org.geotools.wcs.bindings with parameters of type InstanceComponent | |
---|---|
Object |
CapabilitiesSectionTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
InterpolationMethodTypeBinding.parse(InstanceComponent instance,
Object value)
|
Uses of InstanceComponent in org.geotools.wfs.bindings |
---|
Methods in org.geotools.wfs.bindings with parameters of type InstanceComponent | |
---|---|
Object |
OperationTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
TypeNameListTypeBinding.parse(InstanceComponent instance,
Object value)
Deprecated. |
Object |
Base_TypeNameListTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
AllSomeTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
IdentifierGenerationOptionTypeBinding.parse(InstanceComponent instance,
Object value)
|
Object |
ResultTypeTypeBinding.parse(InstanceComponent instance,
Object value)
|
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 | |
---|---|
Object |
SimpleBinding.parse(InstanceComponent instance,
Object value)
Parses an instance component (element or attribute) into an object representation. |
Object |
AbstractSimpleBinding.parse(InstanceComponent instance,
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 |
NodeImpl.getComponent()
|
InstanceComponent |
ElementHandlerImpl.getComponent()
|
InstanceComponent |
Handler.getComponent()
|
InstanceComponent |
DocumentHandlerImpl.getComponent()
|
Methods in org.geotools.xml.impl with parameters of type InstanceComponent | |
---|---|
protected Object |
ParseExecutor.parseFacets(InstanceComponent instance)
|
protected 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,
Object value)
|
|
ParseExecutor(InstanceComponent instance,
Node node,
MutablePicoContainer context,
ParserHandler parser)
|
Uses of InstanceComponent in org.geotools.xs.bindings |
---|
Methods in org.geotools.xs.bindings with parameters of type InstanceComponent | |
---|---|
Object |
XSFormChoiceBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSNamespaceListBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSGMonthBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSTypeDerivationControlBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSReducedDerivationControlBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSIDREFSBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSTokenBinding.parse(InstanceComponent instance,
Object value)
This binding delegates to its parent binding, which returns objects of type String |
Object |
XSIntegerBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type BigInteger |
Object |
XSLanguageBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSNOTATIONBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSDerivationControlBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSENTITIESBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSTimeBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Calendar |
Object |
XSNonPositiveIntegerBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSGYearBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSBooleanBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Boolean |
Object |
XSGDayBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSUnsignedShortBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Integer |
Object |
XSByteBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Byte |
Object |
XSIDBinding.parse(InstanceComponent instance,
Object value)
This method delegates to its parent binding which returns objects of type String |
Object |
XSNCNameBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSNMTOKENSBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSNormalizedStringBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSFullDerivationSetBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSNegativeIntegerBinding.parse(InstanceComponent instance,
Object value)
This method returns objects of type Number . |
Object |
XSNonNegativeIntegerBinding.parse(InstanceComponent instance,
Object value)
Restriction of integer to non negative values. |
Object |
XSIntBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Integer . |
Object |
XSAnyURIBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type URI |
Object |
XSNMTOKENBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSBase64BinaryBinding.parse(InstanceComponent instance,
Object value)
This binding returns arrays of type byte[] |
Object |
XSDateTimeBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Calendar |
Object |
XSShortBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Short |
Object |
XSDoubleBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Double . |
Object |
XSPublicBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSDerivationSetBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSDurationBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSLongBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Long |
Object |
XSGYearMonthBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSUnsignedLongBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type BigDecimal |
Object |
XSUnsignedByteBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Short |
Object |
XSQNameBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type QName |
Object |
XSAnySimpleTypeBinding.parse(InstanceComponent instance,
Object value)
This method returns the value paramter, which is the facet parsed string passed in from the framework |
Object |
XSDateBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Calendar |
Object |
XSDecimalBinding.parse(InstanceComponent instance,
Object value)
/** |
Object |
XSPositiveIntegerBinding.parse(InstanceComponent instance,
Object value)
Restriction of integer to positive values. |
Object |
XSHexBinaryBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSGMonthDayBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSBlockSetBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSUnsignedIntBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Long |
Object |
XSNameBinding.parse(InstanceComponent instance,
Object value)
This binding simply delegates to its parent binding which returns an object of type String |
Object |
XSSimpleDerivationSetBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Short |
Object |
XSStringBinding.parse(InstanceComponent instance,
Object value)
The string datatype represents character strings in XML |
Object |
XSENTITYBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSFloatBinding.parse(InstanceComponent instance,
Object value)
This binding returns objects of type Float |
Object |
XSIDREFBinding.parse(InstanceComponent instance,
Object value)
|
Object |
XSAllNNIBinding.parse(InstanceComponent instance,
Object value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |