Oxygen XML Editor, Version 14.2

ro.sync.sample.plugin.formatpreserve
Class FormatPreserveTextPluginExtension

java.lang.Object
  extended by ro.sync.sample.plugin.formatpreserve.FormatPreserveTextPluginExtension
All Implemented Interfaces:
PluginExtension, SelectionPluginExtension

public class FormatPreserveTextPluginExtension
extends java.lang.Object
implements SelectionPluginExtension

Format with Preserve Text Plugin Extension.


Constructor Summary
FormatPreserveTextPluginExtension()
           
 
Method Summary
 SelectionPluginResult process(SelectionPluginContext context)
          This plugin formats the selected XML content by breaking only in element tags and never in text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatPreserveTextPluginExtension

public FormatPreserveTextPluginExtension()
Method Detail

process

public SelectionPluginResult process(SelectionPluginContext context)
This plugin formats the selected XML content by breaking only in element tags and never in text.

Specified by:
process in interface SelectionPluginExtension
Parameters:
context - Selection context.
Returns:
Selection plugin result.

Oxygen XML Editor, Version 14.2

© Copyright Syncro Soft SRL 2002 - 2013. All rights reserved.