Class Html

    • Field Detail

      • m_Head

        protected Head m_Head
        the head tag.
      • m_Body

        protected Body m_Body
        the body tag.
    • Constructor Detail

      • Html

        public Html()
        Initializes the tag.
    • Method Detail

      • getHead

        public Head getHead()
        Returns the HEAD tag.
        Returns:
        the tag
      • getBody

        public Body getBody()
        Returns the BODY tag.
        Returns:
        the tag