Class SectionHandler

    • Constructor Detail

      • SectionHandler

        public SectionHandler​(IBaseHandler parent)
    • Method Detail

      • sectionhandler_init

        public static void sectionhandler_init()
      • sectionhandler_exit

        public static void sectionhandler_exit()
      • startSection

        public void startSection​(org.xml.sax.Attributes attrib)
      • startDescription

        public void startDescription​(org.xml.sax.Attributes attrib)
      • endSection

        public void endSection()
      • startMember

        public void startMember​(org.xml.sax.Attributes attrib)
      • startHeader

        public void startHeader​(org.xml.sax.Attributes attrib)
      • endHeader

        public void endHeader()
      • description

        public IDocRoot description()
        Description copied from interface: ISection
        Returns the description attached to this section (for user defined sections, also known as member groups).
        Specified by:
        description in interface ISection
      • members

        public java.util.ListIterator<IMember> members()
        Description copied from interface: ISection
        Returns an iterator for the members of this section
        Specified by:
        members in interface ISection
      • kindString

        public java.lang.String kindString()
        Description copied from interface: ISection
        Returns a string representation of the value returned by kind()
        Specified by:
        kindString in interface ISection
      • isStatic

        public boolean isStatic()
        Description copied from interface: ISection
        Returns \c true if this section contains statics
        Specified by:
        isStatic in interface ISection
      • isPublic

        public boolean isPublic()
        Description copied from interface: ISection
        Returns \c true if this section belongs to a public section of a class
        Specified by:
        isPublic in interface ISection
      • isProtected

        public boolean isProtected()
        Description copied from interface: ISection
        Returns \c true if this section belongs to a protected section of a class
        Specified by:
        isProtected in interface ISection
      • isPrivate

        public boolean isPrivate()
        Description copied from interface: ISection
        Returns \c true if this section belongs to a private section of a class
        Specified by:
        isPrivate in interface ISection
      • header

        public java.lang.String header()
        Specified by:
        header in interface IUserDefined