package transform
Type Members
-
abstract
class
BasicTransformer extends (Node) ⇒ Node
A class for XML transformations.
A class for XML transformations.
- Version
1.0
-
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.
- Version
1.0
- class RuleTransformer extends BasicTransformer