org.openspml.v2.profiles.dsml
Class Or
java.lang.Object
org.openspml.v2.profiles.dsml.FilterItem
org.openspml.v2.profiles.dsml.FilterSet
org.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"/>
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Or
public Or(FilterItem[] items)
Or
public Or(FilterItem item)
Or
public Or()
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.