public class ListOfAllMembersHandler extends BaseHandler<ListOfAllMembersHandler>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IMemberReference> |
m_members |
protected IBaseHandler |
m_parent |
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
ListOfAllMembersHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
void |
endListOfAllMembers() |
void |
endName() |
void |
endScope() |
void |
initialize(MainHandler mh) |
java.util.ListIterator<IMemberReference> |
members() |
void |
startListOfAllMembers(org.xml.sax.Attributes attrib) |
void |
startMember(org.xml.sax.Attributes attrib) |
void |
startName(org.xml.sax.Attributes attrib) |
void |
startScope(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
protected IBaseHandler m_parent
protected java.util.List<IMemberReference> m_members
public ListOfAllMembersHandler(IBaseHandler parent)
public void initialize(MainHandler mh)
public void startMember(org.xml.sax.Attributes attrib)
public void startName(org.xml.sax.Attributes attrib)
public void endName()
public void startScope(org.xml.sax.Attributes attrib)
public void endScope()
public void startListOfAllMembers(org.xml.sax.Attributes attrib)
public void endListOfAllMembers()
public java.util.ListIterator<IMemberReference> members()