org.citygml4j.builder.jaxb.xml.io.reader.saxevents
Class Characters
java.lang.Object
org.citygml4j.builder.jaxb.xml.io.reader.saxevents.SAXEvent
org.citygml4j.builder.jaxb.xml.io.reader.saxevents.Characters
- All Implemented Interfaces:
- Locatable
public final class Characters
- extends SAXEvent
- implements Locatable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Characters
public Characters(char[] ch,
int start,
int length,
Location location)
shallowCopy
public Characters 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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
append
public void append(java.lang.StringBuffer buffer)
getCh
public char[] getCh()
getLocation
public Location getLocation()
- Specified by:
getLocation
in interface Locatable
setLocation
public void setLocation(Location location)
- Specified by:
setLocation
in interface Locatable