Uses of Class
org.citygml4j.xml.CityGMLNamespaceContext

Packages that use CityGMLNamespaceContext
org.citygml4j.builder.jaxb.xml.io.writer   
org.citygml4j.util.xml   
org.citygml4j.xml.io.writer   
 

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

Methods in org.citygml4j.builder.jaxb.xml.io.writer that return CityGMLNamespaceContext
 CityGMLNamespaceContext AbstractJAXBWriter.getNamespaceContext()
           
 

Methods in org.citygml4j.builder.jaxb.xml.io.writer with parameters of type CityGMLNamespaceContext
 void AbstractJAXBWriter.setNamespaceContext(CityGMLNamespaceContext context)
           
 

Uses of CityGMLNamespaceContext in org.citygml4j.util.xml
 

Methods in org.citygml4j.util.xml that return CityGMLNamespaceContext
 CityGMLNamespaceContext SAXWriter.getNamespaceContext()
           
 

Methods in org.citygml4j.util.xml with parameters of type CityGMLNamespaceContext
 void SAXWriter.setNamespaceContext(CityGMLNamespaceContext context)
           
 

Uses of CityGMLNamespaceContext in org.citygml4j.xml.io.writer
 

Methods in org.citygml4j.xml.io.writer that return CityGMLNamespaceContext
 CityGMLNamespaceContext AbstractCityGMLWriter.getNamespaceContext()
           
 

Methods in org.citygml4j.xml.io.writer with parameters of type CityGMLNamespaceContext
 void AbstractCityGMLWriter.setNamespaceContext(CityGMLNamespaceContext context)