2 // XSLTProcessorXalan_J.m
5 // Created by Marc Liyanage on Mon Aug 18 2003.
6 // Copyright (c) 2003 __MyCompanyName__. All rights reserved.
9 #import "XSLTProcessorXalan_J.h"
12 @implementation XSLTProcessorXalan_J
15 - (int)processorType {
17 return PROCESSORTYPE_XALAN_J;
22 - (NSString *) getJAXPProcessorName {
24 return @"org.apache.xalan.processor.TransformerFactoryImpl";