in scala/xml
package transform

package transform

Trait Summary
  trait BasicTransformer()
     a trait for XML transformations

Class Summary
abstract class RewriteRule()
     a RewriteRule, when applied to a term, yields either the resulting of rewriting or the term itself it the rule is not applied
  class RuleTransformer(rules: RewriteRule*)