You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2004/03/02 21:51:33 UTC

cvs commit: xml-fop/src/documentation/content/design/alt.design codedisplay.js FOPropertySets.html FoXMLEvent.html SyncedFoXmlEventsBuffer.html XMLNamespaces.html

jeremias    2004/03/02 12:51:33

  Modified:    src/documentation/content/design/alt.design codedisplay.js
                        FOPropertySets.html FoXMLEvent.html
                        SyncedFoXmlEventsBuffer.html XMLNamespaces.html
  Log:
  Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.
  
  Revision  Changes    Path
  1.2       +15 -1     xml-fop/src/documentation/content/design/alt.design/codedisplay.js
  
  Index: codedisplay.js
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/codedisplay.js,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- codedisplay.js	20 Mar 2003 05:15:45 -0000	1.1
  +++ codedisplay.js	2 Mar 2004 20:51:33 -0000	1.2
  @@ -1,3 +1,17 @@
  +//  Copyright 1999-2004 The Apache Software Foundation
  +//
  +//  Licensed 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$
   var showing = new Array();
   var x = new Array(); // scrollX
  
  
  
  1.2       +31 -8     xml-fop/src/documentation/content/design/alt.design/FOPropertySets.html
  
  Index: FOPropertySets.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/FOPropertySets.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FOPropertySets.html	18 Dec 2002 15:53:21 -0000	1.1
  +++ FOPropertySets.html	2 Mar 2004 20:51:33 -0000	1.2
  @@ -1,4 +1,20 @@
   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  +<!--
  +  Copyright 2001-2002,2004 The Apache Software Foundation
  +
  +  Licensed 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$ -->
   <!-- Created by htmlize-0.67 in css mode. -->
   <html>
     <head>
  @@ -68,13 +84,19 @@
     <body>
       <pre>
   <span class="comment">/*
  - * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  - *
  - * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
  - * @version $Id$
  + * Copyright 2001-2002,2004 The Apache Software Foundation.
  + * 
  + * Licensed 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.
    */</span>
   
   <span class="keyword">package</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">fo</span>;
  @@ -100,6 +122,7 @@
   
   <span class="comment">/**
    * Data class relating sets of properties to Flow Objects.
  + * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
    */</span>
   
   <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="FOPropertySetsClass">FOPropertySets</span> {
  
  
  
  1.2       +33 -9     xml-fop/src/documentation/content/design/alt.design/FoXMLEvent.html
  
  Index: FoXMLEvent.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/FoXMLEvent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FoXMLEvent.html	12 Mar 2003 14:56:46 -0000	1.1
  +++ FoXMLEvent.html	2 Mar 2004 20:51:33 -0000	1.2
  @@ -1,4 +1,20 @@
   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  +<!--
  +  Copyright 2001-2004 The Apache Software Foundation
  +
  +  Licensed 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$ -->
   <!-- Created by htmlize-0.67 in css mode. -->
   <html>
     <head>
  @@ -67,6 +83,21 @@
     </head>
     <body>
       <pre>
  +<span class="comment">/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed 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.
  + */</span>
   <span class="keyword">package</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">xml</span>;
   
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">apps</span>.<span class="type">FOPException</span>;
  @@ -74,19 +105,12 @@
   
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">xml</span>.<span class="jde-java-font-lock-package">sax</span>.<span class="jde-java-font-lock-package">helpers</span>.<span class="type">AttributesImpl</span>;
   
  -<span class="comment">/*
  - * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  - * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
  - * @version $Revision$ $Name$
  - */</span>
   <span class="comment">/**
    * This is a data class to encapsulate the data of an individual XML
    * parse event in an XML-FO file. The current version, while defining
    * accessor methods, leaves the component data of the event as protected.
    * The &lt;tt&gt;XMLSerialHandler&lt;/tt&gt; methods set the values directly.
  + * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
    */</span>
   
   <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="FoXMLEventClass">FoXMLEvent</span> <span class="keyword">extends</span> <span class="type">XMLEvent</span> {
  
  
  
  1.2       +33 -10    xml-fop/src/documentation/content/design/alt.design/SyncedFoXmlEventsBuffer.html
  
  Index: SyncedFoXmlEventsBuffer.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/SyncedFoXmlEventsBuffer.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SyncedFoXmlEventsBuffer.html	12 Mar 2003 14:56:46 -0000	1.1
  +++ SyncedFoXmlEventsBuffer.html	2 Mar 2004 20:51:33 -0000	1.2
  @@ -1,4 +1,20 @@
   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  +<!--
  +  Copyright 2001-2004 The Apache Software Foundation
  +
  +  Licensed 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$ -->
   <!-- Created by htmlize-0.67 in css mode. -->
   <html>
     <head>
  @@ -82,6 +98,22 @@
     </head>
     <body>
       <pre>
  +<span class="comment">/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed 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.
  + */</span>
  + 
   <span class="keyword">package</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">xml</span>;
   
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">datastructs</span>.<span class="type">SyncedCircularBuffer</span>;
  @@ -96,19 +128,10 @@
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">util</span>.<span class="type">Iterator</span>;
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">util</span>.<span class="type">BitSet</span>;
   
  -<span class="comment">/*
  - * $Id$
  - * 
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  - *
  - * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
  - * @version $Revision$ $Name$
  - */</span>
   <span class="comment">/**
    * A synchronized circular buffer for FoXMLEvents.
    * </span><span class="jde-java-font-lock-doc-tag">@see</span><span class="comment"> </span><span class="jde-java-font-lock-code">org.apache.fop.datastructs.SyncedCircularBuffer</span><span class="comment">
  + * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
    */</span>
   <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="SyncedFoXmlEventsBufferClass">SyncedFoXmlEventsBuffer</span> <span class="keyword">extends</span> <span class="type">SyncedCircularBuffer</span> {
   
  
  
  
  1.2       +34 -9     xml-fop/src/documentation/content/design/alt.design/XMLNamespaces.html
  
  Index: XMLNamespaces.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/XMLNamespaces.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLNamespaces.html	12 Mar 2003 14:56:46 -0000	1.1
  +++ XMLNamespaces.html	2 Mar 2004 20:51:33 -0000	1.2
  @@ -1,4 +1,20 @@
   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  +<!--
  +  Copyright 2001-2004 The Apache Software Foundation
  +
  +  Licensed 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$ -->
   <!-- Created by htmlize-0.67 in css mode. -->
   <html>
     <head>
  @@ -71,6 +87,22 @@
     </head>
     <body>
       <pre>
  +<span class="comment">/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed 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.
  + */</span>
  + 
   <span class="keyword">package</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">xml</span>;
   
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">datatypes</span>.<span class="type">Ints</span>;
  @@ -78,14 +110,6 @@
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">util</span>.<span class="type">HashMap</span>;
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">util</span>.<span class="type">ArrayList</span>;
   
  -<span class="comment">/*
  - * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  - * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
  - * @version $Revision$ $Name$
  - */</span>
   <span class="comment">/**
    * Maintains the namespaces encountered by an invocation of
    * &lt;tt&gt;XMLSerialHandler&lt;/tt&gt;.
  @@ -93,6 +117,7 @@
    * documents that may be processed in a single invocation of
    * &lt;tt&gt;XMLSerialhandler&lt;/tt&gt;.  A reference to that instance is kept with
    * every instance of &lt;tt&gt;XMLEvent&lt;/tt&gt;.
  + * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
    */</span>
   
   <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="XMLNamespacesClass">XMLNamespaces</span> {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org