RuleTransformer
scala.xml.transform.RuleTransformer
class RuleTransformer(rules: RewriteRule*) extends BasicTransformer
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- BasicTransformer
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
- 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