Uses of Interface
org.geotools.xml.schema.Schema
Packages that use Schema
Package
Description
Package supporting XML parsing with a focus on GML.
The package name does not map the prefix name because we feel that this
is a better representation.
Overview
Overview
Schema Interfaces
-
Uses of Schema in org.geotools.ows.wms.xml
Classes in org.geotools.ows.wms.xml that implement SchemaMethods in org.geotools.ows.wms.xml that return SchemaModifier and TypeMethodDescriptionSchema[]
OGCSchema.getImports()
Schema[]
WMSSchema.getImports()
static Schema
WMSSchema.getInstance()
-
Uses of Schema in org.geotools.xml
Methods in org.geotools.xml that return SchemaModifier and TypeMethodDescriptionPrintHandler.getDocumentSchema()
Returns the default Schema for the document being printedstatic Schema
SchemaFactory.getInstance
(String targetNamespace) static Schema
SchemaFactory.getInstance
(URI targetNamespace) Returns an instance of the targetNamespace if it can be found ... null otherwise. targetNamespaces which can be found are either hard-coded namespaces (SchemaFactory.properties), have already been parsed or were registered.static Schema
SchemaFactory.getInstance
(URI targetNamespace, InputStream is1) static Schema
SchemaFactory.getInstance
(URI targetNamespace, InputStream is1, Level level) static Schema
SchemaFactory.getInstance
(URI targetNamespace, URI desiredSchema) Returns an instance of the desired class.static Schema
SchemaFactory.getInstance
(URI targetNamespace, URI desiredSchema, Level level) Returns an instance of the desired class.XSISAXHandler.getSchema()
getSchema purpose.static Schema[]
SchemaFactory.getSchemas
(String prefix) Methods in org.geotools.xml with parameters of type SchemaModifier and TypeMethodDescriptionstatic void
SchemaFactory.registerSchema
(URI targetNamespace, Schema schema) Registers a Schema instance with the factory.static void
Write value to file using provided schema.static void
Entry Point to Document writer.static void
Write value to file using provided schema.static void
Entry Point to Document writer.static void
-
Uses of Schema in org.geotools.xml.filter
Classes in org.geotools.xml.filter that implement SchemaMethods in org.geotools.xml.filter that return Schema -
Uses of Schema in org.geotools.xml.gml
Classes in org.geotools.xml.gml that implement SchemaModifier and TypeClassDescriptionclass
This class represents a hard coded, java interpreted version of the GML 2.1.2 schema.Methods in org.geotools.xml.gml that return SchemaModifier and TypeMethodDescriptionSchema[]
GMLSchema.getImports()
static Schema
GMLSchema.getInstance()
-
Uses of Schema in org.geotools.xml.handlers
Methods in org.geotools.xml.handlers with parameters of type SchemaModifier and TypeMethodDescriptionprotected void
ElementHandlerFactory.startPrefixMapping
(String prefix, Schema targ) -
Uses of Schema in org.geotools.xml.handlers.xsi
Methods in org.geotools.xml.handlers.xsi that return Schema -
Uses of Schema in org.geotools.xml.schema
Methods in org.geotools.xml.schema that return SchemaModifier and TypeMethodDescriptionSchema[]
Schema.getImports()
This method is intended to provide a list of public Imports defined by this Schema. -
Uses of Schema in org.geotools.xml.styling
Classes in org.geotools.xml.styling that implement SchemaMethods in org.geotools.xml.styling that return Schema -
Uses of Schema in org.geotools.xml.xLink
Classes in org.geotools.xml.xLink that implement SchemaModifier and TypeClassDescriptionclass
This class is a hard-coded version of the XLink Schema.Methods in org.geotools.xml.xLink that return SchemaModifier and TypeMethodDescriptionSchema[]
XLinkSchema.getImports()
static Schema
XLinkSchema.getInstance()