com.itextpdf.tool.xml.html
Class DefaultTagProcessorFactory.FactoryObject

java.lang.Object
  extended by com.itextpdf.tool.xml.html.DefaultTagProcessorFactory.FactoryObject
Enclosing class:
DefaultTagProcessorFactory

protected final class DefaultTagProcessorFactory.FactoryObject
extends Object

Internal Object to keep TagProcessors.

Author:
redlab_b

Constructor Summary
DefaultTagProcessorFactory.FactoryObject(String className)
           
DefaultTagProcessorFactory.FactoryObject(String className, TagProcessor processor)
           
 
Method Summary
 String getClassName()
           
 TagProcessor getProcessor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTagProcessorFactory.FactoryObject

public DefaultTagProcessorFactory.FactoryObject(String className)
Parameters:
className - the fully qualified class name

DefaultTagProcessorFactory.FactoryObject

public DefaultTagProcessorFactory.FactoryObject(String className,
                                                TagProcessor processor)
Parameters:
className - the fully qualified class name
processor - the processor object
Method Detail

getClassName

public String getClassName()
Returns:
the className

getProcessor

public TagProcessor getProcessor()
Returns:
return the processor


Copyright © 2015. All Rights Reserved.