295296297298299300301
throws DOMException { if ("xml-stylesheet".equals(target)) { return new SVGStyleSheetProcessingInstruction (data, this, (StyleSheetFactory)getImplementation()); } return new GenericProcessingInstruction(target, data, this); }
301302303304305306307
256257258259260261262
298299300301302303304
307308309310311312313
612613614615616617618
throws DOMException { if ("xml-stylesheet".equals(target)) { return new StyleSheetProcessingInstruction (data, this, (StyleSheetFactory)getImplementation()); } return new GenericProcessingInstruction(target, data, this); }
277278279280281282283
319320321322323324325
329330331332333334335
526527528529530531532