Uses of Interface
org.geotools.xml.schema.Schema
- 
Packages that use Schema Package Description org.geotools.ows.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 Overvieworg.geotools.xml.handlers.xsi Overvieworg.geotools.xml.schema Schema Interfacesorg.geotools.xml.styling org.geotools.xml.xLink 
- 
- 
Uses of Schema in org.geotools.ows.wms.xmlClasses in org.geotools.ows.wms.xml that implement Schema Modifier and Type Class Description classOGCSchemaclassWMSSchemaMethods in org.geotools.ows.wms.xml that return Schema Modifier and Type Method Description Schema[]OGCSchema. getImports()Schema[]WMSSchema. getImports()static SchemaWMSSchema. getInstance()
- 
Uses of Schema in org.geotools.xmlMethods in org.geotools.xml that return Schema Modifier and Type Method Description SchemaPrintHandler. 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.SchemaXSISAXHandler. getSchema()getSchema purpose.static Schema[]SchemaFactory. getSchemas(String prefix)Methods in org.geotools.xml with parameters of type Schema Modifier and Type Method Description static voidSchemaFactory. registerSchema(URI targetNamespace, Schema schema)Registers a Schema instance with the factory.static voidDocumentWriter. writeDocument(Object value, Schema schema, File f, Map<String,Object> hints)Write value to file using provided schema.static voidDocumentWriter. writeDocument(Object value, Schema schema, Writer w, Map<String,Object> hints)Entry Point to Document writer.static voidDocumentWriter. writeFragment(Object value, Schema schema, File f, Map<String,Object> hints)Write value to file using provided schema.static voidDocumentWriter. writeFragment(Object value, Schema schema, Writer w, Map<String,Object> hints)Entry Point to Document writer.static voidDocumentWriter. writeSchema(Schema schema, Writer w, Map<String,Object> hints)
- 
Uses of Schema in org.geotools.xml.filterClasses in org.geotools.xml.filter that implement Schema Modifier and Type Class Description classFilterSchemaSchema for parsing filter content.Methods in org.geotools.xml.filter that return Schema Modifier and Type Method Description Schema[]FilterSchema. getImports()
- 
Uses of Schema in org.geotools.xml.gmlClasses in org.geotools.xml.gml that implement Schema Modifier and Type Class Description classGMLSchemaThis class represents a hard coded, java interpreted version of the GML 2.1.2 schema.Methods in org.geotools.xml.gml that return Schema Modifier and Type Method Description Schema[]GMLSchema. getImports()static SchemaGMLSchema. getInstance()
- 
Uses of Schema in org.geotools.xml.handlersMethods in org.geotools.xml.handlers with parameters of type Schema Modifier and Type Method Description protected voidElementHandlerFactory. startPrefixMapping(String prefix, Schema targ)
- 
Uses of Schema in org.geotools.xml.handlers.xsiMethods in org.geotools.xml.handlers.xsi that return Schema Modifier and Type Method Description protected SchemaSchemaHandler. compress(URI thisURI)creates a smaller, more compact version of the schemaSchemaRootHandler. getSchema()intended to be called after the parse, this generates a Schema object from the schema which was parsed in.
- 
Uses of Schema in org.geotools.xml.schemaMethods in org.geotools.xml.schema that return Schema Modifier and Type Method Description 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.stylingClasses in org.geotools.xml.styling that implement Schema Modifier and Type Class Description classsldSchemaMethods in org.geotools.xml.styling that return Schema Modifier and Type Method Description Schema[]sldSchema. getImports()
- 
Uses of Schema in org.geotools.xml.xLinkClasses in org.geotools.xml.xLink that implement Schema Modifier and Type Class Description classXLinkSchemaThis class is a hard-coded version of the XLink Schema.Methods in org.geotools.xml.xLink that return Schema Modifier and Type Method Description Schema[]XLinkSchema. getImports()static SchemaXLinkSchema. getInstance()
 
-