org.citygml4j.util.xml.saxevents
Class EndPrefixMapping
java.lang.Object
org.citygml4j.util.xml.saxevents.SAXEvent
org.citygml4j.util.xml.saxevents.EndPrefixMapping
public final class EndPrefixMapping
- extends SAXEvent
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndPrefixMapping
public EndPrefixMapping(java.lang.String prefix)
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()