src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/Messages.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 75,80 **** --- 75,86 ---- public static final String ERR_ENTITY_RESOLUTION_FAILURE = "EntityResolutionFailure"; // arg:2 public static final String ERR_SIMPLE_CONTENT_EXPECTED = "SimpleContentExpected"; // arg:2 + + public static final String JAXP_UNSUPPORTED_PROPERTY = + "JAXPUnsupportedProperty"; // arg:1 + + public static final String JAXP_SUPPORTED_PROPERTY = + "JAXPSupportedProperty"; // arg:1 }