scales.xml

dsl

package dsl

Visibility
  1. Public
  2. All

Type Members

  1. final class DslBuilder extends AnyRef

  2. trait DslImplicits extends AnyRef

  3. case class FoldErrorException(error: FoldError) extends RuntimeException with Product with Serializable

    Simple runtime Wrapper around folds

  4. class NSMPimper extends AnyRef

    Leveraged via implicit fromNSToNSMPimper, adds m/matcher to create a NamespaceMatcher

  5. class NamespaceMatcher extends AnyRef

    Matches a given Namespace against either an Attribute or Elem with the namespace only

  6. final class OptionalAttribute extends AnyRef

    Add ?-> to an attributeqname

  7. final class OptionalDslBuilder extends AnyRef

    Represents an optional cascading tree,

  8. trait OptionalDslBuilderImplicits extends AnyRef

    DslImplicits centered on the OptionalDslBuilder only

  9. class QNameMPimper extends AnyRef

    Leveraged via implicit fromQNameToQNamePimper, adds m/matcher to create a QNameMatcher

  10. class QNameMatcher extends AnyRef

    Matches a given QName against either an Attribute or Elem with the namespace and localname only (QName.

  11. trait XPathMatcher extends AnyRef

    PathMatching functions over booleans

Value Members

  1. object DslBuilder

    Entry point to creating DslBuilders, can be used without the implicit helpers

  2. object OptionalDslBuilder

    Entry point to creating OptionalDslBuilders, can be used without the implicit helpers

Ungrouped