public class JavadocParser extends Parser
ANY, CDATA, CONREF, CURRENT, DEFAULT, EMPTY, ENDTAG, ENTITIES, ENTITY, FIXED, GENERAL, ID, IDREF, IDREFS, IMPLIED, MD, MODEL, MS, NAME, NAMES, NMTOKEN, NMTOKENS, NOTATION, NUMBER, NUMBERS, NUTOKEN, NUTOKENS, PARAMETER, PI, PUBLIC, RCDATA, REQUIRED, SDATA, STARTTAG, SYSTEM
Constructor and Description |
---|
JavadocParser(DTD dtd,
String docPath) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
List<String> |
getMethods() |
Map<String,String> |
getMethodText() |
protected void |
handleEmptyTag(TagElement tag) |
protected void |
handleError(int ln,
String msg) |
protected void |
handleText(char[] text) |
void |
reset() |
protected void |
startTag(TagElement tag) |
endTag, error, error, error, error, flushAttributes, getAttributes, getCurrentLine, getCurrentPos, handleComment, handleEndTag, handleEOFInComment, handleStartTag, handleTitle, makeTag, makeTag, markFirstTime, parse, parseDTDMarkup, parseMarkupDeclarations
public void reset()
protected void startTag(TagElement tag) throws ChangedCharSetException
startTag
in class Parser
ChangedCharSetException
protected void handleEmptyTag(TagElement tag)
handleEmptyTag
in class Parser
protected void handleText(char[] text)
handleText
in class Parser
protected void handleError(int ln, String msg)
handleError
in class Parser
public String getErrorMessage()
Apache Camel