Class 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 Detail

      • s_highlightMapper

        public static org.cakelab.jdoxml.impl.dochandler.HighlightMapper s_highlightMapper
    • Constructor Detail

    • 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()
        Specified by:
        contents in interface IDocRoot
      • text

        public java.lang.String text()
        Specified by:
        text in interface IDocRoot