Uses of Package
org.geotools.xml

Packages that use org.geotools.xml
org.geotools   
org.geotools.csw   
org.geotools.csw.bindings   
org.geotools.data.complex.config   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_1_0   
org.geotools.data.wfs.v1_1_0.parsers   
org.geotools.data.wms.xml   
org.geotools.filter   
org.geotools.filter.v1_0   
org.geotools.filter.v1_0.capabilities   
org.geotools.filter.v1_1   
org.geotools.filter.v1_1.capabilities   
org.geotools.filter.v2_0   
org.geotools.filter.v2_0.bindings   
org.geotools.gml2   
org.geotools.gml2.bindings   
org.geotools.gml3   
org.geotools.gml3.bindings   
org.geotools.gml3.bindings.ext   
org.geotools.gml3.smil   
org.geotools.gml3.v3_2   
org.geotools.gml3.v3_2.bindings   
org.geotools.gml3.v3_2.gco   
org.geotools.gml3.v3_2.gmd   
org.geotools.gml3.v3_2.gmx   
org.geotools.gml3.v3_2.gsr   
org.geotools.gml3.v3_2.gss   
org.geotools.gml3.v3_2.gts   
org.geotools.gml4wcs.bindings   
org.geotools.gtxml   
org.geotools.kml.bindings   
org.geotools.kml.v22   
org.geotools.kml.v22.bindings   
org.geotools.ows A placeholder for data objects common to OWS code, such as WMS, WFS, etc. 
org.geotools.ows.bindings   
org.geotools.se.v1_1   
org.geotools.se.v1_1.bindings   
org.geotools.sld   
org.geotools.sld.bindings   
org.geotools.sld.v1_1   
org.geotools.sld.v1_1.bindings   
org.geotools.wcs   
org.geotools.wcs.bindings   
org.geotools.wcs.v2_0   
org.geotools.wfs   
org.geotools.wfs.bindings   
org.geotools.wfs.v1_0   
org.geotools.wfs.v2_0   
org.geotools.wfs.v2_0.bindings   
org.geotools.wms.v1_3   
org.geotools.wps   
org.geotools.wps.bindings   
org.geotools.xlink   
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.impl   
org.geotools.xml.impl.jxpath   
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.schema.impl   
org.geotools.xml.test   
org.geotools.xml.xsi   
org.geotools.xs Captures initial mapping of XML Simple Types to Java Objects. 
org.geotools.xs.bindings Captures initial mapping of XML Simple Types to Java Objects. 
 

Classes in org.geotools.xml used by org.geotools
StreamingParser
          Deprecated. PullParser is meant as a better replacement.
 

Classes in org.geotools.xml used by org.geotools.csw
Configuration
          Responsible for configuring a parser runtime environment.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.csw.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractComplexEMFBinding
          Base class for complex bindings which map to an EMF model class.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ComplexEMFBinding
          A binding implementation which parses / encodes objects from an EMF model.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
SimpleContentComplexEMFBinding
          A binding implementation which handles the case of a complex type with simple content.
 

Classes in org.geotools.xml used by org.geotools.data.complex.config
AppSchemaConfiguration
          XML encoder Configuration that uses SchemaResolver to obtain schemas.
Configuration
          Responsible for configuring a parser runtime environment.
SchemaIndex
           
 

Classes in org.geotools.xml used by org.geotools.data.wfs.v1_0_0
SchemaFactory
          This is the main entry point into the XSI parsing routines.
XMLHandlerHints
          Hint object with known parameters for XML parsing.
XSIElementHandler
          This abstract class is intended to act as both a definition of what a generic handler is, and a default handler.
XSISAXHandler
          This is a schema handler.
 

Classes in org.geotools.xml used by org.geotools.data.wfs.v1_1_0
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
Configuration
          Responsible for configuring a parser runtime environment.
 

Classes in org.geotools.xml used by org.geotools.data.wfs.v1_1_0.parsers
Configuration
          Responsible for configuring a parser runtime environment.
 

Classes in org.geotools.xml used by org.geotools.data.wms.xml
PrintHandler
          PrintHandler accepts SAXish events and generated output.
 

Classes in org.geotools.xml used by org.geotools.filter
Node
          Represents a value in the parse tree.
 

Classes in org.geotools.xml used by org.geotools.filter.v1_0
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
Configuration
          Responsible for configuring a parser runtime environment.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.filter.v1_0.capabilities
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
 

Classes in org.geotools.xml used by org.geotools.filter.v1_1
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
ParserDelegate
          Interface for objects which need to take over parsing control from the main parsing driver.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
XSDParserDelegate
          Parser delegate which which uses the xsd framework to parse.
 

Classes in org.geotools.xml used by org.geotools.filter.v1_1.capabilities
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.filter.v2_0
Configuration
          Responsible for configuring a parser runtime environment.
ParserDelegate
          Interface for objects which need to take over parsing control from the main parsing driver.
XSD
          Xml Schema for a particular namespace.
XSDParserDelegate
          Parser delegate which which uses the xsd framework to parse.
 

Classes in org.geotools.xml used by org.geotools.filter.v2_0.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.gml2
Configuration
          Responsible for configuring a parser runtime environment.
ParserDelegate
          Interface for objects which need to take over parsing control from the main parsing driver.
PropertyExtractor
          Factory used by the encoder to obtain child values from objects being encoded.
SchemaIndex
           
SchemaLocationResolver
          Resolves a physical schema location from a namespace uri.
XSD
          Xml Schema for a particular namespace.
XSDParserDelegate
          Parser delegate which which uses the xsd framework to parse.
 

Classes in org.geotools.xml used by org.geotools.gml2.bindings
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
BindingWalkerFactory
          Factory made available to bindings to walk over a bindign execution chain.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
Configuration
          Responsible for configuring a parser runtime environment.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SchemaIndex
           
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3
Configuration
          Responsible for configuring a parser runtime environment.
 

Classes in org.geotools.xml used by org.geotools.gml3.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
BindingWalkerFactory
          Factory made available to bindings to walk over a bindign execution chain.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
Configuration
          Responsible for configuring a parser runtime environment.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SchemaIndex
           
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.bindings.ext
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
 

Classes in org.geotools.xml used by org.geotools.gml3.smil
Configuration
          Responsible for configuring a parser runtime environment.
SchemaLocator
          Helper class which ensures that the xsd schema parser uses pre-build schema objects.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2.bindings
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2.gco
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2.gmd
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2.gmx
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2.gsr
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2.gss
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml3.v3_2.gts
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.gml4wcs.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.gtxml
Configuration
          Responsible for configuring a parser runtime environment.
 

Classes in org.geotools.xml used by org.geotools.kml.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.kml.v22
Configuration
          Responsible for configuring a parser runtime environment.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.kml.v22.bindings
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
 

Classes in org.geotools.xml used by org.geotools.ows
Configuration
          Responsible for configuring a parser runtime environment.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.ows.bindings
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.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ComplexEMFBinding
          A binding implementation which parses / encodes objects from an EMF model.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.se.v1_1
Configuration
          Responsible for configuring a parser runtime environment.
Parser
          GeoTools XML parser.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.se.v1_1.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.sld
Configuration
          Responsible for configuring a parser runtime environment.
Parser
          GeoTools XML parser.
 

Classes in org.geotools.xml used by org.geotools.sld.bindings
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.sld.v1_1
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.sld.v1_1.bindings
AbstractComplexBinding
          Base class for complex bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
 

Classes in org.geotools.xml used by org.geotools.wcs
Configuration
          Responsible for configuring a parser runtime environment.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.wcs.bindings
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.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.wcs.v2_0
Configuration
          Responsible for configuring a parser runtime environment.
ParserDelegate
          Interface for objects which need to take over parsing control from the main parsing driver.
XSD
          Xml Schema for a particular namespace.
XSDParserDelegate
          Parser delegate which which uses the xsd framework to parse.
 

Classes in org.geotools.xml used by org.geotools.wfs
Configuration
          Responsible for configuring a parser runtime environment.
ParserDelegate
          Interface for objects which need to take over parsing control from the main parsing driver.
XSD
          Xml Schema for a particular namespace.
XSDParserDelegate
          Parser delegate which which uses the xsd framework to parse.
 

Classes in org.geotools.xml used by org.geotools.wfs.bindings
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.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.wfs.v1_0
AbstractComplexBinding
          Base class for complex bindings.
AbstractComplexEMFBinding
          Base class for complex bindings which map to an EMF model class.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
Configuration
          Responsible for configuring a parser runtime environment.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.wfs.v2_0
AbstractComplexBinding
          Base class for complex bindings.
AbstractComplexEMFBinding
          Base class for complex bindings which map to an EMF model class.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
Configuration
          Responsible for configuring a parser runtime environment.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
Parser
          GeoTools XML parser.
SchemaIndex
           
 

Classes in org.geotools.xml used by org.geotools.wfs.v2_0.bindings
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.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ComplexEMFBinding
          A binding implementation which parses / encodes objects from an EMF model.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
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.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 

Classes in org.geotools.xml used by org.geotools.wms.v1_3
Configuration
          Responsible for configuring a parser runtime environment.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.wps
Configuration
          Responsible for configuring a parser runtime environment.
SchemaLocationResolver
          Resolves a physical schema location from a namespace uri.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.wps.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractComplexEMFBinding
          Base class for complex bindings which map to an EMF model class.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ComplexEMFBinding
          A binding implementation which parses / encodes objects from an EMF model.
ElementInstance
          Represents an element in an instance document.
Node
          Represents a value in the parse tree.
 

Classes in org.geotools.xml used by org.geotools.xlink
Configuration
          Responsible for configuring a parser runtime environment.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.xml
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.
AppSchemaConfiguration
          XML encoder Configuration that uses SchemaResolver to obtain schemas.
AppSchemaValidator
          A class to perform XML schema validation against schemas found using an SchemaResolver .
AppSchemaXSDRegistry
          A singleton registry to store all XSD schema's that are created by app-schema.
AttributeInstance
          Represents an attribute in an instance document.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ComplexEMFBinding
          A binding implementation which parses / encodes objects from an EMF model.
Configuration
          Responsible for configuring a parser runtime environment.
ElementInstance
          Represents an element in an instance document.
Encoder
          Encodes objects as xml based on a schema.
InstanceComponent
           
Node
          Represents a value in the parse tree.
Parser
          GeoTools XML parser.
ParserDelegate
          Interface for objects which need to take over parsing control from the main parsing driver.
SchemaFactory
          This is the main entry point into the XSI parsing routines.
SchemaIndex
           
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.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
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.
XMLElementHandler
          Intended to act as both a definition and a generic handler.
XSD
          Xml Schema for a particular namespace.
XSIElementHandler
          This abstract class is intended to act as both a definition of what a generic handler is, and a default handler.
XSISAXHandler
          This is a schema handler.
 

Classes in org.geotools.xml used by org.geotools.xml.filter
PrintHandler
          PrintHandler accepts SAXish events and generated output.
 

Classes in org.geotools.xml used by org.geotools.xml.gml
FlowHandler
          Provides a mechanism to indicate that the XMLSAXHandler should stop parsing.
PrintHandler
          PrintHandler accepts SAXish events and generated output.
XMLHandlerHints
          Hint object with known parameters for XML parsing.
 

Classes in org.geotools.xml used by org.geotools.xml.handlers
XMLElementHandler
          Intended to act as both a definition and a generic handler.
 

Classes in org.geotools.xml used by org.geotools.xml.handlers.xsi
XSIElementHandler
          This abstract class is intended to act as both a definition of what a generic handler is, and a default handler.
 

Classes in org.geotools.xml used by org.geotools.xml.impl
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 bindign execution chain.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
Configuration
          Responsible for configuring a parser runtime environment.
ElementInstance
          Represents an element in an instance document.
Encoder
          Encodes objects as xml based on a schema.
InstanceComponent
           
Node
          Represents a value in the parse tree.
PropertyExtractor
          Factory used by the encoder to obtain child values from objects being encoded.
SchemaIndex
           
 

Classes in org.geotools.xml used by org.geotools.xml.impl.jxpath
Configuration
          Responsible for configuring a parser runtime environment.
 

Classes in org.geotools.xml used by org.geotools.xml.schema
PrintHandler
          PrintHandler accepts SAXish events and generated output.
 

Classes in org.geotools.xml used by org.geotools.xml.schema.impl
PrintHandler
          PrintHandler accepts SAXish events and generated output.
 

Classes in org.geotools.xml used by org.geotools.xml.test
Binding
          A specialized handler for a specific type in an xml schema.
Configuration
          Responsible for configuring a parser runtime environment.
 

Classes in org.geotools.xml used by org.geotools.xml.xsi
PrintHandler
          PrintHandler accepts SAXish events and generated output.
 

Classes in org.geotools.xml used by org.geotools.xs
Configuration
          Responsible for configuring a parser runtime environment.
XSD
          Xml Schema for a particular namespace.
 

Classes in org.geotools.xml used by org.geotools.xs.bindings
AbstractComplexBinding
          Base class for complex bindings.
AbstractSimpleBinding
          Base class for simple bindings.
Binding
          A specialized handler for a specific type in an xml schema.
ComplexBinding
          A strategy for parsing elements in an instance document which are of complex type.
ElementInstance
          Represents an element in an instance document.
InstanceComponent
           
Node
          Represents a value in the parse tree.
SimpleBinding
          A strategy for parsing components in an instance document which are of simple type.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.