This page (revision-4) was last changed on 17-Dec-2012 19:26 by Jochen Reutelshöfer

This page was created on 17-Dec-2012 19:11 by Jochen Reutelshöfer

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 17-Dec-2012 19:26 740 bytes Jochen Reutelshöfer to previous
3 17-Dec-2012 19:26 758 bytes Jochen Reutelshöfer to previous | to last
2 17-Dec-2012 19:21 140 bytes Jochen Reutelshöfer to previous | to last
1 17-Dec-2012 19:11 18 bytes Jochen Reutelshöfer to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 3 lines
%%todo
write
%
The SectionFinder interface is used to implement the parser components which in the end create the [Sections|Section].
You can look up the [javadoc|https://isci.informatik.uni-wuerzburg.de/javadoc/KnowWE/de/knowwe/core/kdom/sectionFinder/SectionFinder.html] for details.
However, in most cases it is not necessary to make a new implementation of this interface. There is already a zoo of different (partially generic) SectionFinders available. For the parsing of most simple markup the use of regular expressions is sufficient. Then an instance of the class [RegexSectionFinder|https://isci.informatik.uni-wuerzburg.de/javadoc/KnowWE/de/knowwe/core/kdom/sectionFinder/RegexSectionFinder.html] can be attached to the respective [Type].