org.apache.batik.css.engine.sac
Class CSSPseudoElementSelector

java.lang.Object
  extended by org.apache.batik.css.engine.sac.AbstractElementSelector
      extended by org.apache.batik.css.engine.sac.CSSPseudoElementSelector
All Implemented Interfaces:
ExtendedSelector

public class CSSPseudoElementSelector
extends AbstractElementSelector

This class implements the org.w3c.css.sac.ElementSelector interface.


Field Summary
 
Fields inherited from class org.apache.batik.css.engine.sac.AbstractElementSelector
localName, namespaceURI
 
Constructor Summary
CSSPseudoElementSelector(String uri, String name)
          Creates a new CSSPseudoElementSelector object.
 
Method Summary
 short getSelectorType()
          SAC: Implements org.w3c.css.sac.Selector#getSelectorType().
 int getSpecificity()
          Returns the specificity of this selector.
 boolean match(Element e, String pseudoE)
          Tests whether this selector matches the given element.
 String toString()
          Returns a representation of the selector.
 
Methods inherited from class org.apache.batik.css.engine.sac.AbstractElementSelector
equals, fillAttributeSet, getLocalName, getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSPseudoElementSelector

public CSSPseudoElementSelector(String uri,
                                String name)
Creates a new CSSPseudoElementSelector object.

Method Detail

getSelectorType

public short getSelectorType()
SAC: Implements org.w3c.css.sac.Selector#getSelectorType().


match

public boolean match(Element e,
                     String pseudoE)
Tests whether this selector matches the given element.


getSpecificity

public int getSpecificity()
Returns the specificity of this selector.


toString

public String toString()
Returns a representation of the selector.

Overrides:
toString in class Object


Copyright ? 2008 Apache Software Foundation. All Rights Reserved.