Class DocHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.cakelab.jdoxml.impl.basehandler.BaseHandler<DocHandler>
-
- org.cakelab.jdoxml.impl.dochandler.DocHandler
-
- All Implemented Interfaces:
IDoc
,IDocRoot
,IBaseHandler
,org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public class DocHandler extends BaseHandler<DocHandler> implements IDocRoot
\brief Node representing a documentation block.
-
-
Field Summary
Fields Modifier and Type Field Description static org.cakelab.jdoxml.impl.dochandler.HighlightMapper
s_highlightMapper
static TypeNameMapper
s_typeMapper
-
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 DocHandler(IBaseHandler parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListIterator<IDoc>
contents()
void
endDoc()
static void
exit()
static void
init()
IDocInternal
internal()
IDoc.Kind
kind()
void
startDoc(org.xml.sax.Attributes attrib)
void
startInternal(org.xml.sax.Attributes attrib)
void
startParagraph(org.xml.sax.Attributes attrib)
void
startSect1(org.xml.sax.Attributes attrib)
void
startTitle(org.xml.sax.Attributes attrib)
java.lang.String
text()
-
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
-
-
-
-
Field Detail
-
s_typeMapper
public static TypeNameMapper s_typeMapper
-
s_highlightMapper
public static org.cakelab.jdoxml.impl.dochandler.HighlightMapper s_highlightMapper
-
-
Constructor Detail
-
DocHandler
public DocHandler(IBaseHandler parent)
-
-
Method Detail
-
init
public static void init()
-
exit
public static void exit()
-
startDoc
public void startDoc(org.xml.sax.Attributes attrib)
-
endDoc
public void endDoc()
-
startParagraph
public void startParagraph(org.xml.sax.Attributes attrib)
-
startSect1
public void startSect1(org.xml.sax.Attributes attrib)
-
startTitle
public void startTitle(org.xml.sax.Attributes attrib)
-
startInternal
public void startInternal(org.xml.sax.Attributes attrib)
-
contents
public java.util.ListIterator<IDoc> contents()
-
internal
public IDocInternal internal()
-
-