|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.sig.SignatureSeparator
public class SignatureSeparator
This class separates all signature blocks in a raw text.
| Constructor Summary | |
|---|---|
SignatureSeparator()
The empty constructor. |
|
| Method Summary | |
|---|---|
SignatureObject |
getFirstSignatureObject()
|
Stack |
getSignatureBlocks()
|
int |
getStartIndex()
This method returns the start index of the first signature block. |
boolean |
hasSignatureBlock()
|
boolean |
separateBlock(String rawText)
This method takes a raw text as input and trys to separate all signature blocks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureSeparator()
throws SignatureTypesException
SignatureTypesException| Method Detail |
|---|
public boolean separateBlock(String rawText)
rawText -
public int getStartIndex()
public SignatureObject getFirstSignatureObject()
public Stack getSignatureBlocks()
public boolean hasSignatureBlock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||