jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java
changeset 27111 7a491d709b83
parent 26257 4ec17c54acb3
child 36146 eca249f3c768
equal deleted inserted replaced
26996:a137992d750c 27111:7a491d709b83
       
     1 /*
       
     2  * Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
       
     3  */
     1 /*
     4 /*
     2  * Licensed to the Apache Software Foundation (ASF) under one or more
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     3  * contributor license agreements.  See the NOTICE file distributed with
     6  * contributor license agreements.  See the NOTICE file distributed with
     4  * this work for additional information regarding copyright ownership.
     7  * this work for additional information regarding copyright ownership.
     5  * The ASF licenses this file to You under the Apache License, Version 2.0
     8  * The ASF licenses this file to You under the Apache License, Version 2.0
   279         Constants.JAXP_PROPERTY_PREFIX + Constants.SCHEMA_SOURCE;
   282         Constants.JAXP_PROPERTY_PREFIX + Constants.SCHEMA_SOURCE;
   280 
   283 
   281     /** Property identifier: root type definition. */
   284     /** Property identifier: root type definition. */
   282     protected static final String ROOT_TYPE_DEF =
   285     protected static final String ROOT_TYPE_DEF =
   283         Constants.XERCES_PROPERTY_PREFIX + Constants.ROOT_TYPE_DEFINITION_PROPERTY;
   286         Constants.XERCES_PROPERTY_PREFIX + Constants.ROOT_TYPE_DEFINITION_PROPERTY;
       
   287 
       
   288     /** Property identifier: root element declaration. */
       
   289     protected static final String ROOT_ELEMENT_DECL =
       
   290         Constants.XERCES_PROPERTY_PREFIX + Constants.ROOT_ELEMENT_DECLARATION_PROPERTY;
   284 
   291 
   285     /** Property identifier: locale. */
   292     /** Property identifier: locale. */
   286     protected static final String LOCALE =
   293     protected static final String LOCALE =
   287         Constants.XERCES_PROPERTY_PREFIX + Constants.LOCALE_PROPERTY;
   294         Constants.XERCES_PROPERTY_PREFIX + Constants.LOCALE_PROPERTY;
   288 
   295 
   551             //       properties might not have been set and it would cause a
   558             //       properties might not have been set and it would cause a
   552             //       not-recognized exception to be thrown. -Ac
   559             //       not-recognized exception to be thrown. -Ac
   553             SCHEMA_LOCATION,
   560             SCHEMA_LOCATION,
   554             SCHEMA_NONS_LOCATION,
   561             SCHEMA_NONS_LOCATION,
   555             ROOT_TYPE_DEF,
   562             ROOT_TYPE_DEF,
       
   563             ROOT_ELEMENT_DECL,
   556             LOCALE,
   564             LOCALE,
   557             SCHEMA_DV_FACTORY,
   565             SCHEMA_DV_FACTORY,
   558             SECURITY_MANAGER,
   566             SECURITY_MANAGER,
   559             XML_SECURITY_PROPERTY_MANAGER
   567             XML_SECURITY_PROPERTY_MANAGER
   560         };
   568         };