Uses of Class
org.citygml4j.builder.jaxb.xml.io.reader.saxevents.Location

Packages that use Location
org.citygml4j.builder.jaxb.xml.io.reader.saxevents   
 

Uses of Location in org.citygml4j.builder.jaxb.xml.io.reader.saxevents
 

Methods in org.citygml4j.builder.jaxb.xml.io.reader.saxevents that return Location
 Location StartElement.getLocation()
           
 Location Locatable.getLocation()
           
 Location EndElement.getLocation()
           
 Location Characters.getLocation()
           
 

Methods in org.citygml4j.builder.jaxb.xml.io.reader.saxevents with parameters of type Location
 void StartElement.setLocation(Location location)
           
 void Locatable.setLocation(Location location)
           
 void EndElement.setLocation(Location location)
           
 void Characters.setLocation(Location location)
           
 

Constructors in org.citygml4j.builder.jaxb.xml.io.reader.saxevents with parameters of type Location
Characters(char[] ch, int start, int length, Location location)
           
EndElement(java.lang.String uri, java.lang.String localName, java.lang.String prefix, Location location)
           
StartElement(java.lang.String uri, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, Location location)