com.moesol.generator.core
Class MergeTagGroker

java.lang.Object
  extended by com.moesol.generator.core.MergeTagGroker

public class MergeTagGroker
extends Object


Field Summary
static String k_endKeep
           
static String k_startKeep
           
 
Constructor Summary
MergeTagGroker(Reader in)
           
MergeTagGroker(String startTag, String endTag, Reader in)
           
 
Method Summary
 void grokeTagsOnto(Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

k_startKeep

public static final String k_startKeep
See Also:
Constant Field Values

k_endKeep

public static final String k_endKeep
See Also:
Constant Field Values
Constructor Detail

MergeTagGroker

public MergeTagGroker(Reader in)
               throws MergeException
Throws:
MergeException

MergeTagGroker

public MergeTagGroker(String startTag,
                      String endTag,
                      Reader in)
               throws MergeException
Throws:
MergeException
Method Detail

grokeTagsOnto

public void grokeTagsOnto(Writer out)
                   throws MergeException
Throws:
MergeException


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.