org.apache.batik.css.parser

Class DefaultPseudoClassCondition

public class DefaultPseudoClassCondition extends AbstractAttributeCondition

This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
Field Summary
protected StringnamespaceURI
The namespaceURI.
Constructor Summary
DefaultPseudoClassCondition(String namespaceURI, String value)
Creates a new DefaultAttributeCondition object.
Method Summary
shortgetConditionType()
SAC: Implements org.w3c.css.sac.Condition#getConditionType().
StringgetLocalName()
SAC: Implements org.w3c.css.sac.AttributeCondition#getLocalName().
StringgetNamespaceURI()
SAC: Implements org.w3c.css.sac.AttributeCondition#getNamespaceURI().
booleangetSpecified()
SAC: Implements org.w3c.css.sac.AttributeCondition#getSpecified().
StringtoString()
Returns a text representation of this object.

Field Detail

namespaceURI

protected String namespaceURI
The namespaceURI.

Constructor Detail

DefaultPseudoClassCondition

public DefaultPseudoClassCondition(String namespaceURI, String value)
Creates a new DefaultAttributeCondition object.

Method Detail

getConditionType

public short getConditionType()
SAC: Implements org.w3c.css.sac.Condition#getConditionType().

getLocalName

public String getLocalName()
SAC: Implements org.w3c.css.sac.AttributeCondition#getLocalName().

getNamespaceURI

public String getNamespaceURI()
SAC: Implements org.w3c.css.sac.AttributeCondition#getNamespaceURI().

getSpecified

public boolean getSpecified()
SAC: Implements org.w3c.css.sac.AttributeCondition#getSpecified().

toString

public String toString()
Returns a text representation of this object.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.