pt.tumba.parser.swf
Class SaxHandlerBase.ContentElementType

java.lang.Object
  extended by pt.tumba.parser.swf.SaxHandlerBase.ElementType
      extended by pt.tumba.parser.swf.SaxHandlerBase.ContentElementType
Direct Known Subclasses:
SaxHandlerBase.GatheringElementType, SWFSaxWriter.ActionComment, SWFSaxWriter.ActionGotoFrame, SWFSaxWriter.ActionUnknown, SWFSaxWriter.Bitmap, SWFSaxWriter.ButtonSound, SWFSaxWriter.EditField, SWFSaxWriter.FontInfo, SWFSaxWriter.Generator, SWFSaxWriter.GeneratorCommand, SWFSaxWriter.GeneratorFont, SWFSaxWriter.GeneratorNameCharacter, SWFSaxWriter.GeneratorText, SWFSaxWriter.Import, SWFSaxWriter.Jpeg, SWFSaxWriter.JPEGAlpha, SWFSaxWriter.JPEGHeader, SWFSaxWriter.JPEGImage, SWFSaxWriter.Layer, SWFSaxWriter.LookupValue, SWFSaxWriter.Pixels, SWFSaxWriter.SerialNumber, SWFSaxWriter.ShapeGradient, SWFSaxWriter.ShapeImage, SWFSaxWriter.ShapeLineStyle, SWFSaxWriter.Sound, SWFSaxWriter.SoundBlock, SWFSaxWriter.Step, SWFSaxWriter.Tag
Enclosing class:
SaxHandlerBase

public static class SaxHandlerBase.ContentElementType
extends SaxHandlerBase.ElementType

Description of the Class

Author:
unknown

Field Summary
protected  org.xml.sax.Attributes attrs
          Description of the Field
protected  java.lang.StringBuffer buff
          Description of the Field
 
Constructor Summary
SaxHandlerBase.ContentElementType()
           
 
Method Summary
 void characters(char[] ch, int start, int length)
          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
endElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrs

protected org.xml.sax.Attributes attrs
Description of the Field


buff

protected java.lang.StringBuffer buff
Description of the Field

Constructor Detail

SaxHandlerBase.ContentElementType

public SaxHandlerBase.ContentElementType()
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

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws java.lang.Exception
Description of the Method

Overrides:
characters in class SaxHandlerBase.ElementType
Parameters:
ch - Description of the Parameter
start - Description of the Parameter
length - Description of the Parameter
Throws:
java.lang.Exception - Description of the Exception