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

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

Uses of SAXEvent.EventType in org.citygml4j.builder.jaxb.xml.io.reader
 

Methods in org.citygml4j.builder.jaxb.xml.io.reader with parameters of type SAXEvent.EventType
 SAXEvent SAXEventBuffer.getFirstEvent(SAXEvent.EventType type)
           
 

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

Methods in org.citygml4j.builder.jaxb.xml.io.reader.saxevents that return SAXEvent.EventType
 SAXEvent.EventType SAXEvent.getType()
           
static SAXEvent.EventType SAXEvent.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SAXEvent.EventType[] SAXEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.