public interface IProcessingInstruction extends ITemplateEvent
Event interface defining a Processing Instruction.
Note that any implementations of this interface should be immutable.
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the content of the Processing Instruction.
|
String |
getProcessingInstruction()
Returns the complete Processing Instruction as a String.
|
String |
getTarget()
Returns the target of the Processing Instruction.
|
accept, getCol, getLine, getTemplateName, hasLocation, writeString getTarget()
Returns the target of the Processing Instruction.
String getContent()
Returns the content of the Processing Instruction.
String getProcessingInstruction()
Returns the complete Processing Instruction as a String.
Copyright © 2017 The THYMELEAF team. All rights reserved.