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 |
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.xLink |
Modifier and Type | Class and Description |
---|---|
class |
OGCSchema |
class |
WMSSchema |
Modifier and Type | Method and Description |
---|---|
Schema[] |
OGCSchema.getImports() |
Schema[] |
WMSSchema.getImports() |
static Schema |
WMSSchema.getInstance() |
Modifier and Type | Method and Description |
---|---|
Schema |
PrintHandler.getDocumentSchema()
Returns the default Schema for the document being printed
|
static Schema |
SchemaFactory.getInstance(String targetNamespace) |
static Schema |
SchemaFactory.getInstance(URI targetNamespace)
Returns an instance of the targetNamespace if it can be found ... null otherwise.
|
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.
|
Schema |
XSISAXHandler.getSchema()
getSchema purpose.
|
static Schema[] |
SchemaFactory.getSchemas(String prefix) |
Modifier and Type | Method and Description |
---|---|
static void |
SchemaFactory.registerSchema(URI targetNamespace,
Schema schema)
Registers a Schema instance with the factory.
|
static void |
DocumentWriter.writeDocument(Object value,
Schema schema,
File f,
Map hints)
Write value to file using provided schema.
|
static void |
DocumentWriter.writeDocument(Object value,
Schema schema,
Writer w,
Map hints)
Entry Point to Document writer.
|
static void |
DocumentWriter.writeFragment(Object value,
Schema schema,
File f,
Map hints)
Write value to file using provided schema.
|
static void |
DocumentWriter.writeFragment(Object value,
Schema schema,
Writer w,
Map hints)
Entry Point to Document writer.
|
static void |
DocumentWriter.writeSchema(Schema schema,
Writer w,
Map hints)
DOCUMENT ME!
|
Modifier and Type | Class and Description |
---|---|
class |
FilterSchema
Schema for parsing filter content.
|
Modifier and Type | Method and Description |
---|---|
Schema[] |
FilterSchema.getImports() |
Modifier and Type | Class and Description |
---|---|
class |
GMLSchema
This class represents a hard coded, java interpreted version of the GML 2.1.2 schema.
|
Modifier and Type | Method and Description |
---|---|
Schema[] |
GMLSchema.getImports() |
static Schema |
GMLSchema.getInstance() |
Modifier and Type | Method and Description |
---|---|
protected void |
ElementHandlerFactory.startPrefixMapping(String prefix,
Schema targ) |
Modifier and Type | Method and Description |
---|---|
protected Schema |
SchemaHandler.compress(URI thisURI)
creates a smaller, more compact version of the schema
|
Schema |
RootHandler.getSchema()
intended to be called after the parse, this generates a Schema object from the schema which
was parsed in.
|
Modifier and Type | Method and Description |
---|---|
Schema[] |
Schema.getImports()
This method is intended to provide a list of public Imports defined by this Schema.
|
Modifier and Type | Class and Description |
---|---|
class |
sldSchema |
Modifier and Type | Method and Description |
---|---|
Schema[] |
sldSchema.getImports() |
Modifier and Type | Class and Description |
---|---|
class |
XLinkSchema
This class is a hard-coded version of the XLink Schema.
|
Modifier and Type | Method and Description |
---|---|
Schema[] |
XLinkSchema.getImports() |
static Schema |
XLinkSchema.getInstance() |
Copyright © 1996–2019 Geotools. All rights reserved.