Uses of Interface
org.openspml.v2.profiles.dsml.DSMLUnmarshaller.Parseable

Packages that use DSMLUnmarshaller.Parseable
org.openspml.v2.profiles.dsml   
 

Uses of DSMLUnmarshaller.Parseable in org.openspml.v2.profiles.dsml
 

Classes in org.openspml.v2.profiles.dsml that implement DSMLUnmarshaller.Parseable
 class And
          From the DSML spec...
 class ApproxMatch
          From the DSML spec...
 class Attr
          From the DSML spec...
 class AttributeDescription
          From DSML 2.0 - this is the base of assertion classes like EqualityMatch.
 class AttributeDescriptions
          This is a list of attributes...
(package private)  class org.openspml.v2.profiles.dsml.AttributeValueAssertion
          From DSML 2.0 - this is the base of assertion classes like EqualityMatch.
(package private)  class org.openspml.v2.profiles.dsml.BasicAttributeDescription
          From DSML 2.0 - this is the base of assertion classes like EqualityMatch.
(package private)  class org.openspml.v2.profiles.dsml.BasicFilter
          We have one Filter that is a FilterItem, one that is not.
 class DSMLAttr
           
 class DSMLModification
           
 class EqualityMatch
          This is the for matching attribute values.
 class ExtensibleMatch
          This is the only item that implements the MatchingRuleAssertion so we're doing this all here.
 class Filter
          This is from the DSML 2.0 Specification.
(package private)  class org.openspml.v2.profiles.dsml.FilterItem
          This is a starter class that denotes a type to restrict setters on this package.
(package private)  class org.openspml.v2.profiles.dsml.FilterSet
          This is an abstract class for those FilterItems that contain 0,m FilterItems.
 class GreaterOrEqual
          From the DSML spec...
 class LessOrEqual
          From the DSML spec...
 class Modification
          From the DSML spec...
(package private)  class org.openspml.v2.profiles.dsml.NamedFilterItem
          This is base class to capture the various objects that have names of Attributes.
 class Not
          Represents the <not> element in a filter.
 class Or
          From the DSML spec...
 class Present
          A FilterItem that is a present element.
 class Substrings
          There's only one SubstringFilter typed item, the Substring element, so we're using a single class.
 

Methods in org.openspml.v2.profiles.dsml that return DSMLUnmarshaller.Parseable
protected  DSMLUnmarshaller.Parseable DSMLUnmarshaller.visitFilterSet(org.openspml.v2.profiles.dsml.FilterSet item, java.lang.Object xmlObj)
           
protected  DSMLUnmarshaller.Parseable DSMLUnmarshaller.visitSubstrings(Substrings substrings, java.lang.Object xmlObj)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.