Class AbstractWidthReadHandler

    • Constructor Detail

      • AbstractWidthReadHandler

        protected AbstractWidthReadHandler​(boolean allowPercentages,
                                           boolean allowAuto)
    • Method Detail

      • isAllowPercentages

        public boolean isAllowPercentages()
      • isAllowAuto

        public boolean isAllowAuto()
      • parseWidth

        protected CSSValue parseWidth​(org.w3c.css.sac.LexicalUnit value)