com.opensymphony.module.sitemesh.html
Class HTMLProcessor
java.lang.Object
com.opensymphony.module.sitemesh.html.HTMLProcessor
public class HTMLProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
private final char[] in
out
private final CharArray out
defaultState
private final State defaultState
currentState
private State currentState
outStream
private Writer outStream
HTMLProcessor
public HTMLProcessor(char[] in,
CharArray out)
HTMLProcessor
public HTMLProcessor(Reader in,
Writer out)
throws IOException
- Throws:
IOException
defaultState
public State defaultState()
addRule
public void addRule(TagRule rule)
- Equivalent of htmlProcessor.defaultState().addRule()
process
public void process()
throws IOException
- Throws:
IOException
addTextFilter
public void addTextFilter(TextFilter textFilter)