public final class ProcessingInstruction extends Object implements IProcessingInstruction
Modifier and Type | Method and Description |
---|---|
void |
accept(IModelVisitor visitor) |
ProcessingInstruction |
cloneEvent() |
int |
getCol() |
String |
getContent() |
int |
getLine() |
String |
getProcessingInstruction() |
String |
getTarget() |
String |
getTemplateName() |
boolean |
hasLocation() |
protected void |
resetAsCloneOfTemplateEvent(org.thymeleaf.engine.AbstractTemplateEvent original) |
protected void |
resetTemplateEvent(String templateName,
int line,
int col) |
void |
setContent(String content) |
void |
setTarget(String target) |
String |
toString() |
void |
write(Writer writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCol, getLine, getTemplateName, hasLocation
public String getTarget()
getTarget
in interface IProcessingInstruction
public String getContent()
getContent
in interface IProcessingInstruction
public String getProcessingInstruction()
getProcessingInstruction
in interface IProcessingInstruction
public void setTarget(String target)
setTarget
in interface IProcessingInstruction
public void setContent(String content)
setContent
in interface IProcessingInstruction
public void accept(IModelVisitor visitor)
accept
in interface ITemplateEvent
public void write(Writer writer) throws IOException
write
in interface ITemplateEvent
IOException
public ProcessingInstruction cloneEvent()
cloneEvent
in interface IProcessingInstruction
cloneEvent
in interface ITemplateEvent
public final boolean hasLocation()
hasLocation
in interface ITemplateEvent
public final String getTemplateName()
getTemplateName
in interface ITemplateEvent
public final int getLine()
getLine
in interface ITemplateEvent
public final int getCol()
getCol
in interface ITemplateEvent
protected void resetTemplateEvent(String templateName, int line, int col)
protected final void resetAsCloneOfTemplateEvent(org.thymeleaf.engine.AbstractTemplateEvent original)
Copyright © 2015 The THYMELEAF team. All rights reserved.