org.openspml.v2.profiles.dsml
Class Or

java.lang.Object
  extended byorg.openspml.v2.profiles.dsml.FilterItem
      extended byorg.openspml.v2.profiles.dsml.FilterSet
          extended byorg.openspml.v2.profiles.dsml.Or
All Implemented Interfaces:
DSMLUnmarshaller.Parseable

public class Or
extends FilterSet

From the DSML spec...

 <xsd:element name="or" type="FilterSet"/> 


Constructor Summary
Or()
           
Or(FilterItem item)
           
Or(FilterItem[] items)
           
 
Method Summary
 void accept(FilterItemVisitor v)
           
 boolean matches(java.util.Map attrs)
           
protected  void toXML(XmlBuffer buffer)
           
 
Methods inherited from class org.openspml.v2.profiles.dsml.FilterSet
addItem, addItems, clearItems, equals, getItems, hashCode, parseXml, removeItem, setItems, toXML
 
Methods inherited from class org.openspml.v2.profiles.dsml.FilterItem
convertAttrsToMap, matches
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Or

public Or(FilterItem[] items)

Or

public Or(FilterItem item)

Or

public Or()
Method Detail

toXML

protected void toXML(XmlBuffer buffer)
              throws DSMLProfileException
Specified by:
toXML in class FilterItem
Throws:
DSMLProfileException

matches

public boolean matches(java.util.Map attrs)
                throws DSMLProfileException
Overrides:
matches in class FilterItem
Throws:
DSMLProfileException

accept

public void accept(FilterItemVisitor v)
            throws DSMLProfileException
Specified by:
accept in class FilterItem
Throws:
DSMLProfileException


Copyright © Sun Microsystems, Inc. All Rights Reserved.