Checks whether trail corresponds to any patterns that define unknowns. Matches if a parent or any descendant (select or index of) the attribute.
| 117 | // Checks whether trail corresponds to any patterns that define unknowns. |
| 118 | // Matches if a parent or any descendant (select or index of) the attribute. |
| 119 | bool CheckForUnknownPartial(const AttributeTrail& trail) const { |
| 120 | return CheckForUnknown(trail, true); |
| 121 | } |
| 122 | |
| 123 | // Creates merged UnknownAttributeSet. |
| 124 | // Scans over the args collection, determines if there matches to unknown |