(Template template)
| 1600 | } |
| 1601 | |
| 1602 | void importMacros(Template template) { |
| 1603 | for (Iterator it = template.getMacros().values().iterator(); it.hasNext();) { |
| 1604 | visitMacroDef((Macro) it.next()); |
| 1605 | } |
| 1606 | } |
| 1607 | |
| 1608 | /** |
| 1609 | * @return the namespace URI registered for this prefix, or null. |