vooga.engine.factory.xmltags
Class CollisionGroupsProcessor

java.lang.Object
  extended by vooga.engine.factory.NodeListProcessor
      extended by vooga.engine.factory.xmltags.CollisionGroupsProcessor
All Implemented Interfaces:
org.w3c.dom.NodeList

public class CollisionGroupsProcessor
extends NodeListProcessor


Field Summary
 
Fields inherited from class vooga.engine.factory.NodeListProcessor
myChildren, myPlayField, myTracker, myXMLDocument
 
Constructor Summary
CollisionGroupsProcessor(org.w3c.dom.Document xmlDocument, org.w3c.dom.NodeList children)
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 void process()
           
 
Methods inherited from class vooga.engine.factory.NodeListProcessor
getPlayField, isElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollisionGroupsProcessor

public CollisionGroupsProcessor(org.w3c.dom.Document xmlDocument,
                                org.w3c.dom.NodeList children)
Method Detail

getLength

public int getLength()

item

public org.w3c.dom.Node item(int index)

process

public void process()
Specified by:
process in class NodeListProcessor