public abstract class AbstractTemplateParser extends Object implements TemplateParser
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeNumber |
protected String |
nodeType |
protected Template |
template |
| Constructor and Description |
|---|
AbstractTemplateParser(String nodeType,
String nodeNumber,
String template) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTemplate() |
protected abstract Template |
instantiateTemplate(String templateStr) |
protected abstract boolean |
matches(String template) |
void |
removeNodeNumber() |
void |
stripTemplateLeaveNodenr() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinsertNodeNumberprotected Template template
protected String nodeNumber
protected String nodeType
public String getTemplate()
getTemplate in interface TemplateParserpublic void removeNodeNumber()
removeNodeNumber in interface TemplateParserpublic void stripTemplateLeaveNodenr()
stripTemplateLeaveNodenr in interface TemplateParserprotected abstract boolean matches(String template)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}