public class ProgramListingHandler extends BaseHandler<ProgramListingHandler> implements IDocProgramListing
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
ProgramListingHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IDocCodeLine> |
codeLines() |
void |
endProgramListing() |
IDoc.Kind |
kind() |
void |
startCodeLine(org.xml.sax.Attributes attrib) |
void |
startLineNumber(org.xml.sax.Attributes attrib) |
void |
startProgramListing(org.xml.sax.Attributes attrib) |
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
public ProgramListingHandler(IBaseHandler parent)
public void startProgramListing(org.xml.sax.Attributes attrib)
public void endProgramListing()
public void startLineNumber(org.xml.sax.Attributes attrib)
public void startCodeLine(org.xml.sax.Attributes attrib)
public java.util.ListIterator<IDocCodeLine> codeLines()
codeLines
in interface IDocProgramListing