ElementImpl element = new ElementImpl();
        element.setElementName("myelement");
        Attribute attribute = new AttributeImpl("fred", "${flintstone}");
        element.addAttribute(attribute);
        PushAttributeRule rule = new PushAttributeRule();
        rule.setAttributeName("fred");