Class AbstractMemberBuilder

    • Constructor Detail

      • AbstractMemberBuilder

        public AbstractMemberBuilder​(AbstractBuilder.Context context)
        Deprecated.
        Construct a SubBuilder.
        Parameters:
        configuration - the configuration used in this run of the doclet.
    • Method Detail

      • build

        public void build​(XMLNode node,
                          Content contentTree)
        Deprecated.
        Build the sub component if there is anything to document.
        Overrides:
        build in class AbstractBuilder
        Parameters:
        node - the XML element that specifies which components to document.
        contentTree - content tree to which the documentation will be added
      • hasMembersToDocument

        public abstract boolean hasMembersToDocument()
        Deprecated.
        Return true if this subbuilder has anything to document.
        Returns:
        true if this subbuilder has anything to document.