org.icepdf.core.tag.query
Class Or

java.lang.Object
  extended by org.icepdf.core.tag.query.Operator
      extended by org.icepdf.core.tag.query.Or
All Implemented Interfaces:
Expression

public class Or
extends Operator

Since:
4.0
Author:
mcollette

Field Summary
 
Fields inherited from class org.icepdf.core.tag.query.Operator
childExpressions, scope, SCOPE_IMAGE, SCOPE_TAG
 
Constructor Summary
Or()
           
 
Method Summary
 int getArgumentCount()
           
 boolean matches(TaggedDocument td, TaggedImage ti, java.lang.String tag)
           
 
Methods inherited from class org.icepdf.core.tag.query.Operator
describe, getScope, setChildExpressions, setScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Or

public Or()
Method Detail

getArgumentCount

public int getArgumentCount()

matches

public boolean matches(TaggedDocument td,
                       TaggedImage ti,
                       java.lang.String tag)