Package org.jicengine.element

Interface Summary
ActionElement ActionElements can execute an action on request.
Element Executable/runtime instantiation of a JIC-element.
ValueElement ValueElements are elements that both have a value and let the clients/users decide what to do with the value.
 

Class Summary
AbstractElement implements the 'name' and the 'location' properties.
ElementCompiler A class that makes it possible to create Element-objects little by little, as is needed if the JIC-file is parsed with a SAX-parser.
ElementImpl ElementImpl encapsulates the common properties and behaviour of an element.
Location  
SimpleType  
StaticValueElement  
Type  
WrapperActionElement WrapperActionElement adds an action to a ValueElement.
 

Exception Summary
ElementException