public class ParameterItemHandler extends BaseHandler<ParameterItemHandler> implements IDocParameterItem
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
ParameterItemHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
IDocPara |
description() |
void |
endParameterItem() |
IDoc.Kind |
kind() |
java.util.ListIterator<ParameterHandler> |
paramNames() |
void |
startParagraph(org.xml.sax.Attributes attrib) |
void |
startParameterItem(org.xml.sax.Attributes attrib) |
void |
startParameterName(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 ParameterItemHandler(IBaseHandler parent)
public void startParameterItem(org.xml.sax.Attributes attrib)
public void endParameterItem()
public void startParameterName(org.xml.sax.Attributes attrib)
public void startParagraph(org.xml.sax.Attributes attrib)
public java.util.ListIterator<ParameterHandler> paramNames()
paramNames
in interface IDocParameterItem
public IDocPara description()
description
in interface IDocParameterItem