org.boehn.kmlframework.kml
Class Delete

java.lang.Object
  extended by org.boehn.kmlframework.kml.UpdateElement
      extended by org.boehn.kmlframework.kml.Delete

public class Delete
extends UpdateElement


Constructor Summary
Delete()
           
Delete(KmlObject kmlObject)
           
 
Method Summary
 void write(Kml kml)
           
 
Methods inherited from class org.boehn.kmlframework.kml.UpdateElement
getKmlObject, setKmlObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete

public Delete()

Delete

public Delete(KmlObject kmlObject)
Method Detail

write

public void write(Kml kml)
           throws KmlException
Specified by:
write in class UpdateElement
Throws:
KmlException