Class SimpleSectHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.cakelab.jdoxml.impl.basehandler.BaseHandler<SimpleSectHandler>
-
- org.cakelab.jdoxml.impl.dochandler.SimpleSectHandler
-
- All Implemented Interfaces:
IDoc
,IDocSimpleSect
,IBaseHandler
,org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public class SimpleSectHandler extends BaseHandler<SimpleSectHandler> implements IDocSimpleSect
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.IDocSimpleSect
IDocSimpleSect.Types
-
-
Field Summary
-
Fields inherited from class org.cakelab.jdoxml.impl.basehandler.BaseHandler
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
-
-
Constructor Summary
Constructors Constructor Description SimpleSectHandler(IBaseHandler parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.cakelab.jdoxml.impl.basehandler.BaseHandler
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
SimpleSectHandler
public SimpleSectHandler(IBaseHandler parent)
-
-
Method Detail
-
startSimpleSect
public void startSimpleSect(org.xml.sax.Attributes attrib)
-
endSimpleSect
public void endSimpleSect()
-
startTitle
public void startTitle(org.xml.sax.Attributes attrib)
-
startParagraph
public void startParagraph(org.xml.sax.Attributes attrib)
-
type
public IDocSimpleSect.Types type()
- Specified by:
type
in interfaceIDocSimpleSect
-
typeString
public java.lang.String typeString()
- Specified by:
typeString
in interfaceIDocSimpleSect
-
title
public IDocTitle title()
- Specified by:
title
in interfaceIDocSimpleSect
-
description
public IDocPara description()
- Specified by:
description
in interfaceIDocSimpleSect
-
-