org.citygml4j.builder.jaxb.xml.io.reader.saxevents
Class EndDocument

java.lang.Object
  extended by org.citygml4j.builder.jaxb.xml.io.reader.saxevents.SAXEvent
      extended by org.citygml4j.builder.jaxb.xml.io.reader.saxevents.EndDocument

public final class EndDocument
extends SAXEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class org.citygml4j.builder.jaxb.xml.io.reader.saxevents.SAXEvent
SAXEvent.EventType
 
Constructor Summary
EndDocument()
           
 
Method Summary
 void send(org.xml.sax.ContentHandler contentHandler)
           
 void send(org.xml.sax.ContentHandler contentHandler, org.xml.sax.helpers.LocatorImpl locator)
           
 EndDocument shallowCopy()
           
 
Methods inherited from class org.citygml4j.builder.jaxb.xml.io.reader.saxevents.SAXEvent
getType, next, setNext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndDocument

public EndDocument()
Method Detail

shallowCopy

public EndDocument shallowCopy()
Specified by:
shallowCopy in class SAXEvent

send

public void send(org.xml.sax.ContentHandler contentHandler)
          throws org.xml.sax.SAXException
Specified by:
send in class SAXEvent
Throws:
org.xml.sax.SAXException

send

public void send(org.xml.sax.ContentHandler contentHandler,
                 org.xml.sax.helpers.LocatorImpl locator)
          throws org.xml.sax.SAXException
Specified by:
send in class SAXEvent
Throws:
org.xml.sax.SAXException