moved two nibs to english localization dir
[TestXSLT.git] / XSLTProcessorXalan_J.m
1 //
2 //  XSLTProcessorXalan_J.m
3 //  TestXSLT
4 //
5 //  Created by Marc Liyanage on Mon Aug 18 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import "XSLTProcessorXalan_J.h"
10
11
12 @implementation XSLTProcessorXalan_J
13
14
15 - (int)processorType {
16         
17         return PROCESSORTYPE_XALAN_J;
18         
19 }
20
21
22 - (NSString *) getJAXPProcessorName {
23         
24         return @"org.apache.xalan.processor.TransformerFactoryImpl";
25         
26 }
27
28
29 @end