3 {CLASS = DragDestinationTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; },
4 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
23 setProcessorType = id;
24 showErrorLocation = id;
27 showJumpToLinePanel = id;
28 useSelectionForFind = id;
33 autoSaveCheckbox = NSButton;
34 autoShowCheckbox = NSButton;
35 drawerMessageField = NSTextField;
36 errorDrawer = NSDrawer;
37 openResultURLButton = NSButton;
38 paramRemoveButton = NSButton;
39 parameterTable = NSTableView;
40 processButton = NSButton;
41 processingTimeField = NSTextField;
42 processorTypePopUp = NSPopUpButton;
43 resultView = NSTextView;
44 resultWebView = WebView;
45 saveResultAsButton = NSButton;
46 saveResultButton = NSButton;
47 saveResultFilenameField = NSTextField;
48 saveXmlAsButton = NSButton;
49 saveXmlButton = NSButton;
50 saveXmlFilenameField = NSTextField;
51 saveXsltAsButton = NSButton;
52 saveXsltButton = NSButton;
53 saveXsltFilenameField = NSTextField;
55 xmlView = XMLTextView;
56 xmlWellFormedIcon = NSImageView;
57 xsltView = XMLTextView;
58 xsltWellFormedIcon = NSImageView;
60 SUPERCLASS = NSDocument;
63 ACTIONS = {myAction = id; };
68 {CLASS = XMLTextView; LANGUAGE = ObjC; SUPERCLASS = DragDestinationTextView; }