< prev index next >

src/com/sun/org/apache/xalan/internal/XalanConstants.java

Print this page
rev 2127 : 8048021: Remove @version tag in jaxp repo
Reviewed-by: joehw


  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 package com.sun.org.apache.xalan.internal;
  27 
  28 import com.sun.org.apache.xalan.internal.utils.SecuritySupport;
  29 
  30 /**
  31  * Commonly used constants.
  32  *
  33  * @author Huizhe Wang, Oracle
  34  *
  35  * @version $Id: Constants.java,v 1.14 2011-06-07 04:39:40 joehw Exp $
  36  */
  37 public final class XalanConstants {
  38 
  39     //
  40     // Constants
  41     //
  42     //Xerces security manager
  43     public static final String SECURITY_MANAGER =
  44             "http://apache.org/xml/properties/security-manager";
  45 
  46     //
  47     // Implementation limits: API properties
  48     //
  49     /** Oracle JAXP property prefix ("http://www.oracle.com/xml/jaxp/properties/"). */
  50     public static final String ORACLE_JAXP_PROPERTY_PREFIX =
  51         "http://www.oracle.com/xml/jaxp/properties/";
  52     /**
  53      * JDK entity expansion limit; Note that the existing system property
  54      * "entityExpansionLimit" with no prefix is still observed
  55      */




  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 package com.sun.org.apache.xalan.internal;
  27 
  28 import com.sun.org.apache.xalan.internal.utils.SecuritySupport;
  29 
  30 /**
  31  * Commonly used constants.
  32  *
  33  * @author Huizhe Wang, Oracle
  34  *

  35  */
  36 public final class XalanConstants {
  37 
  38     //
  39     // Constants
  40     //
  41     //Xerces security manager
  42     public static final String SECURITY_MANAGER =
  43             "http://apache.org/xml/properties/security-manager";
  44 
  45     //
  46     // Implementation limits: API properties
  47     //
  48     /** Oracle JAXP property prefix ("http://www.oracle.com/xml/jaxp/properties/"). */
  49     public static final String ORACLE_JAXP_PROPERTY_PREFIX =
  50         "http://www.oracle.com/xml/jaxp/properties/";
  51     /**
  52      * JDK entity expansion limit; Note that the existing system property
  53      * "entityExpansionLimit" with no prefix is still observed
  54      */


< prev index next >