1 package net.sourceforge.phpeclipse.wiki.renderer;
4 public interface StructureClosure {
6 * @param header the text of the header without markup
7 * @param offset the offset in the document where the header is located
9 void acceptHeader(String header, int offset);