Class AbstractCssContext

  • Direct Known Subclasses:
    SvgCssContext

    public abstract class AbstractCssContext
    extends java.lang.Object
    Container for CSS context properties that influence CSS resolution. This class only contains properties relevant for any generic XML+CSS combo: specific properties must be implemented in a project-specific subclass. Used by ICssResolver.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int quotesDepth
      The quotes depth.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getQuotesDepth()
      Gets the quotes depth.
      void setQuotesDepth​(int quotesDepth)
      Sets the quotes depth.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • quotesDepth

        private int quotesDepth
        The quotes depth.
    • Constructor Detail

      • AbstractCssContext

        public AbstractCssContext()
    • Method Detail

      • getQuotesDepth

        public int getQuotesDepth()
        Gets the quotes depth.
        Returns:
        the quotes depth
      • setQuotesDepth

        public void setQuotesDepth​(int quotesDepth)
        Sets the quotes depth.
        Parameters:
        quotesDepth - the new quotes depth