com.itextpdf.tool.xml.html
Class DefaultTagProcessorFactory.FactoryObject
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 nameprocessor
- the processor object
getClassName
public String getClassName()
- Returns:
- the className
getProcessor
public TagProcessor getProcessor()
- Returns:
- return the processor
Copyright © 2012. All Rights Reserved.