| Interface | Description |
|---|---|
| AttributeInstance |
Represents an attribute in an instance document.
|
| Binding |
A specialized handler for a specific type in an xml schema.
|
| BindingFactory |
Creates the binding for a qualified name.
|
| BindingWalkerFactory |
Factory made available to bindings to walk over a binding execution chain.
|
| ComplexBinding |
A strategy for parsing elements in an instance document which are of complex type.
|
| ElementInstance |
Represents an element in an instance document.
|
| EncoderConfiguration |
Used to configure an instance of
org.geotools.xml.Writer. |
| EncoderDelegate |
An interface used to signal to the
Encoder that it should delegate to the object itself
to encode, rather than work the object through the typical encoding routine. |
| InstanceComponent | |
| Node |
Represents a value in the parse tree.
|
| Parser.Properties | Deprecated |
| ParserDelegate |
Interface for objects which need to take over parsing control from the main parsing driver.
|
| ParserDelegate2 |
Extension of
ParserDelegate used to stage new interface methods. |
| PropertyExtractor |
Factory used by the encoder to obtain child values from objects being encoded.
|
| SchemaIndex | |
| SimpleBinding |
A strategy for parsing components in an instance document which are of simple type.
|
| Class | Description |
|---|---|
| AbstractComplexBinding |
Base class for complex bindings.
|
| AbstractComplexEMFBinding |
Base class for complex bindings which map to an EMF model class.
|
| AbstractSimpleBinding |
Base class for simple bindings.
|
| ComplexEMFBinding |
A binding implementation which parses / encodes objects from an EMF model.
|
| Configuration |
Responsible for configuring a parser runtime environment.
|
| DOMParser |
Parses a DOM (Document Object Model) using the geotools xml binding system.
|
| EMFUtils |
Utility methods for working with emf model objects.
|
| Encoder |
Encodes objects as xml based on a schema.
|
| EnumSimpleBinding |
Parses a simple type into an exiting enum.
|
| OptionalComponentParameter |
A pico container "parameter" which allows one to make setter injection optional.
|
| Parser |
GeoTools XML parser.
|
| ParserNamespaceSupport |
NamespaceSupport implementation that allows additional NamespaceSupport objects to be part of the
look up process.
|
| PullParser |
XML pull parser capable of streaming.
|
| SchemaLocationResolver |
Resolves a physical schema location from a namespace uri.
|
| SchemaLocator |
Helper class which ensures that the xsd schema parser uses pre-build schema objects.
|
| Schemas |
Utility class for performing various operations.
|
| SimpleContentComplexEMFBinding |
A binding implementation which handles the case of a complex type with simple content.
|
| StreamingParser | Deprecated
PullParser is meant as a better replacement. |
| Text |
Represents text encountered in the parse tree.
|
| TextInstance | |
| XML |
This interface contains the qualified names of all the types,elements, and attributes in the
http://www.w3.org/XML/1998/namespace schema.
|
| XMLConfiguration |
Parser configuration for the http://www.w3.org/XML/1998/namespace schema.
|
| XSD |
Xml Schema for a particular namespace.
|
| XSDParserDelegate |
Parser delegate which which uses the xsd framework to parse.
|
Copyright © 1996–2019 Geotools. All rights reserved.