|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.html.parser.Parser | +--javax.swing.text.html.parser.DocumentParser | +--org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor.DocumentParserBase | +--org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor.DocumentParser11
DocumentParser for 1.1 that allows LINKs in headers.
Fields inherited from class org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor.DocumentParserBase |
fCallback |
Fields inherited from class javax.swing.text.html.parser.Parser |
dtd, strict |
Fields inherited from interface javax.swing.text.html.parser.DTDConstants |
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 Summary | |
ParserAdaptor.DocumentParser11(DTD dtd)
Constructor. |
Method Summary | |
protected void |
handleEmptyTag(TagElement tag)
override handleEmptyTag to allow links in headers. |
Methods inherited from class org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor.DocumentParserBase |
parse |
Methods inherited from class javax.swing.text.html.parser.DocumentParser |
handleComment, handleEndTag, handleError, handleStartTag, handleText |
Methods inherited from class javax.swing.text.html.parser.Parser |
addString, endTag, error, error, error, error, errorContext, flushAttributes, getAttributes, getBlockStartPosition, getChars, getChars, getCurrentLine, getCurrentPos, getEndOfLineString, getString, handleEOFInComment, handleText, handleTitle, ignoreElement, legalElementContext, legalTagContext, makeTag, makeTag, markFirstTime, parse, parseAttributeSpecificationList, parseAttributeValue, parseComment, parseContent, parseDTDMarkup, parseIdentifier, parseInvalidTag, parseLiteral, parseMarkupDeclarations, parseTag, resetStrBuffer, skipSpace, startTag, strIndexOf |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ParserAdaptor.DocumentParser11(DTD dtd)
Method Detail |
protected void handleEmptyTag(TagElement tag) throws ChangedCharSetException
handleEmptyTag
in class DocumentParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |