src/main/java/org/apache/sling/scripting/sightly/impl/html/dom/MarkupHandler.java [239:244]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            new BinaryOperation(
                                    BinaryOperator.AND,
                                    new BinaryOperation(
                                            BinaryOperator.NEQ, StringConstant.EMPTY, new Identifier(attrValue)),
                                    new BinaryOperation(
                                            BinaryOperator.NEQ, BooleanConstant.FALSE, new Identifier(attrValue))))));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/scripting/sightly/impl/html/dom/MarkupHandler.java [252:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            new BinaryOperation(
                                    BinaryOperator.AND,
                                    new BinaryOperation(
                                            BinaryOperator.NEQ, StringConstant.EMPTY, new Identifier(attrValue)),
                                    new BinaryOperation(
                                            BinaryOperator.NEQ, BooleanConstant.FALSE, new Identifier(attrValue))))));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



