256257258259260261262
throws DOMException { if ("xml-stylesheet".equals(target)) { return new SVGStyleSheetProcessingInstruction (data, this, (StyleSheetFactory)getImplementation()); } return new GenericProcessingInstruction(target, data, this); }
329330331332333334335