Skip to content

Commit

Permalink
Getting myself tangled. Roll back a moment.
Browse files Browse the repository at this point in the history
This reverts commit 1c625a9.
  • Loading branch information
kubycsolutions committed Dec 28, 2023
1 parent 1c625a9 commit ba276f3
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* $Id$
*/
// This file uses 4 space indents, no tabs.
package samples.ApplyXPath;

import java.io.FileInputStream;
import java.io.OutputStreamWriter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
*/
// This file uses 4 space indents, no tabs.

package samples.ApplyXPathDOM;


import java.io.FileInputStream;
import java.io.OutputStreamWriter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.CompiledJAXP;

import javax.xml.transform.Templates;
import javax.xml.transform.TransformerFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.CompiledJAXP;

import java.io.OutputStreamWriter;

Expand Down
1 change: 1 addition & 0 deletions xalansamples/src/main/java/samples/DOM2DOM/DOM2DOM.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.DOM2DOM;

import java.io.FileNotFoundException;
import java.io.IOException;
Expand Down
1 change: 1 addition & 0 deletions xalansamples/src/main/java/samples/Pipe/Pipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.Pipe;

import java.io.IOException;

Expand Down
1 change: 1 addition & 0 deletions xalansamples/src/main/java/samples/SAX2SAX/SAX2SAX.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* Replicate the SimpleTransform sample, explicitly using the SAX model to handle the
* stylesheet, the XML input, and the transformation.
*/
package samples.SAX2SAX;

import java.io.FileOutputStream;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.SimpleTransform;

import java.io.FileNotFoundException;
import java.io.FileOutputStream;
Expand Down
1 change: 1 addition & 0 deletions xalansamples/src/main/java/samples/Trace/Trace.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.Trace;

import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerConfigurationException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.TransformThread;

import java.io.File;
import java.io.FileInputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.UseStylesheetPI;

import javax.xml.transform.Source;
import javax.xml.transform.Transformer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.UseStylesheetParam;
import java.io.IOException;
import java.io.OutputStreamWriter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.UseXMLFilters;

import java.io.IOException;

Expand Down
1 change: 1 addition & 0 deletions xalansamples/src/main/java/samples/Validate/Validate.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.Validate;

import java.io.File;
import java.io.FileInputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.Validate;

import javax.xml.parsers.SAXParserFactory;
import javax.xml.transform.Transformer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package samples.XPathAPI;

import java.io.OutputStreamWriter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package samples.XPathAPI;

import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package samples.XPathAPI;

public class ExtensionTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package samples.XPathAPI;

import javax.xml.namespace.*;
import javax.xml.xpath.*;
Expand Down
1 change: 1 addition & 0 deletions xalansamples/src/main/java/samples/extensions/IntDate.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.extensions;
import java.util.Calendar;
import java.util.Date;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.extensions;
import java.util.Hashtable;

public class MyCounter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.extensions.sql.extConnection;

// Imported TraX classes
import javax.xml.transform.TransformerFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* $Id$
*/

package samples.translets;

import java.io.FileNotFoundException;
import java.io.FileOutputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.translets;

import java.io.FileNotFoundException;
import java.io.FileOutputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.trax;

import org.xml.sax.Attributes;
import org.xml.sax.ContentHandler;
Expand Down
1 change: 1 addition & 0 deletions xalansamples/src/main/java/samples/trax/Examples.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/*
* $Id$
*/
package samples.trax;

import java.io.BufferedInputStream;
import java.io.BufferedReader;
Expand Down

0 comments on commit ba276f3

Please sign in to comment.