Uses of Class
info.informatica.doc.style.css.visual.ElementReplacer

Packages that use ElementReplacer
info.informatica.doc.agent   
info.informatica.doc.dom4j Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets. 
info.informatica.doc.pdf.itext Helper package to render CSS as PDF with the iText package. 
info.informatica.doc.style.css.j2d Infrastructure for Java2D rendering classes. 
 

Uses of ElementReplacer in info.informatica.doc.agent
 

Methods in info.informatica.doc.agent that return ElementReplacer
 ElementReplacer<C> UserAgent.getElementReplacer(String namespaceUri)
          Gets the element replacer for the given namespace URI.
 

Methods in info.informatica.doc.agent with parameters of type ElementReplacer
 void UserAgent.setElementReplacer(String namespaceUri, ElementReplacer<C> replacer)
          Sets the element replacer for the given namespace URI.
 

Uses of ElementReplacer in info.informatica.doc.dom4j
 

Methods in info.informatica.doc.dom4j that return ElementReplacer
 ElementReplacer<C> DOM4JUserAgent.getElementReplacer(String namespaceUri)
           
 

Methods in info.informatica.doc.dom4j with parameters of type ElementReplacer
 void DOM4JUserAgent.setElementReplacer(String namespaceUri, ElementReplacer<C> replacer)
           
 

Uses of ElementReplacer in info.informatica.doc.pdf.itext
 

Subclasses of ElementReplacer in info.informatica.doc.pdf.itext
 class PDFXHTMLElementReplacer
          CSS Element replacer for XHTML with iText PDF.
 

Uses of ElementReplacer in info.informatica.doc.style.css.j2d
 

Subclasses of ElementReplacer in info.informatica.doc.style.css.j2d
 class Java2DXHTMLElementReplacer
          CSS Element replacer for XHTML with Java2D.
 



Copyright © 2011 informatica.info. All Rights Reserved.