629630631632633634635
throws DOMException { if ("xml-stylesheet".equals(target)) { return new StyleSheetProcessingInstruction (data, this, (StyleSheetFactory)getImplementation()); } return new GenericProcessingInstruction(target, data, this); }
305306307308309310311