pt.tumba.parser.swf
Class SaxHandlerBase.GatheringElementType

java.lang.Object
  extended by pt.tumba.parser.swf.SaxHandlerBase.ElementType
      extended by pt.tumba.parser.swf.SaxHandlerBase.ContentElementType
          extended by pt.tumba.parser.swf.SaxHandlerBase.GatheringElementType
Direct Known Subclasses:
SWFSaxWriter.Button, SWFSaxWriter.EditFont, SWFSaxWriter.Morph, SWFSaxWriter.Place, SWFSaxWriter.Sound_Info, SWFSaxWriter.Text, SWFSaxWriter.TextFont
Enclosing class:
SaxHandlerBase

public static class SaxHandlerBase.GatheringElementType
extends SaxHandlerBase.ContentElementType

Description of the Class

Author:
unknown

Field Summary
 
Fields inherited from class pt.tumba.parser.swf.SaxHandlerBase.ContentElementType
attrs, buff
 
Constructor Summary
SaxHandlerBase.GatheringElementType()
           
 
Method Summary
 boolean gatherElement(java.lang.String localName, org.xml.sax.Attributes atts)
          Description of the Method
 void startElement(org.xml.sax.Attributes atts)
          Description of the Method
 
Methods inherited from class pt.tumba.parser.swf.SaxHandlerBase.ContentElementType
characters
 
Methods inherited from class pt.tumba.parser.swf.SaxHandlerBase.ElementType
endElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxHandlerBase.GatheringElementType

public SaxHandlerBase.GatheringElementType()
Method Detail

startElement

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

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

gatherElement

public boolean gatherElement(java.lang.String localName,
                             org.xml.sax.Attributes atts)
Description of the Method

Parameters:
localName - Description of the Parameter
atts - Description of the Parameter
Returns:
Description of the Return Value