package com.javapatterns.builder.rtfreader;
public class Document
{
private static int value;
private char token;
private static int counter = 0 ;
public Document()
{
co
package org.kxml.kdom;
import java.util.*;
import java.io.*;
import org.kxml.*;
import org.kxml.io.*;
import org.kxml.parser.*;
/** The document consists of some legacy events and a single root
package com.javapatterns.builder.rtfreader;
public class Document
{
private static int value;
private char token;
private static int counter = 0 ;
public Document()
{
co
// **************************************************************************
// document.cpp
//
// Description:
// Implements a CDocument derived class. This is the document part of our
// MFC
// **************************************************************************
// document.h
//
// Description:
// Defines a CDocument derived class. This is the document part of our MFC
// SDI d
CREATE TABLE Document
(DocId Int Primary Key IDENTITY,
ProjId Int NOT NULL,
DocType Varchar(40),
Title Varchar(100),
fName Varchar(50),
DocFile Image,
Author Varchar(50),
Sav