Class AbstractCssContext
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.AbstractCssContext
- Direct Known Subclasses:
-
SvgCssContext
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
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the quotes depth.void
setQuotesDepth
(int quotesDepth) Sets the quotes depth.
-
Constructor Details
-
AbstractCssContext
public AbstractCssContext()
-
-
Method Details
-
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
-