Uses of Interface
org.geotools.xml.schema.Schema

Packages that use Schema
org.geotools.data.wfs   
org.geotools.data.wms.xml   
org.geotools.xml Package supporting XML parsing with a focus on GML.  
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.  
org.geotools.xml.gml   
org.geotools.xml.handlers Overview This package provides the necessary tools to parse an XML instance document using the XMLSAXHandler and DocumentFactory.  
org.geotools.xml.handlers.xsi Overview This package contains information about xml schemas, and processes to create parse and interpret Schema.  
org.geotools.xml.schema Schema Interfaces Overview This package is intended to provide all the necessary interfaces to semantically represent an XML Schema.  
org.geotools.xml.styling   
org.geotools.xml.wfs   
org.geotools.xml.xLink   
 

Uses of Schema in org.geotools.data.wfs
 

Methods in org.geotools.data.wfs that return Schema
 Schema WFSSchemaFactory.WFSRootHandler.getSchema()
           
 

Uses of Schema in org.geotools.data.wms.xml
 

Classes in org.geotools.data.wms.xml that implement Schema
 class OGCSchema
           
 class WMSSchema
           
 

Methods in org.geotools.data.wms.xml that return Schema
 Schema[] OGCSchema.getImports()
           
 Schema[] WMSSchema.getImports()
           
static Schema WMSSchema.getInstance()
           
 

Uses of Schema in org.geotools.xml
 

Methods in org.geotools.xml that return Schema
static Schema SchemaFactory.getInstance(java.net.URI targetNamespace, java.net.URI desiredSchema)
          Returns an instance of the desired class.
static Schema SchemaFactory.getInstance(java.net.URI targetNamespace, java.io.InputStream is1)
           
static Schema SchemaFactory.getInstance(java.net.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.getSchemas(java.lang.String prefix)
           
static Schema SchemaFactory.getInstance(java.net.URI targetNamespace, java.net.URI desiredSchema, java.util.logging.Level level)
          Returns an instance of the desired class.
static Schema SchemaFactory.getInstance(java.net.URI targetNamespace, java.io.InputStream is1, java.util.logging.Level level)
           
 Schema XSISAXHandler.getSchema()
          getSchema purpose.
 Schema PrintHandler.getDocumentSchema()
          Returns the default Schema for the document being printed
 

Methods in org.geotools.xml with parameters of type Schema
static void SchemaFactory.registerSchema(java.net.URI targetNamespace, Schema schema)
          Registers a Schema instance with the factory.
static void DocumentWriter.writeDocument(java.lang.Object value, Schema schema, java.io.File f, java.util.Map hints)
          Write value to file using provided schema.
static void DocumentWriter.writeDocument(java.lang.Object value, Schema schema, java.io.Writer w, java.util.Map hints)
          Entry Point to Document writer.
static void DocumentWriter.writeFragment(java.lang.Object value, Schema schema, java.io.File f, java.util.Map hints)
          Write value to file using provided schema.
static void DocumentWriter.writeFragment(java.lang.Object value, Schema schema, java.io.Writer w, java.util.Map hints)
          Entry Point to Document writer.
static void DocumentWriter.writeSchema(Schema schema, java.io.Writer w, java.util.Map hints)
          DOCUMENT ME!
 

Uses of Schema in org.geotools.xml.filter
 

Classes in org.geotools.xml.filter that implement Schema
 class FilterSchema
           DOCUMENT ME!
 

Methods in org.geotools.xml.filter that return Schema
 Schema[] FilterSchema.getImports()
           
 

Uses of Schema in org.geotools.xml.gml
 

Classes in org.geotools.xml.gml that implement Schema
 class GMLSchema
           This class represents a hard coded, java interpreted version of the GML 2.1.2 schema.
 

Methods in org.geotools.xml.gml that return Schema
 Schema[] GMLSchema.getImports()
           
static Schema GMLSchema.getInstance()
           
 

Uses of Schema in org.geotools.xml.handlers
 

Methods in org.geotools.xml.handlers with parameters of type Schema
protected  void ElementHandlerFactory.startPrefixMapping(java.lang.String prefix, Schema targ)
           
 

Uses of Schema in org.geotools.xml.handlers.xsi
 

Methods in org.geotools.xml.handlers.xsi that return Schema
 Schema RootHandler.getSchema()
           intended to be called after the parse, this generates a Schema object from the schema which was parsed in.
protected  Schema SchemaHandler.compress(java.net.URI thisURI)
           creates a smaller, more compact version of the schema
 

Uses of Schema in org.geotools.xml.schema
 

Methods in org.geotools.xml.schema that return Schema
 Schema[] 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 Schema
 class sldSchema
           
 

Methods in org.geotools.xml.styling that return Schema
 Schema[] sldSchema.getImports()
           
 

Uses of Schema in org.geotools.xml.wfs
 

Classes in org.geotools.xml.wfs that implement Schema
 class WFSSchema
           This class represents a hard coded, java interpreted version of the WFS WFS-basic schema.
 

Methods in org.geotools.xml.wfs that return Schema
static Schema WFSSchema.getInstance()
           
 Schema[] WFSSchema.getImports()
           
 

Uses of Schema in org.geotools.xml.xLink
 

Classes in org.geotools.xml.xLink that implement Schema
 class XLinkSchema
           This class is a hard-coded version of the XLink Schema.
 

Methods in org.geotools.xml.xLink that return Schema
static Schema XLinkSchema.getInstance()
           
 Schema[] XLinkSchema.getImports()
           
 



Copyright © GeoTools. All Rights Reserved.