Docmosis API 4.5.0

Uses of Interface
com.docmosis.template.population.StringInterceptor

Packages that use StringInterceptor
com.docmosis.template.population   
com.docmosis.template.population.data   
 

Uses of StringInterceptor in com.docmosis.template.population
 

Methods in com.docmosis.template.population that return StringInterceptor
 StringInterceptor[] DataProviderBuilder.getStringInterceptors()
          Return the currently active list of String Interceptors.
 

Methods in com.docmosis.template.population with parameters of type StringInterceptor
 void DataProviderBuilder.addStringInterceptor(StringInterceptor newInterceptor)
          Add a StringInterceptor to this builder.
 void DataProviderBuilder.addStringInterceptor(StringInterceptor newInterceptor, boolean addFirst)
          Add a StringInterceptor to this builder.
 

Constructors in com.docmosis.template.population with parameters of type StringInterceptor
JSONDataProvider(String jsonString, StringInterceptor[] interceptors)
          Construct a data provider from a JSON string.
XMLDataProvider(Document doc, XMLNodeFilter filter, boolean includeRoot, StringInterceptor[] interceptors)
          Create a new XML Data Provider with data based on the given Document.
 

Uses of StringInterceptor in com.docmosis.template.population.data
 

Classes in com.docmosis.template.population.data that implement StringInterceptor
 class Base64ImageStringInterceptor
          This interceptor will look for images in string values.
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.