public class ParameterListHandler extends BaseHandler<ParameterListHandler> implements IDocParameterList
IDocParameterList.Types
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
ParameterListHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
void |
endParameterList() |
IDoc.Kind |
kind() |
java.util.ListIterator<IDocParameterItem> |
params() |
IDocParameterList.Types |
sectType() |
void |
startParameterItem(org.xml.sax.Attributes attrib) |
void |
startParameterList(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 ParameterListHandler(IBaseHandler parent)
public void startParameterList(org.xml.sax.Attributes attrib)
public void endParameterList()
public void startParameterItem(org.xml.sax.Attributes attrib)
public java.util.ListIterator<IDocParameterItem> params()
params
in interface IDocParameterList
public IDocParameterList.Types sectType()
sectType
in interface IDocParameterList