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

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

public final class EndPrefixMapping
extends SAXEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class org.citygml4j.builder.jaxb.xml.io.reader.saxevents.SAXEvent
SAXEvent.EventType
 
Constructor Summary
EndPrefixMapping(java.lang.String prefix)
           
 
Method Summary
 java.lang.String getPrefix()
           
 void send(org.xml.sax.ContentHandler contentHandler)
           
 void send(org.xml.sax.ContentHandler contentHandler, org.xml.sax.helpers.LocatorImpl locator)
           
 EndPrefixMapping 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

EndPrefixMapping

public EndPrefixMapping(java.lang.String prefix)
Method Detail

shallowCopy

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

getPrefix

public java.lang.String getPrefix()