Uses of Class
org.citygml4j.xml.schema.SchemaHandler

Packages that use SchemaHandler
org.citygml4j.builder   
org.citygml4j.builder.jaxb   
org.citygml4j.builder.jaxb.unmarshal   
org.citygml4j.builder.jaxb.xml.io.reader   
org.citygml4j.builder.jaxb.xml.io.writer   
org.citygml4j.builder.jaxb.xml.validation   
org.citygml4j.util.transform   
org.citygml4j.util.walker   
org.citygml4j.xml.io   
org.citygml4j.xml.schema   
org.citygml4j.xml.validation   
 

Uses of SchemaHandler in org.citygml4j.builder
 

Methods in org.citygml4j.builder with parameters of type SchemaHandler
 CityGMLInputFactory CityGMLBuilder.createCityGMLInputFactory(SchemaHandler schemaHandler)
           
 CityGMLOutputFactory CityGMLBuilder.createCityGMLOutputFactory(CityGMLVersion version, SchemaHandler schemaHandler)
           
 CityGMLOutputFactory CityGMLBuilder.createCityGMLOutputFactory(ModuleContext moduleContext, SchemaHandler schemaHandler)
           
 CityGMLOutputFactory CityGMLBuilder.createCityGMLOutputFactory(SchemaHandler schemaHandler)
           
 Validator CityGMLBuilder.createValidator(SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.builder.jaxb
 

Methods in org.citygml4j.builder.jaxb with parameters of type SchemaHandler
 CityGMLInputFactory JAXBBuilder.createCityGMLInputFactory(SchemaHandler schemaHandler)
           
 CityGMLOutputFactory JAXBBuilder.createCityGMLOutputFactory(CityGMLVersion version, SchemaHandler schemaHandler)
           
 CityGMLOutputFactory JAXBBuilder.createCityGMLOutputFactory(ModuleContext moduleContext, SchemaHandler schemaHandler)
           
 CityGMLOutputFactory JAXBBuilder.createCityGMLOutputFactory(SchemaHandler schemaHandler)
           
 JAXBUnmarshaller JAXBBuilder.createJAXBUnmarshaller(SchemaHandler schemaHandler)
           
 Validator JAXBBuilder.createValidator(SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.builder.jaxb.unmarshal
 

Methods in org.citygml4j.builder.jaxb.unmarshal that return SchemaHandler
 SchemaHandler JAXBUnmarshaller.getSchemaHandler()
           
 

Constructors in org.citygml4j.builder.jaxb.unmarshal with parameters of type SchemaHandler
JAXBUnmarshaller(JAXBBuilder jaxbBuilder, SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.builder.jaxb.xml.io.reader
 

Constructors in org.citygml4j.builder.jaxb.xml.io.reader with parameters of type SchemaHandler
JAXBInputFactory(JAXBBuilder builder, SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.builder.jaxb.xml.io.writer
 

Constructors in org.citygml4j.builder.jaxb.xml.io.writer with parameters of type SchemaHandler
JAXBOutputFactory(JAXBBuilder builder, ModuleContext moduleContext, SchemaHandler schemaHandler)
           
JAXBOutputFactory(JAXBBuilder builder, SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.builder.jaxb.xml.validation
 

Methods in org.citygml4j.builder.jaxb.xml.validation that return SchemaHandler
 SchemaHandler ValidationSchemaHandler.getSchemaHandler()
           
 SchemaHandler JAXBValidator.getSchemaHandler()
           
 

Methods in org.citygml4j.builder.jaxb.xml.validation with parameters of type SchemaHandler
 void ValidationSchemaHandler.setSchemaHandler(SchemaHandler schemaHandler)
           
 void JAXBValidator.setSchemaHandler(SchemaHandler schemaHandler)
           
 

Constructors in org.citygml4j.builder.jaxb.xml.validation with parameters of type SchemaHandler
JAXBValidator(JAXBBuilder builder, SchemaHandler schemaHandler)
           
ValidationSchemaHandler(SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.util.transform
 

Methods in org.citygml4j.util.transform that return SchemaHandler
 SchemaHandler FeatureSplitter.getSchemaHandler()
           
 

Constructors in org.citygml4j.util.transform with parameters of type SchemaHandler
FeatureSplitter(SchemaHandler schemaHandler)
           
FeatureSplitter(SchemaHandler schemaHandler, GMLIdManager gmlIdManager)
           
 

Uses of SchemaHandler in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker that return SchemaHandler
 SchemaHandler GMLWalker.getSchemaHandler()
           
 SchemaHandler GMLFunctionWalker.getSchemaHandler()
           
 SchemaHandler FeatureWalker.getSchemaHandler()
           
 SchemaHandler FeatureFunctionWalker.getSchemaHandler()
           
 

Methods in org.citygml4j.util.walker with parameters of type SchemaHandler
 void GMLWalker.setSchemaHandler(SchemaHandler schemaHandler)
           
 void GMLFunctionWalker.setSchemaHandler(SchemaHandler schemaHandler)
           
 void FeatureWalker.setSchemaHandler(SchemaHandler schemaHandler)
           
 void FeatureFunctionWalker.setSchemaHandler(SchemaHandler schemaHandler)
           
 

Constructors in org.citygml4j.util.walker with parameters of type SchemaHandler
FeatureFunctionWalker(SchemaHandler schemaHandler)
           
FeatureWalker(SchemaHandler schemaHandler)
           
GMLFunctionWalker(SchemaHandler schemaHandler)
           
GMLWalker(SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.xml.io
 

Methods in org.citygml4j.xml.io that return SchemaHandler
 SchemaHandler CityGMLOutputFactory.getSchemaHandler()
           
 SchemaHandler CityGMLInputFactory.getSchemaHandler()
           
 SchemaHandler AbstractCityGMLOutputFactory.getSchemaHandler()
           
 SchemaHandler AbstractCityGMLInputFactory.getSchemaHandler()
           
 

Methods in org.citygml4j.xml.io with parameters of type SchemaHandler
 void CityGMLOutputFactory.setSchemaHandler(SchemaHandler schemaHandler)
           
 void CityGMLInputFactory.setSchemaHandler(SchemaHandler schemaHandler)
           
 void AbstractCityGMLOutputFactory.setSchemaHandler(SchemaHandler schemaHandler)
           
 void AbstractCityGMLInputFactory.setSchemaHandler(SchemaHandler schemaHandler)
           
 

Constructors in org.citygml4j.xml.io with parameters of type SchemaHandler
AbstractCityGMLInputFactory(SchemaHandler schemaHandler)
           
AbstractCityGMLOutputFactory(ModuleContext moduleContext, SchemaHandler schemaHandler)
           
AbstractCityGMLOutputFactory(SchemaHandler schemaHandler)
           
 

Uses of SchemaHandler in org.citygml4j.xml.schema
 

Methods in org.citygml4j.xml.schema that return SchemaHandler
static SchemaHandler SchemaHandler.newInstance()
           
 

Constructors in org.citygml4j.xml.schema with parameters of type SchemaHandler
Schema(com.sun.xml.xsom.XSSchemaSet schemaSet, java.lang.String namespaceURI, SchemaHandler handler)
           
 

Uses of SchemaHandler in org.citygml4j.xml.validation
 

Methods in org.citygml4j.xml.validation that return SchemaHandler
 SchemaHandler Validator.getSchemaHandler()
           
 

Methods in org.citygml4j.xml.validation with parameters of type SchemaHandler
 void Validator.setSchemaHandler(SchemaHandler schemaHandler)