Interface HTMLProcessorContext
-
public interface HTMLProcessorContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changeState(State newState)
CharArray
currentBuffer()
State
currentState()
void
mergeBuffer()
CharArray
popBuffer()
void
pushBuffer(CharArray buffer)
-