org.apache.batik.css.parser

Class DefaultElementSelector

public class DefaultElementSelector extends AbstractElementSelector

This class implements the org.w3c.css.sac.ElementSelector interface.
Constructor Summary
DefaultElementSelector(String uri, String name)
Creates a new ElementSelector object.
Method Summary
shortgetSelectorType()
SAC: Implements org.w3c.css.sac.Selector#getSelectorType().
StringtoString()
Returns a representation of the selector.

Constructor Detail

DefaultElementSelector

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

Method Detail

getSelectorType

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

toString

public String toString()
Returns a representation of the selector.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.