org.jicengine.element.impl
Class StrictElementCompiler

java.lang.Object
  extended byorg.jicengine.element.ElementCompiler
      extended byorg.jicengine.element.impl.StrictElementCompiler
Direct Known Subclasses:
ArrayElementCompiler, BooleanElementCompiler, ColorCompiler, ConstantElementCompiler, DoubleElementCompiler, FontCompiler, IntElementCompiler, ResourceCompiler

public class StrictElementCompiler
extends ElementCompiler

Author:
.timo

Constructor Summary
StrictElementCompiler(java.lang.String name, Location location)
           
 
Method Summary
protected  ActionElement handleExtraChildElement(ValueElement child)
          for subclasses!
 
Methods inherited from class org.jicengine.element.ElementCompiler
createElement, elementInitialized, getConstructor, getElement, getLocation, getName, handleChildElement, setAction, setCData, setConstructor, setId, setInstanceClass, setOverridableBy, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrictElementCompiler

public StrictElementCompiler(java.lang.String name,
                             Location location)
Method Detail

handleExtraChildElement

protected ActionElement handleExtraChildElement(ValueElement child)
                                         throws ElementException
Description copied from class: ElementCompiler
for subclasses!

Specified by:
handleExtraChildElement in class ElementCompiler
Throws:
ElementException