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