public class VariableListHandler extends BaseHandler<VariableListHandler> implements IDocVariableList
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
VariableListHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
void |
endVariableList() |
java.util.ListIterator<IDocVariableListEntry> |
entries() |
IDoc.Kind |
kind() |
void |
startListItem(org.xml.sax.Attributes attrib) |
void |
startVariableList(org.xml.sax.Attributes attrib) |
void |
startVarListEntry(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 VariableListHandler(IBaseHandler parent)
public void startVariableList(org.xml.sax.Attributes attrib)
public void endVariableList()
public void startVarListEntry(org.xml.sax.Attributes attrib)
public void startListItem(org.xml.sax.Attributes attrib)
public java.util.ListIterator<IDocVariableListEntry> entries()
entries
in interface IDocVariableList