com.java4less.ocr.docparser.sections
Interface IStartCondition

All Known Implementing Classes:
TextMarkCondition

public interface IStartCondition

Interface implemented by classes that check if a new section starts


Method Summary
 boolean isSectionStart(ParserContext context)
           
 void saveToXml(org.w3c.dom.Document document, org.w3c.dom.Node root)
           
 

Method Detail

isSectionStart

boolean isSectionStart(ParserContext context)

saveToXml

void saveToXml(org.w3c.dom.Document document,
               org.w3c.dom.Node root)
               throws java.lang.Exception
Throws:
java.lang.Exception