Uses of Interface
org.eclipse.jst.pagedesigner.converter.IDOMFactory

Packages that use IDOMFactory
org.eclipse.jst.pagedesigner.converter Tag conversion framework. 
 

Uses of IDOMFactory in org.eclipse.jst.pagedesigner.converter
 

Classes in org.eclipse.jst.pagedesigner.converter that implement IDOMFactory
 class AbstractTagConverter
          This is base class for all non-hidden tag converters.
 class DefaultUnknownTagConverter
          This tag converter is for those unsupported jsp tags.
 class DumDeepTagConverter
           
 class DumDescriptionTagConverter
           
 class DumTagConverter
           
 class HiddenTagConverter2
          HiddenTagConverter2 is similiar to HiddenTagConverter, with the following difference: HiddenTagConverter2 will copy the DOM sub tree to the destination document.
 class HTMLStringTagConverter
          For some tag, could generate some XML code.
 class TagConverterToDumBlock
           
 class TagConverterToInlineBlock
          This converter can be used simply convert the tag to inline div, and copy all the children NOTE: It behave almost same as "span".
 class TagConverterToSpan
          This converter can be used simply convert the tag to span, and copy all the children NOTE: it will not copy attributes!