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

Class AttributeCSSCondition

public class AttributeCSSCondition extends Object implements AttributeCondition, CSSCondition

Creation-Date: 24.11.2005, 19:54:48

Author: Thomas Morgner

Constructor Summary
AttributeCSSCondition(String name, String namespace, boolean specified, 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)
booleanisSpecified()

Constructor Detail

AttributeCSSCondition

public AttributeCSSCondition(String name, String namespace, boolean specified, 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)

isSpecified

public boolean isSpecified()