jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/Messages.java
changeset 19645 36f707905f2b
parent 12009 4abb694f273a
equal deleted inserted replaced
19257:30a1d677a20c 19645:36f707905f2b
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, 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
    75     public static final String ERR_ENTITY_RESOLUTION_FAILURE =
    75     public static final String ERR_ENTITY_RESOLUTION_FAILURE =
    76         "EntityResolutionFailure"; // arg:2
    76         "EntityResolutionFailure"; // arg:2
    77 
    77 
    78     public static final String ERR_SIMPLE_CONTENT_EXPECTED =
    78     public static final String ERR_SIMPLE_CONTENT_EXPECTED =
    79         "SimpleContentExpected"; // arg:2
    79         "SimpleContentExpected"; // arg:2
       
    80 
       
    81     public static final String JAXP_UNSUPPORTED_PROPERTY =
       
    82         "JAXPUnsupportedProperty"; // arg:1
       
    83 
       
    84     public static final String JAXP_SUPPORTED_PROPERTY =
       
    85         "JAXPSupportedProperty"; // arg:1
    80 }
    86 }