Uses of Interface
com.itextpdf.tool.xml.html.TagProcessor

Packages that use TagProcessor
com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by the HtmlPipeline is in here. 
com.itextpdf.tool.xml.html.head TagProcessor implementations for tags in HTML head. 
com.itextpdf.tool.xml.html.table TagProcessor implementations for table tags. 
com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML 
com.itextpdf.tool.xml.svg   
com.itextpdf.tool.xml.svg.tags   
 

Uses of TagProcessor in com.itextpdf.tool.xml.html
 

Classes in com.itextpdf.tool.xml.html that implement TagProcessor
 class AbstractTagProcessor
          Abstract TagProcessor that allows setting the configuration object to a protected member variable.
Implements startElement(WorkerContext, Tag) and endElement(WorkerContext, Tag, List) to calculate font sizes and add new pages if needed.
Extend from this class instead of implementing TagProcessor to benefit from auto fontsize metric conversion to pt and page-break-before/after insertion.
 class Anchor
           
 class Body
           
 class Break
           
 class Div
           
 class DummyTagProcessor
          Does nothing.
 class Header
           
 class HorizontalRule
           
 class Image
           
 class NonSanitizedTag
           
 class OrderedUnorderedList
           
 class OrderedUnorderedListItem
           
 class ParaGraph
           
 class Span
           
 

Methods in com.itextpdf.tool.xml.html that return TagProcessor
 TagProcessor DefaultTagProcessorFactory.FactoryObject.getProcessor()
           
 TagProcessor DefaultTagProcessorFactory.getProcessor(String tag, String nameSpace)
           
 TagProcessor TagProcessorFactory.getProcessor(String tag, String nameSpace)
          Looks up a TagProcessor for the given tag.
protected  TagProcessor DefaultTagProcessorFactory.load(String className)
          Tries to load given processor with Class.forName
protected  TagProcessor DefaultTagProcessorFactory.load(String className, ClassLoader loader)
          Tries to load given processor with Class.forName
 

Methods in com.itextpdf.tool.xml.html with parameters of type TagProcessor
 void DefaultTagProcessorFactory.addProcessor(String tag, TagProcessor processor)
          Add a loaded TagProcessor.
 void DefaultTagProcessorFactory.addProcessor(TagProcessor processor, String... tags)
           
 void TagProcessorFactory.addProcessor(TagProcessor processor, String... tags)
          Add a tag processor and the tags it maps to.
 

Constructors in com.itextpdf.tool.xml.html with parameters of type TagProcessor
DefaultTagProcessorFactory.FactoryObject(String className, TagProcessor processor)
           
 

Uses of TagProcessor in com.itextpdf.tool.xml.html.head
 

Classes in com.itextpdf.tool.xml.html.head that implement TagProcessor
 class Link
          The Link TagProcessor will try to add the content of a <link> that has the attribute type set to "text/css" to the CssResolverPipeline CSS.
 class Meta
          Supports detection of: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > charset is parsed and used as encoding for Strings
 class Style
          The Style TagProcessor will try to add the content of a <style> to the CssResolverPipeline CSS.
 class Title
           
 class XML
           
 

Uses of TagProcessor in com.itextpdf.tool.xml.html.table
 

Classes in com.itextpdf.tool.xml.html.table that implement TagProcessor
 class Table
           
 class TableData
           
 class TableRow
           
 

Uses of TagProcessor in com.itextpdf.tool.xml.pipeline.html
 

Methods in com.itextpdf.tool.xml.pipeline.html that return TagProcessor
protected  TagProcessor HtmlPipelineContext.resolveProcessor(String tag, String nameSpace)
           
 

Uses of TagProcessor in com.itextpdf.tool.xml.svg
 

Classes in com.itextpdf.tool.xml.svg that implement TagProcessor
 class AbstractGraphicProcessor
           
 

Methods in com.itextpdf.tool.xml.svg that return TagProcessor
protected  TagProcessor SvgPipelineContext.resolveProcessor(String tag, String nameSpace)
           
 

Uses of TagProcessor in com.itextpdf.tool.xml.svg.tags
 

Classes in com.itextpdf.tool.xml.svg.tags that implement TagProcessor
 class CircleTag
           
 class DefsTag
           
 class EllipseTag
           
 class GroupTag
           
 class LineTag
           
 class PathTag
           
 class PolyTag
           
 class RectangleTag
           
 class SvgTag
           
 class SymbolTag
           
 class TextPathTag
           
 class TextSpanTag
           
 class TextTag
           
 class UseTag
           
 



Copyright © 2012. All Rights Reserved.