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 SchemaWMSSchema.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 SchemaSchemaFactory.getInstance(String targetNamespace) static SchemaSchemaFactory.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 SchemaSchemaFactory.getInstance(URI targetNamespace, InputStream is1) static SchemaSchemaFactory.getInstance(URI targetNamespace, InputStream is1, Level level) static SchemaSchemaFactory.getInstance(URI targetNamespace, URI desiredSchema) Returns an instance of the desired class.static SchemaSchemaFactory.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 voidSchemaFactory.registerSchema(URI targetNamespace, Schema schema) Registers a Schema instance with the factory.static voidWrite value to file using provided schema.static voidEntry Point to Document writer.static voidWrite value to file using provided schema.static voidEntry 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 TypeClassDescriptionclassThis 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 SchemaGMLSchema.getInstance() -
Uses of Schema in org.geotools.xml.handlers
Methods in org.geotools.xml.handlers with parameters of type SchemaModifier and TypeMethodDescriptionprotected voidElementHandlerFactory.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 TypeClassDescriptionclassThis class is a hard-coded version of the XLink Schema.Methods in org.geotools.xml.xLink that return SchemaModifier and TypeMethodDescriptionSchema[]XLinkSchema.getImports()static SchemaXLinkSchema.getInstance()