|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocHandler
Defines the parser callbacks.
Method Summary | |
---|---|
boolean |
begin(php.java.bridge.ParserTag[] tag)
Called for each <tag arg1 ... |
void |
end(php.java.bridge.ParserString[] strings)
Called for each </tag> |
void |
parseHeader(java.io.InputStream in)
Called for the header |
Method Detail |
---|
boolean begin(php.java.bridge.ParserTag[] tag)
tag
- The tag and the args.
void end(php.java.bridge.ParserString[] strings)
strings
- The tag and the args.begin(ParserTag[])
void parseHeader(java.io.InputStream in) throws java.io.IOException
in
- the input stream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |