< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Constants.java

Print this page
rev 1063 : 8172974: [JAXP] XALAN: Wrong result when transforming namespace unaware StAX Input

*** 7,27 **** * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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. */ - /* - * $Id: Constants.java,v 1.7 2006/06/19 19:49:04 spericas Exp $ - */ package com.sun.org.apache.xalan.internal.xsltc.compiler; import com.sun.org.apache.bcel.internal.generic.InstructionConstants; --- 7,24 ---- * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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. */ package com.sun.org.apache.xalan.internal.xsltc.compiler; import com.sun.org.apache.bcel.internal.generic.InstructionConstants;
*** 65,79 **** = "Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"; public static final String DOM_INTF_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/DOM;"; public static final String DOM_IMPL_CLASS = "com/sun/org/apache/xalan/internal/xsltc/DOM"; // xml/dtm/ref/DTMDefaultBaseIterators"; //xalan/xsltc/dom/DOMImpl"; ! public static final String SAX_IMPL_CLASS = "com/sun/org/apache/xalan/internal/xsltc/DOM/SAXImpl"; public static final String DOM_IMPL_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl;"; //xml/dtm/ref/DTMDefaultBaseIterators"; //xalan/xsltc/dom/DOMImpl;"; ! public static final String SAX_IMPL_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl;"; public static final String DOM_ADAPTER_CLASS = "com/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter"; public static final String DOM_ADAPTER_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter;"; --- 62,76 ---- = "Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"; public static final String DOM_INTF_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/DOM;"; public static final String DOM_IMPL_CLASS = "com/sun/org/apache/xalan/internal/xsltc/DOM"; // xml/dtm/ref/DTMDefaultBaseIterators"; //xalan/xsltc/dom/DOMImpl"; ! public static final String SAX_IMPL_CLASS = "com/sun/org/apache/xalan/internal/xsltc/DOM/SAXImpl"; public static final String DOM_IMPL_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl;"; //xml/dtm/ref/DTMDefaultBaseIterators"; //xalan/xsltc/dom/DOMImpl;"; ! public static final String SAX_IMPL_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl;"; public static final String DOM_ADAPTER_CLASS = "com/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter"; public static final String DOM_ADAPTER_SIG = "Lcom/sun/org/apache/xalan/internal/xsltc/dom/DOMAdapter;";
*** 187,197 **** = "(" + NODE_SIG + ")" + NODE_SIG; public static final String NEXT_SIG = "()" + NODE_SIG; public static final String NEXT = "next"; ! public static final String NEXTID = "nextNodeID"; public static final String MAKE_NODE = "makeNode"; public static final String MAKE_NODE_LIST = "makeNodeList"; --- 184,194 ---- = "(" + NODE_SIG + ")" + NODE_SIG; public static final String NEXT_SIG = "()" + NODE_SIG; public static final String NEXT = "next"; ! public static final String NEXTID = "nextNodeID"; public static final String MAKE_NODE = "makeNode"; public static final String MAKE_NODE_LIST = "makeNodeList";
*** 229,242 **** = "(I)Lorg/w3c/dom/NodeList;"; public static final String MAKE_NODE_LIST_SIG2 = "(" + NODE_ITERATOR_SIG + ")Lorg/w3c/dom/NodeList;"; public static final String STREAM_XML_OUTPUT ! = "com.sun.org.apache.xml.internal.serializer.ToXMLStream"; public static final String OUTPUT_BASE ! = "com.sun.org.apache.xml.internal.serializer.SerializerBase"; public static final String LOAD_DOCUMENT_CLASS = "com.sun.org.apache.xalan.internal.xsltc.dom.LoadDocument"; public static final String KEY_INDEX_CLASS --- 226,239 ---- = "(I)Lorg/w3c/dom/NodeList;"; public static final String MAKE_NODE_LIST_SIG2 = "(" + NODE_ITERATOR_SIG + ")Lorg/w3c/dom/NodeList;"; public static final String STREAM_XML_OUTPUT ! = "com.sun.org.apache.xml.internal.serializer.ToXMLStream"; public static final String OUTPUT_BASE ! = "com.sun.org.apache.xml.internal.serializer.SerializerBase"; public static final String LOAD_DOCUMENT_CLASS = "com.sun.org.apache.xalan.internal.xsltc.dom.LoadDocument"; public static final String KEY_INDEX_CLASS
< prev index next >