org.icepdf.core.tag.query
Class Not

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

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

Not

public Not()
Method Detail

getArgumentCount

public int getArgumentCount()

matches

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