Uses of Class
org.geotools.xml.transform.TransformerBase.SchemaLocationSupport
Packages that use TransformerBase.SchemaLocationSupport
-
Uses of TransformerBase.SchemaLocationSupport in org.geotools.gml.producer
Methods in org.geotools.gml.producer with parameters of type TransformerBase.SchemaLocationSupportModifier and TypeMethodDescriptionprotected FeatureTransformer.FeatureTranslator
FeatureTransformer.createTranslator
(ContentHandler handler, String prefix, String ns, FeatureTransformer.FeatureTypeNamespaces featureTypeNamespaces, TransformerBase.SchemaLocationSupport schemaLocationSupport) Template method for creating the translator.Constructors in org.geotools.gml.producer with parameters of type TransformerBase.SchemaLocationSupportModifierConstructorDescriptionFeatureTranslator
(ContentHandler handler, String prefix, String ns, FeatureTransformer.FeatureTypeNamespaces types, TransformerBase.SchemaLocationSupport schemaLoc) Constructor with handler. -
Uses of TransformerBase.SchemaLocationSupport in org.geotools.xml.transform
Fields in org.geotools.xml.transform declared as TransformerBase.SchemaLocationSupportModifier and TypeFieldDescriptionprotected TransformerBase.SchemaLocationSupport
TransformerBase.TranslatorSupport.schemaLocation
Methods in org.geotools.xml.transform that return TransformerBase.SchemaLocationSupportModifier and TypeMethodDescriptionTransformerBase.TranslatorSupport.getSchemaLocationSupport()
Translator.getSchemaLocationSupport()
Gets the location of the schemas used in this translator.Constructors in org.geotools.xml.transform with parameters of type TransformerBase.SchemaLocationSupportModifierConstructorDescriptionTranslatorSupport
(ContentHandler contentHandler, String prefix, String nsURI, TransformerBase.SchemaLocationSupport schemaLocation)