scala.xml.transform

Type members

Classlikes

abstract class BasicTransformer extends Node => Node

A class for XML transformations.

A class for XML transformations.

Authors

Burak Emir

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.

Authors

Burak Emir