RewriteRule
scala.xml.transform.RewriteRule
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.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Call transform(Node) to each node in ns, yield ns if nothing changes, otherwise a new sequence of concatenated results.
Call transform(Node) to each node in ns, yield ns if nothing changes, otherwise a new sequence of concatenated results.
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- BasicTransformer
Call transform(Node) for each node in ns, append results to NodeBuffer.
Call transform(Node) for each node in ns, append results to NodeBuffer.
Attributes
- Inherited from:
- BasicTransformer
In this article