if (te != null && we != null && ics != null) {
SimpleWodElement wodElement = new SimpleWodElement(ics.getComponentInstanceName(), ics.getComponentName());
List<Binding> bindings = ics.getRequiredBindings();
if (bindings != null) {
for (Binding binding : bindings) {
wodElement.addBinding(new SimpleWodBinding(null, binding.getName(), "", true));
}
}
// If the component name is blank, then this is an HTML tag
if (ics.getComponentName() == null || ics.getComponentName().length() == 0) {