Trait

io.dylemma.spac.syntax

ContextMatcherSyntax

Related Doc: package syntax

Permalink

trait ContextMatcherSyntax extends AnyRef

Source
ContextMatcherSyntax.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextMatcherSyntax
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. val *: SingleElementContextMatcher[Unit]

    Permalink

    Context matcher that matches any single element at the head of the tag stack.

  4. val **: ContextMatcher[Unit]

    Permalink
  5. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to any2stringadd[ContextMatcherSyntax] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (ContextMatcherSyntax, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to ArrowAssoc[ContextMatcherSyntax] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. val Root: ContextMatcher[Unit]

    Permalink

    Context matcher that always matches without consuming any of the tag stack.

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def attr(name: String): SingleElementContextMatcher[String]

    Permalink

    Context matcher that extracts the given attribute from the element at the head of the stack.

    Context matcher that extracts the given attribute from the element at the head of the stack.

    name

    The local name of the attribute to extract

  11. def attr(qname: QName): SingleElementContextMatcher[String]

    Permalink

    Context matcher that extracts the given attribute from the element at the head of the stack.

    Context matcher that extracts the given attribute from the element at the head of the stack.

    qname

    The qualified name of the attribute to extract

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def elem(name: String): SingleElementContextMatcher[Unit]

    Permalink

    Context matcher that matches the element at the head of the stack as long as its name (local part only) is equal to the given name

    Context matcher that matches the element at the head of the stack as long as its name (local part only) is equal to the given name

    name

    The required (local) name for the element at the head of the stack

  14. def elem(qname: QName): SingleElementContextMatcher[Unit]

    Permalink

    Context matcher that matches the element at the head of the stack as long as its name is equal to the given qname.

    Context matcher that matches the element at the head of the stack as long as its name is equal to the given qname.

    qname

    The required name (QName) for the element at the head of the stack

  15. def ensuring(cond: (ContextMatcherSyntax) ⇒ Boolean, msg: ⇒ Any): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (ContextMatcherSyntax) ⇒ Boolean): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. val extractElemName: SingleElementContextMatcher[String]

    Permalink

    Context matcher that extracts the (local) name of the element at the head of the stack.

  22. val extractElemQName: SingleElementContextMatcher[QName]

    Permalink

    Context matcher that extracts the (qualified) name of the element at the head of the stack.

  23. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to StringFormat[ContextMatcherSyntax] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. implicit def qnameToElemMatcher(qname: QName): SingleElementContextMatcher[Unit]

    Permalink

    Implicitly convert a QName to an elem matcher

  32. implicit def stringToElemMatcher(name: String): SingleElementContextMatcher[Unit]

    Permalink

    Implicitly convert a String to an elem matcher

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (ContextMatcherSyntax, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to ArrowAssoc[ContextMatcherSyntax] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ContextMatcherSyntax to any2stringadd[ContextMatcherSyntax]

Inherited by implicit conversion StringFormat from ContextMatcherSyntax to StringFormat[ContextMatcherSyntax]

Inherited by implicit conversion Ensuring from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax]

Inherited by implicit conversion ArrowAssoc from ContextMatcherSyntax to ArrowAssoc[ContextMatcherSyntax]

Ungrouped