org.citygml4j.util.xml.saxevents
Class Characters

java.lang.Object
  extended by org.citygml4j.util.xml.saxevents.SAXEvent
      extended by org.citygml4j.util.xml.saxevents.Characters
All Implemented Interfaces:
Locatable

public final class Characters
extends SAXEvent
implements Locatable


Nested Class Summary
 
Nested classes/interfaces inherited from class org.citygml4j.util.xml.saxevents.SAXEvent
SAXEvent.EventType
 
Constructor Summary
Characters(char[] ch, int start, int length, Location location)
           
 
Method Summary
 void append(java.lang.StringBuffer buffer)
           
 char[] getCh()
           
 Location getLocation()
           
 void send(org.xml.sax.ContentHandler contentHandler)
           
 void send(org.xml.sax.ContentHandler contentHandler, org.xml.sax.helpers.LocatorImpl locator)
           
 void setLocation(Location location)
           
 Characters shallowCopy()
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

Characters

public Characters(char[] ch,
                  int start,
                  int length,
                  Location location)
Method Detail

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