package org.apache.xml.utils; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ public class Constants { // Fields public static final java.lang.String S_XMLNAMESPACEURI = "http://www.w3.org/XML/1998/namespace"; public static final java.lang.String S_XSLNAMESPACEURL = "http://www.w3.org/1999/XSL/Transform"; public static final java.lang.String S_OLDXSLNAMESPACEURL = "http://www.w3.org/XSL/Transform/1.0"; public static final java.lang.String S_VENDOR = "Apache Software Foundation"; public static final java.lang.String S_VENDORURL = "http://xml.apache.org"; public static final java.lang.String S_BUILTIN_EXTENSIONS_URL = "http://xml.apache.org/xalan"; public static final java.lang.String S_BUILTIN_OLD_EXTENSIONS_URL = "http://xml.apache.org/xslt"; public static final java.lang.String S_EXTENSIONS_OLD_JAVA_URL = "http://xml.apache.org/xslt/java"; public static final java.lang.String S_EXTENSIONS_JAVA_URL = "http://xml.apache.org/xalan/java"; public static final java.lang.String S_EXTENSIONS_LOTUSXSL_JAVA_URL = "http://xsl.lotus.com/java"; public static final java.lang.String S_EXTENSIONS_XALANLIB_URL = "http://xml.apache.org/xalan"; public static final java.lang.String S_EXTENSIONS_REDIRECT_URL = "http://xml.apache.org/xalan/redirect"; public static final java.lang.String S_EXTENSIONS_PIPE_URL = "http://xml.apache.org/xalan/PipeDocument"; public static final java.lang.String S_EXTENSIONS_SQL_URL = "http://xml.apache.org/xalan/sql"; public static final java.lang.String S_EXSLT_COMMON_URL = "http://exslt.org/common"; public static final java.lang.String S_EXSLT_MATH_URL = "http://exslt.org/math"; public static final java.lang.String S_EXSLT_SETS_URL = "http://exslt.org/sets"; public static final java.lang.String S_EXSLT_DATETIME_URL = "http://exslt.org/dates-and-times"; public static final java.lang.String S_EXSLT_FUNCTIONS_URL = "http://exslt.org/functions"; public static final java.lang.String S_EXSLT_DYNAMIC_URL = "http://exslt.org/dynamic"; public static final java.lang.String S_EXSLT_STRINGS_URL = "http://exslt.org/strings"; public static final double XSLTVERSUPPORTED = 1.0d; // Constructors public Constants(){ } }