org.apache.xalan.templates
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 © 2016 The Apache Software Foundation. All rights reserved.