Interface XMLBinder.SpecVisitor
-
- Enclosing class:
- XMLBinder
protected static interface XMLBinder.SpecVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attributeSpecFound(String xmlName, String javaName)
void
tagSpecFound(String xmlName, String javaName, List specChildElements)
-