public abstract class MarkupEngine extends Object
contents map.
This specific engine does nothing, meaning that the body is rendered as raw contents.| Constructor and Description |
|---|
MarkupEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
processBody(ParserContext context)
Processes the body of the document.
|
void |
processHeader(ParserContext context)
Processes the document header.
|
boolean |
validate(ParserContext context)
Tests if this markup engine can process the document.
|
public boolean validate(ParserContext context)
context - the parser contextpublic void processHeader(ParserContext context)
contents map.context - the parser contextpublic void processBody(ParserContext context)
ParserContext.setBody(String) method.context - the parser contextCopyright © 2014. All Rights Reserved.