public void afterAttributeValue()

in src/main/java/org/apache/sling/scripting/sightly/impl/plugin/AttributePlugin.java [130:134]


        public void afterAttributeValue(PushStream stream, String attributeName) {
            if (attributeName.equals(this.attributeName) && beforeCall) {
                Patterns.endStreamIgnore(stream);
            }
        }