org.jfree.layouting.input.style.selectors.conditions

Class PseudoClassCSSCondition

public class PseudoClassCSSCondition extends Object implements AttributeCondition, CSSCondition

Creation-Date: 24.11.2005, 19:54:48

Author: Thomas Morgner

Constructor Summary
PseudoClassCSSCondition(String namespace, String value)
Method Summary
shortgetConditionType()
An integer indicating the type of Condition.
StringgetLocalName()
Returns the local part of the qualified name of this attribute.
StringgetNamespaceURI()
Returns the namespace URI of this attribute condition.
booleangetSpecified()
Returns true if the attribute must have an explicit value in the original document, false otherwise.
StringgetValue()
booleanisMatch(Object resolveState)

Constructor Detail

PseudoClassCSSCondition

public PseudoClassCSSCondition(String namespace, String value)

Method Detail

getConditionType

public short getConditionType()
An integer indicating the type of Condition.

getLocalName

public String getLocalName()
Returns the local part of the qualified name of this attribute.

NULL if :

getNamespaceURI

public String getNamespaceURI()
Returns the namespace URI of this attribute condition.

NULL if :

getSpecified

public final boolean getSpecified()
Returns true if the attribute must have an explicit value in the original document, false otherwise.

getValue

public String getValue()

isMatch

public boolean isMatch(Object resolveState)