org.stringtree.util.spec
Class ContextHandler

java.lang.Object
  extended by org.stringtree.util.spec.SimpleHandler
      extended by org.stringtree.util.spec.ContextHandler
All Implemented Interfaces:
Handler
Direct Known Subclasses:
MethodCallHandler

public abstract class ContextHandler
extends SimpleHandler


Field Summary
protected  StringFinder context
           
 
Fields inherited from class org.stringtree.util.spec.SimpleHandler
list
 
Constructor Summary
ContextHandler()
           
 
Method Summary
 void open(StringFinder context)
           
 
Methods inherited from class org.stringtree.util.spec.SimpleHandler
close, parse, parseCreated, parseString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected StringFinder context
Constructor Detail

ContextHandler

public ContextHandler()
Method Detail

open

public void open(StringFinder context)
Specified by:
open in interface Handler
Overrides:
open in class SimpleHandler