Object

io.dylemma.spac

ContextMatcherSyntax

Related Doc: package spac

Permalink

object ContextMatcherSyntax extends ContextMatcherSyntax

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextMatcherSyntax
  2. ContextMatcherSyntax
  3. AnyRef
  4. Any
  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.

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

    Definition Classes
    ContextMatcherSyntax
  4. val **: ContextMatcher[Unit]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  5. final def ==(arg0: Any): Boolean

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

    Permalink

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

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

    Definition Classes
    ContextMatcherSyntax
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. 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

    Definition Classes
    ContextMatcherSyntax
  9. 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

    Definition Classes
    ContextMatcherSyntax
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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

    Definition Classes
    ContextMatcherSyntax
  12. 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

    Definition Classes
    ContextMatcherSyntax
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

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

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

    Definition Classes
    ContextMatcherSyntax
  16. val extractElemQName: SingleElementContextMatcher[QName]

    Permalink

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

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

    Definition Classes
    ContextMatcherSyntax
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

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

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

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

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

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

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

    Permalink

    Implicitly convert a QName to an elem matcher

    Implicitly convert a QName to an elem matcher

    Definition Classes
    ContextMatcherSyntax
  25. implicit def stringToElemMatcher(name: String): SingleElementContextMatcher[Unit]

    Permalink

    Implicitly convert a String to an elem matcher

    Implicitly convert a String to an elem matcher

    Definition Classes
    ContextMatcherSyntax
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ContextMatcherSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped