Class

org.hyperscala.selector

AttributeSelector

Related Doc: package selector

Permalink

case class AttributeSelector(attribute: String, matcher: AttributeMatcher, attributeValue: String, parentSelector: Option[Selector] = None) extends Selector with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Selector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeSelector
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Selector
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributeSelector(attribute: String, matcher: AttributeMatcher, attributeValue: String, parentSelector: Option[Selector] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addRoot(newRoot: Selector): Selector

    Permalink
    Definition Classes
    Selector
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val attribute: String

    Permalink
  7. val attributeValue: String

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def content: String

    Permalink
    Definition Classes
    Selector
  10. def duplicate(parent: Option[Selector]): AttributeSelector

    Permalink
    Definition Classes
    AttributeSelectorSelector
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def generate(): String

    Permalink
    Definition Classes
    Selector
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def items: List[Selector]

    Permalink

    Generates a flat itemized list broken out by multiple separators (,)

    Generates a flat itemized list broken out by multiple separators (,)

    Definition Classes
    Selector
  17. var label: String

    Permalink
    Definition Classes
    Selector
  18. val matcher: AttributeMatcher

    Permalink
  19. final def matches(t: HTMLTag): Boolean

    Permalink
    Definition Classes
    Selector
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val parentSelector: Option[Selector]

    Permalink
    Definition Classes
    AttributeSelectorSelector
  24. def parseJson(map: Map[String, Any]): Nothing

    Permalink
    Definition Classes
    Selector
  25. def quoted: Boolean

    Permalink
    Definition Classes
    Selector
  26. def root: Selector

    Permalink
    Definition Classes
    Selector
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def thisMatches(t: HTMLTag): Boolean

    Permalink
    Definition Classes
    AttributeSelectorSelector
  29. def thisValue: String

    Permalink
    Definition Classes
    AttributeSelectorSelector
  30. def toCondition: JavaScriptString

    Permalink
    Definition Classes
    Selector
  31. def toList: List[Selector]

    Permalink
    Definition Classes
    Selector
  32. final lazy val value: String

    Permalink
    Definition Classes
    Selector
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withLabel(label: String): Selector

    Permalink
    Definition Classes
    Selector

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Selector

Inherited from AnyRef

Inherited from Any

Ungrouped