org.citygml4j.xml.io
Class AbstractCityGMLInputFactory
java.lang.Object
org.citygml4j.xml.io.AbstractCityGMLInputFactory
- All Implemented Interfaces:
- CityGMLInputFactory
- Direct Known Subclasses:
- JAXBInputFactory
public abstract class AbstractCityGMLInputFactory
- extends java.lang.Object
- implements CityGMLInputFactory
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCityGMLInputFactory
public AbstractCityGMLInputFactory()
throws CityGMLReadException
- Throws:
CityGMLReadException
AbstractCityGMLInputFactory
public AbstractCityGMLInputFactory(SchemaHandler schemaHandler)
getXMLInputFactory
public javax.xml.stream.XMLInputFactory getXMLInputFactory()
- Specified by:
getXMLInputFactory
in interface CityGMLInputFactory
setXMLInputFactory
public void setXMLInputFactory(javax.xml.stream.XMLInputFactory xmlInputFactory)
- Specified by:
setXMLInputFactory
in interface CityGMLInputFactory
getGMLIdManager
public GMLIdManager getGMLIdManager()
- Specified by:
getGMLIdManager
in interface CityGMLInputFactory
setGMLIdManager
public void setGMLIdManager(GMLIdManager gmlIdManager)
- Specified by:
setGMLIdManager
in interface CityGMLInputFactory
getSchemaHandler
public SchemaHandler getSchemaHandler()
- Specified by:
getSchemaHandler
in interface CityGMLInputFactory
setSchemaHandler
public void setSchemaHandler(SchemaHandler schemaHandler)
- Specified by:
setSchemaHandler
in interface CityGMLInputFactory
getValidationEventHandler
public javax.xml.bind.ValidationEventHandler getValidationEventHandler()
- Specified by:
getValidationEventHandler
in interface CityGMLInputFactory
setValidationEventHandler
public void setValidationEventHandler(javax.xml.bind.ValidationEventHandler validationEventHandler)
- Specified by:
setValidationEventHandler
in interface CityGMLInputFactory
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty
in interface CityGMLInputFactory
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty
in interface CityGMLInputFactory
registerSchemaLocation
public boolean registerSchemaLocation(java.lang.String namespaceURI,
java.io.File schemaLocation)
- Specified by:
registerSchemaLocation
in interface CityGMLInputFactory
parseSchema
public void parseSchema(java.io.File schemaLocation)
throws org.xml.sax.SAXException
- Specified by:
parseSchema
in interface CityGMLInputFactory
- Throws:
org.xml.sax.SAXException
parseSchema
public void parseSchema(java.lang.String namespaceURI,
java.lang.String schemaLocation)
throws org.xml.sax.SAXException
- Specified by:
parseSchema
in interface CityGMLInputFactory
- Throws:
org.xml.sax.SAXException
parseSchema
public void parseSchema(org.w3c.dom.Element element)
throws org.xml.sax.SAXException
- Specified by:
parseSchema
in interface CityGMLInputFactory
- Throws:
org.xml.sax.SAXException