package dsl
- Alphabetic
- Public
- Protected
Type Members
- final class DslBuilder extends AnyRef
- trait DslImplicits extends AnyRef
- case class FoldErrorException(error: FoldError) extends RuntimeException with Product with Serializable
Simple runtime Wrapper around folds
- class NSMPimper extends AnyRef
Leveraged via implicit fromNSToNSMPimper, adds m/matcher to create a NamespaceMatcher
- class NamespaceMatcher extends AnyRef
Matches a given Namespace against either an Attribute or Elem with the namespace only
- final class OptionalAttribute extends AnyRef
Add ?-> to an attributeqname
- final class OptionalDslBuilder extends AnyRef
Represents an optional cascading tree,
Represents an optional cascading tree,
NB Must have a starting element, modelled as tree as we need to keep the data around and trees must always have an elem.
- trait OptionalDslBuilderImplicits extends AnyRef
DslImplicits centered on the OptionalDslBuilder only
- class QNameMPimper extends AnyRef
Leveraged via implicit fromQNameToQNamePimper, adds m/matcher to create a QNameMatcher
- class QNameMatcher extends AnyRef
Matches a given QName against either an Attribute or Elem with the namespace and localname only (QName.=:=)
- trait XPathMatcher extends AnyRef
PathMatching functions over booleans
Value Members
- object DslBuilder
Entry point to creating DslBuilders, can be used without the implicit helpers
- object OptionalDslBuilder
Entry point to creating OptionalDslBuilders, can be used without the implicit helpers