pt.tumba.parser.swf
Class SWFSaxWriter.Shape

java.lang.Object
  extended by pt.tumba.parser.swf.SaxHandlerBase.ElementType
      extended by pt.tumba.parser.swf.SWFSaxWriter.Shape
Enclosing class:
SWFSaxWriter

protected class SWFSaxWriter.Shape
extends SaxHandlerBase.ElementType

Description of the Class

Author:
unknown

Field Summary
protected  boolean insideMorph
          Description of the Field
 
Constructor Summary
protected SWFSaxWriter.Shape()
           
 
Method Summary
 void endElement()
          Description of the Method
 void startElement(org.xml.sax.Attributes atts)
          Description of the Method
 
Methods inherited from class pt.tumba.parser.swf.SaxHandlerBase.ElementType
characters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

insideMorph

protected boolean insideMorph
Description of the Field

Constructor Detail

SWFSaxWriter.Shape

protected SWFSaxWriter.Shape()
Method Detail

startElement

public void startElement(org.xml.sax.Attributes atts)
                  throws java.lang.Exception
Description of the Method

Overrides:
startElement in class SaxHandlerBase.ElementType
Parameters:
atts - Description of the Parameter
Throws:
java.lang.Exception - Description of the Exception

endElement

public void endElement()
                throws java.lang.Exception
Description of the Method

Overrides:
endElement in class SaxHandlerBase.ElementType
Throws:
java.lang.Exception - Description of the Exception