AttributeNode
class AttributeNode : public LeafNode {
AttributeNode(const char *attribute);
return _PushNode(new(nothrow) AttributeNode(attrName), true);
AttributeNode::AttributeNode(const char *attribute)
AttributeNode::GetString(BString &predicate)
new AttributeNode("attribute"),
new AttributeNode("attribute"),
new AttributeNode("attribute"),
TestPredicate(OpNode(op, new AttributeNode("attribute"), NULL), B_OK,
new AttributeNode("attribute"),
TestPredicate(AttributeNode("some attribute"));
TestPredicate(OpNode(B_NOT, new AttributeNode("attribute")));
new AttributeNode("attribute"),
new AttributeNode("attribute2"),
new AttributeNode("attribute3"),
new AttributeNode("attribute"),
new AttributeNode("attribute"),
new AttributeNode("attribute"),