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