Extensible framework for parsing varying formats of print stream data

Information

  • Patent Grant
  • 7880909
  • Patent Number
    7,880,909
  • Date Filed
    Tuesday, May 20, 2003
    21 years ago
  • Date Issued
    Tuesday, February 1, 2011
    13 years ago
Abstract
A method of parsing print stream data including the steps of intercepting a data file from at least a portion of the print stream data, reading at least a portion of the data file and determining if said data file is of a format having subset formats.
Description
BACKGROUND OF THE INVENTION

1. Field of the Invention


The present invention relates to a method of parsing varying formats of print stream data, and, more particularly, to an extensible framework for parsing varying formats of print stream data.


2. Description of the Related Art


The internal function of a data stream handler is defined by the data stream handler itself. A data stream handler appears to an application as a module to read and write a specific type of data stream. A consistent stream interface makes the source and destination of the data stream unimportant to the application that uses the data stream handler. A data stream handler processes one type of data and its output appears as a data stream to an application. A data stream handler can provide data that it manufactures or it can receive data from a file for an external source in a format that an application can use.


In computer systems, information may be passed from one computer process to another computer process using a named pipe. A named pipe or message holding place is given a specific name. Unlike a regular pipe, a named pipe can be used by processes that do not have to share a common process origin and the message sent to the named pipe can be read by any authorized process that knows the name of the named pipe. A named pipe is sometimes called a FIFO (first in, first out), because the first data written to the pipe is the first data that is read from the pipe. An advantage to using a named pipe is that the name associated with it allows other processes to easily locate the information. Loading a named pipe is useful in the processing of data streams.


Converting data into an extensible mark up language (XML) improves the functionality and adaptability of information contained therein. XML is actually a metalanguage for describing other languages, which lets you design your own customized markup language for limitless different types of documents. In contrast, fixed formats such as HTML is a single predefined markup language. XML is a markup specification language, which can be used to design ways of describing information consisting of text or data. The description is normally for storage transmission or processing by way of another program. The XML format says nothing about what should be done with the data, although the choice of element names may hint at what they are to be used for. For example, an XML document describing the characteristics of a machine part does not carry any information about how the information should be presented to a user. However, an element name of “Material Type” may infer that the content relates to the type of material of which the machine part is made. An application is free to use the data to produce an image of the part, generate a formatted text listing of the information, display the XML documents marked up with a particular color scheme, restructure the data into a format for storage into a data base, transmission over the network or input to another program, etc. XML documents can be generally regarded as purely descriptive data files.


What is needed in the art is a method to transfer a varying data print stream into XML documents.


SUMMARY OF THE INVENTION

The present invention provides a method that is used in an extensible framework for parsing varying formats of print stream data.


The invention comprises, in one form thereof, a method of parsing print stream data including the steps of intercepting a data file from at least a portion of the print stream data, reading at least a portion of the data file and determining if the data file is of a format having subset formats.


The invention comprises, in another form thereof, a method of handling data including the steps of providing a data handler, receiving an inquiry by the data handler, the data handler responding to the inquiry by a responding method. The responding method including the substeps of, if the inquiry is to request a data type assigned to the data handler, then returning the data type; if the inquiry is a command to the data handler to parse a data file, then parsing the data file; and if the inquiry is to determine a format of the data file, then returning at least one answer.


The invention comprises, in yet another form thereof, a method of extracting a file, including the steps of intercepting a print job from a data stream, spooling the print job to a data file, inquiring of at least one of a plurality of data handlers as to whether the data file is of a format recognized by at least one data handler and receiving at least one answer that indicates that at least one data handler recognizes a broad format that includes the format as a subset format.


The present invention advantageously accepts varying data formats in a print stream and converts the data stream into at least one XML document.


Another advantage is that the data stream handler of the present invention can indicate the type of data to which it is assigned.


Yet, still another advantage of the present invention is that the data stream handler can identify the possibility of handling a data stream format by responding with a “maybe” answer.





BRIEF DESCRIPTION OF THE DRAWINGS

The above-mentioned and other features and advantages of this invention, and the manner of attaining them, will become more apparent and the invention will be better understood by reference to the following description of an embodiment of the invention taken in conjunction with the accompanying drawings, wherein:



FIG. 1 is block diagram of an embodiment of a method of parsing varying formats of print stream data; and



FIG. 2 is a block diagram of an embodiment of the method of the present invention implementing a data stream handler that is called by the method of FIG. 1.





Corresponding reference characters indicate corresponding parts throughout the several views. The exemplification set out herein illustrates one preferred embodiment of the invention, in one form, and such exemplification is not to be construed as limiting the scope of the invention in any manner.


DETAILED DESCRIPTION OF THE INVENTION

Referring now to the drawings, and more particularly to FIG. 1, there is shown one embodiment of a method 100 of the present invention, including steps to be executed by a computer processor. At step 102, method 100 intercepts print jobs by redirecting them to one or more named pipes.


Within a Document Distributor, “a receiver” is a code module that can format data into a workflow job and submit it to the Document Server Gateway, that is then forwarded to the Document Server. When a Document Server Gateway, which is a Windows® service, is started, any dynamic link library (DLLs) with an extension of .ddr is loaded as a receiver. One such receiver is the named pipe receiver. When the named pipe receiver is loaded by the Document Server Gateway, it in turn loads any server DLLs with an extension of .ddh. Each of these is a data stream handler.


At step 102, a named pipe receiver accepts each print job. Then at step 104, the print job is spooled to a file and a request is queued to a print stream factory.


The print stream factory makes use of several data stream handlers to determine the format of the spooled file and to parse the spooled file into one or more individual workflow jobs.


Now, additionally referring to FIG. 2, there is shown a method 200 of an implementation of a data stream handler. Process 200 includes step 202 where an inquiry is received from method 100 at step 106 in which process 100 inquires of process 200 one of two questions or a command. One question is a request for data stream handler 200 to return the assigned data type of the data stream handler to the requesting program. This inquiry is determined at step 204 and is directed to step 206 wherein the assigned data type is returned.


Data stream handler 200 may also receive a command to parse a file, which is determined at step 204, thereby directing control of process 200 to step 216. At step 216, the spooled file that is identified to data stream handler 200 is parsed. At step 218, the parsed file is returned as an extracted file to the requesting program, which in this instance is process 100 wherein the command to parse the spooled file was issued at step 108 and the extracted file was received back by the requesting process, at step 110, in the form of an extracted file.


The second question, which process 100 can inquire of data stream handler 200 is to identify the format of the spooled file. At step 208, data stream handler 200 examines the spooled file to determine the format thereof. The spooled file may be sampled to determine if the file is of a type that the data stream handler recognizes. If the format is recognized by data stream handler 200, process control proceeds to step 210 where data stream handler 200 returns the answer ‘yes’, indicating that the format of the spooled file is definitely recognized. For example, an XML data stream handler having read an XML file would respond with a “yes” answer. If, at step 208, the format of the spooled file is not recognized then the data stream handler process 200 proceeds to step 214. At step 214, data stream handler process 200 returns an answer of “no”, indicating that data stream handler 200 has not recognized the spooled file. This indicates to the calling program that it would be inappropriate to request that this particular data stream handler parse the spooled file.


Additional flexibility of data stream handler 200 is achieved by data stream handler 200 responding with an answer of “maybe”. A data stream handler may broadly recognize a file format and yet not be the optimum choice for the purposes of parsing a file. Such a case particularly occurs when a format is a subset of another format. If a data stream handler recognizes a broad format having subset formats, then another data stream handler may be better suited to handle the parsing of the data in the file. As such, the data stream handler provides an answer which indicates that a file format may be recognized. For example, if the data stream handler is an ASCII type of data stream handler and the spooled file is an XML type file an answer of “maybe” is returned, since the XML type file may be of an ASCII type. Then if no other handler responds with a “yes” then the ASCII handler may be selected. However, if an ASCII handler responds with “maybe” and an XML data stream handler responds with “yes” then the XML handler would be selected over the ASCII handler. This advantageously allows a controlling program, such as process 100, to prioritize and select the data stream handler appropriate for parsing the spooled file. In addition, the spooled file may have more than one format contained therein. If a spooled file does contain more than one format then the controlling program may invoke more than one data stream handler 200 in the parsing of a spooled file.


Process 100, at step 106, associates a particular data stream handler with a spooled file by requesting that a data stream handler 200 return the data type for which data stream handler 200 is assigned to parse. At step 106, having determined the format of the spooled file, process 100 assigns a particular data stream handler 200 to parse the spooled file at step 108. Also at step 106, the association of a data stream handler to a particular format may be obtained by asking data stream handler 200 to identify the format of the spooled file, as in step 208 of data stream handler process 200. Process 100 at step 106 prioritizes the data stream handler responses received from multiple data stream handles 200 to determine which data stream handler 200 would be appropriate to parse the spooled file. Then process 100 continues to step 108, where a command is issued to a particular data stream handler 200 to parse the spooled file.


At step 110, process 100 receives at least one extracted file from the selected data stream handler 200. At step 112, data sets, of the extracted file are sent to a Document Server for printing. More particularly, the extracted file is in the form of an XML document, which contains one or more data sets. It is then at step 112 that each of the data sets of the XML file is submitted to the Document Server Gateway as part of a single workflow job.


The structure of the present invention supports the plugging in of support for new types of data. Since each data stream handler contains all of the code required for a particular type of formatted data, a data stream handler that corresponds to a particular data type can simply be added to the framework. In addition, the interface between a data stream handler and the calling program is consistent and straightforward, thereby allowing a calling routine to inquire of any data stream handler in the same manner. The data stream handlers are loaded each time the named pipe receiver is started, making them available to invoking programs.


The present invention advantageously produces an XML document, which is and can be utilized by a calling application to produce a filled in form for printing, such as a preprinted pay roll check. Also the plug-in nature of the present invention allows support for a new data format to be completed without having to make changes to the parsing framework.


While this invention has been described as having a preferred design, the present invention can be further modified within the spirit and scope of this disclosure. This application is therefore intended to cover any variations, uses, or adaptations of the invention using its general principles. Further, this application is intended to cover such departures from the present disclosure as come within known or customary practice in the art to which this invention pertains and which fall within the limits of the appended claims.

Claims
  • 1. A method of parsing print stream data, comprising: intercepting a data file from at least a portion of the print stream data;reading at least a portion of said data file;determining if said data file is of a format having subset formats, if said data file is of a format having subset formats that said data file is defined as a data file that may be recognized;determining if the format of said data file is one of recognized and not recognized;issuing an affirmative answer if said format is recognized;issuing negative answer if said format is not recognized; andissuing an answer which indicates that said format may be recognized if said format may be recognized.
  • 2. The method of claim 1, further comprising: receiving a command to parse said data file;parsing said data file; andproducing an extracted file.
  • 3. The method of claim 2, further comprising returning said extracted file.
  • 4. The method of claim 2, wherein said extracted file is in an XML format.
  • 5. The method of claim 1, further comprising spooling at least a portion of the print stream data to form said data file.
US Referenced Citations (45)
Number Name Date Kind
4811416 Nakamura Mar 1989 A
5086309 Iida et al. Feb 1992 A
5303336 Kageyama et al. Apr 1994 A
5339421 Housel, III Aug 1994 A
5511156 Nagasaka Apr 1996 A
5548691 Sato et al. Aug 1996 A
5721813 Leinhos Feb 1998 A
5784544 Stevens Jul 1998 A
5815689 Shaw et al. Sep 1998 A
5838685 Hochman Nov 1998 A
5862310 Crawford et al. Jan 1999 A
5878419 Carter Mar 1999 A
5893131 Kornfield Apr 1999 A
6044356 Murthy et al. Mar 2000 A
6078403 Palmer Jun 2000 A
6128628 Waclawski et al. Oct 2000 A
6223168 McGurl et al. Apr 2001 B1
6337743 Brown et al. Jan 2002 B1
6401132 Bellwood et al. Jun 2002 B1
6449635 Tilden, Jr. et al. Sep 2002 B1
6466967 Landsman et al. Oct 2002 B2
6571292 Fletcher May 2003 B1
6961720 Nelken Nov 2005 B1
7007231 Dang Feb 2006 B2
7096212 Tribble et al. Aug 2006 B2
7259875 Mazza Aug 2007 B1
20010054046 Mikhailov et al. Dec 2001 A1
20020016921 Olsen et al. Feb 2002 A1
20020078216 Pankovcin et al. Jun 2002 A1
20020083210 Harrison et al. Jun 2002 A1
20020120536 Maung et al. Aug 2002 A1
20020120790 Schwalb Aug 2002 A1
20020129129 Bloch et al. Sep 2002 A1
20020138852 Reynolds et al. Sep 2002 A1
20020141449 Johnson Oct 2002 A1
20020154172 Linsey et al. Oct 2002 A1
20020156808 Duffy et al. Oct 2002 A1
20020156846 Rawat et al. Oct 2002 A1
20030023607 Phelan et al. Jan 2003 A1
20030058469 Buis et al. Mar 2003 A1
20030140809 Krautter Jul 2003 A1
20040010629 Diesel et al. Jan 2004 A1
20040199876 Ethier et al. Oct 2004 A1
20040205562 Rozek et al. Oct 2004 A1
20040205694 James et al. Oct 2004 A1
Related Publications (1)
Number Date Country
20040252326 A1 Dec 2004 US