org.citygml4j.util.xml.saxevents
Class StartDocument

java.lang.Object
  extended by org.citygml4j.util.xml.saxevents.SAXEvent
      extended by org.citygml4j.util.xml.saxevents.StartDocument

public final class StartDocument
extends SAXEvent


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

Constructor Detail

StartDocument

public StartDocument()
Method Detail

shallowCopy

public StartDocument 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