public class SectionHandler extends BaseHandler<SectionHandler> implements IUserDefined
ISection.SectionKind
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
SectionHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
IDocRoot |
description()
Returns the description attached to this section (for user defined
sections, also known as member groups).
|
void |
endHeader() |
void |
endSection() |
java.lang.String |
header() |
void |
initialize(CompoundHandler ch) |
boolean |
isPrivate()
Returns \c true if this section belongs to a
private section of a class
|
boolean |
isProtected()
Returns \c true if this section belongs to a
protected section of a class
|
boolean |
isPublic()
Returns \c true if this section belongs to a
public section of a class
|
boolean |
isStatic()
Returns \c true if this section contains statics
|
ISection.SectionKind |
kind()
Returns what kind of section this is
|
java.lang.String |
kindString()
Returns a string representation of the value returned by kind()
|
java.util.ListIterator<IMember> |
members()
Returns an iterator for the members of this section
|
static void |
sectionhandler_exit() |
static void |
sectionhandler_init() |
void |
startDescription(org.xml.sax.Attributes attrib) |
void |
startHeader(org.xml.sax.Attributes attrib) |
void |
startMember(org.xml.sax.Attributes attrib) |
void |
startSection(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 SectionHandler(IBaseHandler parent)
public static void sectionhandler_init()
public static void sectionhandler_exit()
public void startSection(org.xml.sax.Attributes attrib)
public void startDescription(org.xml.sax.Attributes attrib)
public void endSection()
public void startMember(org.xml.sax.Attributes attrib)
public void startHeader(org.xml.sax.Attributes attrib)
public void endHeader()
public void initialize(CompoundHandler ch)
public IDocRoot description()
ISection
description
in interface ISection
public java.util.ListIterator<IMember> members()
ISection
public java.lang.String kindString()
ISection
kindString
in interface ISection
public ISection.SectionKind kind()
ISection
public boolean isStatic()
ISection
public boolean isPublic()
ISection
public boolean isProtected()
ISection
isProtected
in interface ISection
public boolean isPrivate()
ISection
public java.lang.String header()
header
in interface IUserDefined