org.citygml4j.util.xml.saxevents
Class SAXEvent

java.lang.Object
  extended by org.citygml4j.util.xml.saxevents.SAXEvent
Direct Known Subclasses:
Characters, EndDocument, EndElement, EndPrefixMapping, StartDocument, StartElement, StartPrefixMapping

public abstract class SAXEvent
extends java.lang.Object


Nested Class Summary
static class SAXEvent.EventType
           
 
Method Summary
 SAXEvent.EventType getType()
           
 SAXEvent next()
           
abstract  void send(org.xml.sax.ContentHandler contentHandler)
           
abstract  void send(org.xml.sax.ContentHandler contentHandler, org.xml.sax.helpers.LocatorImpl locator)
           
 void setNext(SAXEvent next)
           
abstract  SAXEvent shallowCopy()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

shallowCopy

public abstract SAXEvent shallowCopy()

send

public abstract void send(org.xml.sax.ContentHandler contentHandler)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

send

public abstract void send(org.xml.sax.ContentHandler contentHandler,
                          org.xml.sax.helpers.LocatorImpl locator)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getType

public SAXEvent.EventType getType()

next

public SAXEvent next()

setNext

public void setNext(SAXEvent next)