Class XRefSectHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.cakelab.jdoxml.impl.basehandler.BaseHandler<XRefSectHandler>
-
- org.cakelab.jdoxml.impl.dochandler.XRefSectHandler
-
- All Implemented Interfaces:
IDoc
,IDocSimpleSect
,IDocXRefSect
,IBaseHandler
,org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public class XRefSectHandler extends BaseHandler<XRefSectHandler> implements IDocXRefSect
-
-
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 XRefSectHandler(IBaseHandler parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
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
-
XRefSectHandler
public XRefSectHandler(IBaseHandler parent)
-
-
Method Detail
-
start
public void start(org.xml.sax.Attributes attrib)
-
end
public void end()
-
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 IDocXRefTitle title()
- Specified by:
title
in interfaceIDocSimpleSect
-
description
public IDocPara description()
- Specified by:
description
in interfaceIDocSimpleSect
-
-