|
|||||||||
| Home >> All >> com >> steadystate >> css >> parser >> [ selectors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.steadystate.css.parser.selectors
Class BeginHyphenAttributeConditionImpl

java.lang.Objectcom.steadystate.css.parser.selectors.BeginHyphenAttributeConditionImpl
- All Implemented Interfaces:
- org.w3c.css.sac.AttributeCondition, org.w3c.css.sac.Condition, java.io.Serializable
- public class BeginHyphenAttributeConditionImpl
- extends java.lang.Object
- implements org.w3c.css.sac.AttributeCondition, java.io.Serializable
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
_localName
|
private java.lang.String |
_value
|
| Constructor Summary | |
BeginHyphenAttributeConditionImpl(java.lang.String localName,
java.lang.String value)
|
|
| Method Summary | |
short |
getConditionType()
An integer indicating the type of Condition. |
java.lang.String |
getLocalName()
Returns the local part of the qualified name of this attribute. |
java.lang.String |
getNamespaceURI()
Returns the namespace URI of this attribute condition. |
boolean |
getSpecified()
Returns true if the attribute must have an explicit value
in the original document, false otherwise. |
java.lang.String |
getValue()
Returns the value of the attribute. |
java.lang.String |
toString()
Convert this Object to a human-readable String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
_localName
private java.lang.String _localName
_value
private java.lang.String _value
| Constructor Detail |
BeginHyphenAttributeConditionImpl
public BeginHyphenAttributeConditionImpl(java.lang.String localName, java.lang.String value)
| Method Detail |
getConditionType
public short getConditionType()
- Description copied from interface:
org.w3c.css.sac.Condition - An integer indicating the type of
Condition.- Specified by:
getConditionTypein interfaceorg.w3c.css.sac.Condition
getNamespaceURI
public java.lang.String getNamespaceURI()
- Description copied from interface:
org.w3c.css.sac.AttributeCondition - Returns the
namespace
URI of this attribute condition.
NULLif :- this attribute condition can match any namespace.
- this attribute is an id attribute.
- Specified by:
getNamespaceURIin interfaceorg.w3c.css.sac.AttributeCondition
getLocalName
public java.lang.String getLocalName()
- Description copied from interface:
org.w3c.css.sac.AttributeCondition - Returns the
local part
of the
qualified
name of this attribute.
NULLif :this attribute condition can match any attribute.
this attribute is a class attribute.
this attribute is an id attribute.
this attribute is a pseudo-class attribute.
- Specified by:
getLocalNamein interfaceorg.w3c.css.sac.AttributeCondition
getSpecified
public boolean getSpecified()
- Description copied from interface:
org.w3c.css.sac.AttributeCondition - Returns
trueif the attribute must have an explicit value in the original document,falseotherwise.- Specified by:
getSpecifiedin interfaceorg.w3c.css.sac.AttributeCondition
getValue
public java.lang.String getValue()
- Description copied from interface:
org.w3c.css.sac.AttributeCondition - Returns the value of the attribute.
If this attribute is a class or a pseudo class attribute, you'll get
the class name (or psedo class name) without the '.' or ':'.
- Specified by:
getValuein interfaceorg.w3c.css.sac.AttributeCondition
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
|
|||||||||
| Home >> All >> com >> steadystate >> css >> parser >> [ selectors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.steadystate.css.parser.selectors.BeginHyphenAttributeConditionImpl