Class CssKnowledge

java.lang.Object
org.xhtmlrenderer.css.style.CssKnowledge

class CssKnowledge extends Object
  • Field Details

    • MARGINS_NOT_ALLOWED

      static final Set<IdentValue> MARGINS_NOT_ALLOWED
    • BORDERS_NOT_ALLOWED

      static final Set<IdentValue> BORDERS_NOT_ALLOWED
    • OVERFLOW_APPLICABLE

      static final Set<IdentValue> OVERFLOW_APPLICABLE
    • MAY_HAVE_FIRST_LINE

      static final Set<IdentValue> MAY_HAVE_FIRST_LINE
    • MAY_HAVE_FIRST_LETTER

      static final Set<IdentValue> MAY_HAVE_FIRST_LETTER
    • BLOCK_EQUIVALENTS

      static final Set<IdentValue> BLOCK_EQUIVALENTS
    • LAID_OUT_IN_INLINE_CONTEXT

      static final Set<IdentValue> LAID_OUT_IN_INLINE_CONTEXT
    • TABLE_SECTIONS

      static final Set<IdentValue> TABLE_SECTIONS
    • UNDER_TABLE_LAYOUT

      static final Set<IdentValue> UNDER_TABLE_LAYOUT
  • Constructor Details

    • CssKnowledge

      CssKnowledge()