scala.xml.transform
package scala.xml.transform
Members list
Type members
Classlikes
abstract class BasicTransformer extends Node => Node
A class for XML transformations.
A class for XML transformations.
Attributes
- Supertypes
- Known subtypes
class NestingTransformer(rule: RewriteRule) extends BasicTransformer
Attributes
- Supertypes
abstract class RewriteRule extends BasicTransformer
A RewriteRule, when applied to a term, yields either the result of rewriting the term or the term itself if the rule is not applied.
A RewriteRule, when applied to a term, yields either the result of rewriting the term or the term itself if the rule is not applied.
Attributes
- Supertypes
class RuleTransformer(rules: RewriteRule*) extends BasicTransformer
Attributes
- Supertypes
In this article