public class SimpleSectHandler extends BaseHandler<SimpleSectHandler> implements IDocSimpleSect
IDocSimpleSect.Types
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
SimpleSectHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
IDocPara |
description() |
void |
endSimpleSect() |
IDoc.Kind |
kind() |
void |
startParagraph(org.xml.sax.Attributes attrib) |
void |
startSimpleSect(org.xml.sax.Attributes attrib) |
void |
startTitle(org.xml.sax.Attributes attrib) |
IDocTitle |
title() |
IDocSimpleSect.Types |
type() |
java.lang.String |
typeString() |
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 SimpleSectHandler(IBaseHandler parent)
public void startSimpleSect(org.xml.sax.Attributes attrib)
public void endSimpleSect()
public void startTitle(org.xml.sax.Attributes attrib)
public void startParagraph(org.xml.sax.Attributes attrib)
public IDocSimpleSect.Types type()
type
in interface IDocSimpleSect
public java.lang.String typeString()
typeString
in interface IDocSimpleSect
public IDocTitle title()
title
in interface IDocSimpleSect
public IDocPara description()
description
in interface IDocSimpleSect