public class XRefSectHandler extends BaseHandler<XRefSectHandler> implements IDocXRefSect
IDocSimpleSect.Types
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
XRefSectHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
IDocPara |
description() |
void |
end() |
IDoc.Kind |
kind() |
void |
start(org.xml.sax.Attributes attrib) |
void |
startParagraph(org.xml.sax.Attributes attrib) |
void |
startTitle(org.xml.sax.Attributes attrib) |
IDocXRefTitle |
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 XRefSectHandler(IBaseHandler parent)
public void start(org.xml.sax.Attributes attrib)
public void end()
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 IDocXRefTitle title()
title
in interface IDocSimpleSect
public IDocPara description()
description
in interface IDocSimpleSect