Generated by
JDiff

Class com.itextpdf.html2pdf.css.resolve.func.counter.CssCounterManager

Removed Methods
void  incrementCounter( String, INode ) Increments the counter.
void  incrementCounter( String, int , INode ) Increments the counter.
void  resetCounter( String, INode ) Resets the counter.
void  resetCounter( String, int , INode ) Resets the counter.
 

Added Methods
void  incrementCounter( String, INode ) Increments the counter.
void  incrementCounter( String, int , INode ) Increments the counter.
void  resetCounter( String, INode ) Resets the counter.
void  resetCounter( String, int , INode ) Resets the counter.
 

Changed Methods
String  resolveCounter( String, String , INode ) Change in signature from (java.lang.String, java.lang.String, com.itextpdf.html2pdf.html.node.INode) to (java.lang.String, java.lang.String, INode).
Resolves a counter.
String  resolveCounters( String, String , String , INode ) Change in signature from (java.lang.String, java.lang.String, java.lang.String, com.itextpdf.html2pdf.html.node.INode) to (java.lang.String, java.lang.String, java.lang.String, INode).
Resolves counters.