attributeValue = builder.toString();
builder = new StringBuilder();
}
void addAttribute() {
attributes.add(new PropertyPredicate(attributeKey, attributeOperator, attributeValue));
attributeKey = null;
attributeOperator = null;
attributeValue = null;
}