Class XMLManipulationHelper.TagDescription

    • Constructor Detail

      • TagDescription

        public TagDescription()
    • Method Detail

      • getCloseEnd

        public int getCloseEnd()
      • getCloseStart

        public int getCloseStart()
      • getName

        public String getName()
      • getOpenEnd

        public int getOpenEnd()
      • getOpenStart

        public int getOpenStart()
      • isAutoClose

        public boolean isAutoClose()
      • render

        public String render​(String inside)
        return the tag rendered in HTML
        Parameters:
        inside - the content (null for autoclose tag)
        Returns:
        a HTML code with the tag
      • renderOpen

        public String renderOpen()
        return the tag rendered in HTML
        Parameters:
        inside - the content (null for autoclose tag)
        Returns:
        a HTML code with the tag
      • setCloseEnd

        public void setCloseEnd​(int closeEnd)
      • setCloseStart

        public void setCloseStart​(int closeStart)
      • setName

        public void setName​(String name)
      • setOpenEnd

        public void setOpenEnd​(int openEnd)
      • setOpenStart

        public void setOpenStart​(int openStart)
      • addCssClass

        public void addCssClass​(String cssClass)