Package

io.dylemma

spac

Permalink

package spac

Linear Supertypes
FunctorSyntax, ContextMatcherSyntax, TransformerSyntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spac
  2. FunctorSyntax
  3. ContextMatcherSyntax
  4. TransformerSyntax
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class NestedFunctorOps[F[_], G[_], A] extends AnyRef

    Permalink
    Definition Classes
    FunctorSyntax
  2. implicit class TransformerParsingOps[A] extends AnyRef

    Permalink
    Definition Classes
    TransformerSyntax

Value Members

  1. val *: SingleElementContextMatcher[Unit]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  2. val **: ContextMatcher[Unit]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  3. val Root: ContextMatcher[Unit]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  4. def attr(name: String): SingleElementContextMatcher[String]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  5. def attr(qname: QName): SingleElementContextMatcher[String]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  6. def elem(name: String): SingleElementContextMatcher[Unit]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  7. def elem(qname: QName): SingleElementContextMatcher[Unit]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  8. val extractElemName: SingleElementContextMatcher[String]

    Permalink
    Definition Classes
    ContextMatcherSyntax
  9. val extractElemQName: SingleElementContextMatcher[QName]

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

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

    Permalink
    Definition Classes
    ContextMatcherSyntax

Inherited from FunctorSyntax

Inherited from ContextMatcherSyntax

Inherited from TransformerSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped