HiddenTagConverter2
HiddenTagConverter2 is similiar to HiddenTagConverter, with the following
difference:
HiddenTagConverter2 will copy the DOM sub tree to the destination
document.
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!
DTManager.getTagConverter(org.w3c.dom.Element element,
int mode,
IDOMDocument document)
Gets an ITagConverter instance for the specified Element and mode.