public class NextDetectedBlockResult extends Object
TemplateBlockType to return next detected block.| Constructor | Description |
|---|---|
NextDetectedBlockResult(TemplateBlockType templateBlockType,
int beginIndex,
int endIndex,
String attributes,
String content,
String remainingStringToBeProcessed) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAttributes() |
|
int |
getBeginIndex() |
|
String |
getContent() |
|
int |
getEndIndex() |
|
String |
getRemainingStringToBeProcessed() |
|
TemplateBlockType |
getTemplateBlockType() |
public NextDetectedBlockResult(TemplateBlockType templateBlockType, int beginIndex, int endIndex, String attributes, String content, String remainingStringToBeProcessed)
public TemplateBlockType getTemplateBlockType()
public int getBeginIndex()
public int getEndIndex()
public String getAttributes()
public String getContent()
public String getRemainingStringToBeProcessed()
Copyright © 2017–2020 Holisticon AG. All rights reserved.