use of org.eclipse.wst.xml.core.internal.formatter.DefaultXMLPartitionFormatter in project webtools.sourceediting by eclipse.
the class TestPartitionFormatterXML method setUp.
protected void setUp() throws Exception {
partitionFormatter = new DefaultXMLPartitionFormatter();
fStringCompareUtil = new StringCompareUtil();
}
Aggregations