public interface XPathVisitable
| Modifier and Type | Method and Description |
|---|---|
void |
callVisitors(XPathVisitor visitor)
This will traverse the hierarchy, calling the visitor for each member.
|
void callVisitors(XPathVisitor visitor)
visitor - The visitor whose appropriate method will be called.Copyright © 2022. All rights reserved.