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, parseMarkupDeclarationspublic void reset()
protected void startTag(TagElement tag) throws ChangedCharSetException
startTag in class ParserChangedCharSetExceptionprotected void handleEmptyTag(TagElement tag)
handleEmptyTag in class Parserprotected void handleText(char[] text)
handleText in class Parserprotected void handleError(int ln,
String msg)
handleError in class Parserpublic String getErrorMessage()
Apache Camel