pt.tumba.parser.swf
Class SaxHandlerBase.ElementType

java.lang.Object
  extended by pt.tumba.parser.swf.SaxHandlerBase.ElementType
Direct Known Subclasses:
SaxHandlerBase.ContentElementType, SWFSaxWriter.ActionAdd, SWFSaxWriter.ActionAnd, SWFSaxWriter.ActionAsciiToChar, SWFSaxWriter.ActionAsciiToMultibyteChar, SWFSaxWriter.ActionBitAnd, SWFSaxWriter.ActionBitOr, SWFSaxWriter.ActionBitXor, SWFSaxWriter.ActionCall, SWFSaxWriter.ActionCallFunction, SWFSaxWriter.ActionCallMethod, SWFSaxWriter.ActionCharToAscii, SWFSaxWriter.ActionCloneSprite, SWFSaxWriter.ActionConcat, SWFSaxWriter.ActionDecrement, SWFSaxWriter.ActionDefineLocal, SWFSaxWriter.ActionDefineLocalValue, SWFSaxWriter.ActionDeleteProperty, SWFSaxWriter.ActionDeleteThreadVars, SWFSaxWriter.ActionDivide, SWFSaxWriter.ActionDuplicate, SWFSaxWriter.ActionEndDrag, SWFSaxWriter.ActionEnumerate, SWFSaxWriter.ActionEquals, SWFSaxWriter.ActionFunction, SWFSaxWriter.ActionGetMember, SWFSaxWriter.ActionGetProperty, SWFSaxWriter.ActionGetTargetPath, SWFSaxWriter.ActionGetTime, SWFSaxWriter.ActionGetUrl, SWFSaxWriter.ActionGetVariable, SWFSaxWriter.ActionIf, SWFSaxWriter.ActionIncrement, SWFSaxWriter.ActionInitArray, SWFSaxWriter.ActionInitObject, SWFSaxWriter.ActionJump, SWFSaxWriter.ActionJumpLabel, SWFSaxWriter.ActionLessThan, SWFSaxWriter.ActionLookupTable, SWFSaxWriter.ActionModulo, SWFSaxWriter.ActionMultibyteSubstring, SWFSaxWriter.ActionMultiply, SWFSaxWriter.ActionMutlibyteCharToAscii, SWFSaxWriter.ActionMutlibyteStringLength, SWFSaxWriter.ActionNewMethod, SWFSaxWriter.ActionNewObject, SWFSaxWriter.ActionNextFrame, SWFSaxWriter.ActionNot, SWFSaxWriter.ActionOr, SWFSaxWriter.ActionPlay, SWFSaxWriter.ActionPop, SWFSaxWriter.ActionPrevFrame, SWFSaxWriter.ActionPush, SWFSaxWriter.ActionRandomNumber, SWFSaxWriter.ActionRemoveSprite, SWFSaxWriter.ActionReturn, SWFSaxWriter.Actions, SWFSaxWriter.ActionSetMember, SWFSaxWriter.ActionSetProperty, SWFSaxWriter.ActionSetTarget, SWFSaxWriter.ActionSetVariable, SWFSaxWriter.ActionShiftLeft, SWFSaxWriter.ActionShiftRight, SWFSaxWriter.ActionShiftRightUnsigned, SWFSaxWriter.ActionStartDrag, SWFSaxWriter.ActionStop, SWFSaxWriter.ActionStopSounds, SWFSaxWriter.ActionStore, SWFSaxWriter.ActionStringEquals, SWFSaxWriter.ActionStringLength, SWFSaxWriter.ActionStringLessThan, SWFSaxWriter.ActionSubstring, SWFSaxWriter.ActionSubtract, SWFSaxWriter.ActionSwap, SWFSaxWriter.ActionToggleQuality, SWFSaxWriter.ActionToInteger, SWFSaxWriter.ActionToNumber, SWFSaxWriter.ActionToString, SWFSaxWriter.ActionTrace, SWFSaxWriter.ActionTypedAdd, SWFSaxWriter.ActionTypedEquals, SWFSaxWriter.ActionTypedLessThan, SWFSaxWriter.ActionTypeOf, SWFSaxWriter.ActionWaitForFrame, SWFSaxWriter.ActionWith, SWFSaxWriter.Anticlockwise, SWFSaxWriter.BackgroundColor, SWFSaxWriter.Char, SWFSaxWriter.Code, SWFSaxWriter.ColorElem, SWFSaxWriter.Colors, SWFSaxWriter.CXFormElem, SWFSaxWriter.EnableDebug, SWFSaxWriter.Export, SWFSaxWriter.Frame, SWFSaxWriter.Glyph, SWFSaxWriter.MatrixElem, SWFSaxWriter.Movie, SWFSaxWriter.Protect, SWFSaxWriter.QTMovie, SWFSaxWriter.Release, SWFSaxWriter.Remove, SWFSaxWriter.SetFont, SWFSaxWriter.SetX, SWFSaxWriter.SetY, SWFSaxWriter.Shape, SWFSaxWriter.ShapeColorFill, SWFSaxWriter.ShapeCurve, SWFSaxWriter.ShapeFill0, SWFSaxWriter.ShapeFill1, SWFSaxWriter.ShapeLine, SWFSaxWriter.ShapeMove, SWFSaxWriter.ShapeSetLine, SWFSaxWriter.SoundHeader, SWFSaxWriter.Sprite, SWFSaxWriter.StartSound, SWFSaxWriter.Symbol
Enclosing class:
SaxHandlerBase

public static class SaxHandlerBase.ElementType
extends java.lang.Object

Description of the Class

Author:
unknown

Constructor Summary
SaxHandlerBase.ElementType()
           
 
Method Summary
 void characters(char[] ch, int start, int length)
          Description of the Method
 void endElement()
          Description of the Method
 void startElement(org.xml.sax.Attributes atts)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxHandlerBase.ElementType

public SaxHandlerBase.ElementType()
Method Detail

startElement

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

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

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

Parameters:
ch - Description of the Parameter
start - Description of the Parameter
length - Description of the Parameter
Throws:
java.lang.Exception - Description of the Exception