Class AbstractCssContext
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.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 byICssResolver
.
-
-
Field Summary
Fields Modifier and Type Field Description private int
quotesDepth
The quotes depth.
-
Constructor Summary
Constructors Constructor Description AbstractCssContext()
-
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.
-