org.icepdf.core.tag.query
Class And

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

public class And
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
And()
           
 
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

And

public And()
Method Detail

getArgumentCount

public int getArgumentCount()

matches

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