1 16 19 package com.sun.org.apache.xml.internal.utils; 20 21 25 public class Constants 26 { 27 28 46 public static final String 47 S_XMLNAMESPACEURI = "http://www.w3.org/XML/1998/namespace", 48 S_XSLNAMESPACEURL = "http://www.w3.org/1999/XSL/Transform", 49 S_OLDXSLNAMESPACEURL = "http://www.w3.org/XSL/Transform/1.0"; 50 51 60 public static final String 61 S_VENDOR = "Apache Software Foundation", 62 S_VENDORURL = "http://xml.apache.org"; 63 64 69 public static final String 70 S_BUILTIN_EXTENSIONS_URL = "http://xml.apache.org/xalan"; 71 72 76 public static final String 77 S_BUILTIN_OLD_EXTENSIONS_URL = "http://xml.apache.org/xslt"; 78 79 82 public static final String 83 S_EXTENSIONS_OLD_JAVA_URL = "http://xml.apache.org/xslt/java", 85 S_EXTENSIONS_JAVA_URL = "http://xml.apache.org/xalan/java", 87 S_EXTENSIONS_LOTUSXSL_JAVA_URL = "http://xsl.lotus.com/java", 88 S_EXTENSIONS_XALANLIB_URL = "http://xml.apache.org/xalan", 89 S_EXTENSIONS_REDIRECT_URL = "http://xml.apache.org/xalan/redirect", 90 S_EXTENSIONS_PIPE_URL = "http://xml.apache.org/xalan/PipeDocument", 91 S_EXTENSIONS_SQL_URL = "http://xml.apache.org/xalan/sql"; 92 93 96 public static final String 97 S_EXSLT_COMMON_URL = "http://exslt.org/common", 98 S_EXSLT_MATH_URL = "http://exslt.org/math", 99 S_EXSLT_SETS_URL = "http://exslt.org/sets", 100 S_EXSLT_DATETIME_URL = "http://exslt.org/dates-and-times", 101 S_EXSLT_FUNCTIONS_URL = "http://exslt.org/functions", 102 S_EXSLT_DYNAMIC_URL = "http://exslt.org/dynamic", 103 S_EXSLT_STRINGS_URL = "http://exslt.org/strings"; 104 105 106 109 public static final double XSLTVERSUPPORTED = 1.0; 110 } 111 | Popular Tags |