public class ItemizedListHandler extends BaseHandler<ItemizedListHandler> implements IDocItemizedList
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
ItemizedListHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IDocListItem> |
elements() |
void |
endItemizedList() |
IDoc.Kind |
kind() |
void |
startItemizedList(org.xml.sax.Attributes attrib) |
void |
startItemizedListItem(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 ItemizedListHandler(IBaseHandler parent)
public void startItemizedList(org.xml.sax.Attributes attrib)
public void endItemizedList()
public void startItemizedListItem(org.xml.sax.Attributes attrib)
public java.util.ListIterator<IDocListItem> elements()
elements
in interface IDocItemizedList