|
Class Summary |
| And |
From the DSML spec... |
| ApproxMatch |
From the DSML spec... |
| AttributeDescription |
From DSML 2.0 - this is the base of assertion classes like
EqualityMatch. |
| AttributeDescriptions |
This is a list of attributes... |
| DSMLAttr |
From the DSML spec... |
| DSMLModification |
From the DSML spec... |
| DSMLUnmarshaller |
Capture all the "public" knowledge of parsers, etc... |
| DSMLValue |
|
| EqualityMatch |
This is the for matching attribute values. |
| ExtensibleMatch |
This is the only item that implements the MatchingRuleAssertion so
we're doing this all here. |
| Filter |
This is from the DSML 2.0 Specification. |
| FilterItem |
This is a starter class that denotes a type to restrict
setters on this package. |
| FilterSet |
This is an abstract class for those FilterItems that
contain 0,m FilterItems. |
| GreaterOrEqual |
From the DSML spec... |
| LessOrEqual |
From the DSML spec... |
| Not |
Represents the <not> element in a filter. |
| Or |
From the DSML spec... |
| Present |
A FilterItem that is a present element. |
| Substrings |
There's only one SubstringFilter typed item, the Substring element, so
we're using a single class. |