com.itextpdf.tool.xml.css
Class CssSelector

java.lang.Object
  extended by com.itextpdf.tool.xml.css.CssSelector

public class CssSelector
extends Object


Constructor Summary
CssSelector(List<CssSelectorItem> selector)
           
 
Method Summary
 int calculateSpecifity()
           
 boolean matches(Tag t)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssSelector

public CssSelector(List<CssSelectorItem> selector)
Method Detail

matches

public boolean matches(Tag t)

calculateSpecifity

public int calculateSpecifity()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.