public class ItemlinkParser extends AbstractParser
end, name, start| Constructor and Description |
|---|
ItemlinkParser() |
| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
createNode(String start,
String end,
String text,
Translator translator)
Create
AbstractNode instance from a given text |
String |
getEndExpression(String start) |
String |
getStartEndExpression() |
String |
getStartExpression() |
public AbstractNode createNode(String start, String end, String text, Translator translator)
AbstractParserAbstractNode instance from a given textcreateNode in class AbstractParserstart - is a String that was found when searching for a start of text that should be used to create nodeend - is a String that was found when searching for a end of text that should be used to create nodetext - text is whole text that was between start and end Stringstranslator - reference to Translator that would be used to search for sub tags in given texttext)public String getStartExpression()
getStartExpression in class AbstractParserpublic String getStartEndExpression()
getStartEndExpression in class AbstractParserpublic String getEndExpression(String start)
getEndExpression in class AbstractParserCopyright © 2017 SAP SE. All Rights Reserved.