org.icepdf.core.tag.query
Class Substring

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

public class Substring
extends Function

Since:
4.0
Author:
mcollette

Field Summary
 
Fields inherited from class org.icepdf.core.tag.query.Function
arguments
 
Constructor Summary
Substring()
           
 
Method Summary
 int getArgumentCount()
           
 boolean matches(TaggedDocument td, TaggedImage ti, java.lang.String tag)
           
 
Methods inherited from class org.icepdf.core.tag.query.Function
describe, setArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Substring

public Substring()
Method Detail

getArgumentCount

public int getArgumentCount()

matches

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