equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
77 * @version 2.0.1 (sax2r2) |
77 * @version 2.0.1 (sax2r2) |
78 * @see org.xml.sax.helpers.XMLReaderAdapter |
78 * @see org.xml.sax.helpers.XMLReaderAdapter |
79 * @see org.xml.sax.XMLReader |
79 * @see org.xml.sax.XMLReader |
80 * @see org.xml.sax.Parser |
80 * @see org.xml.sax.Parser |
81 */ |
81 */ |
|
82 @SuppressWarnings("deprecation") |
82 public class ParserAdapter implements XMLReader, DocumentHandler |
83 public class ParserAdapter implements XMLReader, DocumentHandler |
83 { |
84 { |
84 private static SecuritySupport ss = new SecuritySupport(); |
85 private static SecuritySupport ss = new SecuritySupport(); |
85 |
86 |
86 //////////////////////////////////////////////////////////////////// |
87 //////////////////////////////////////////////////////////////////// |