public interface XSLTVisitable
Modifier and Type | Method and Description |
---|---|
void |
callVisitors(XSLTVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void callVisitors(XSLTVisitor visitor)
visitor
- The visitor whose appropriate method will be called.Copyright © 2021 JBoss by Red Hat. All rights reserved.