public interface ElementVisitorFactory
| Modifier and Type | Method and Description |
|---|---|
ElementVisitor |
getVisitor(ElementName name)
Get a suitable visitor for the specified element name.
|
ElementVisitor getVisitor(ElementName name) throws UnrecognizedElementException
name - a qualified element name.UnrecognizedElementException - if the factory does not
recognize the element and this should be raised as an error.