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 22:07:26 UTC

cvs commit: xml-fop/src/documentation/content/design/alt.design/properties AbstractPropertyValue.html AutoRestore.html BorderCommonStyle.html BorderCommonWidth.html BorderLeftStyle.html BorderLeftWidth.html Character.html Direction.html FOAttributes.html PropNames.html Property.html PropertyConsts.html PropertyParser.html PropertySets.html PropertyTokenizer.html PropertyValue.html PropertyValueList.html RenderingIntent.html ShorthandPropSets.html codedisplay.js

jeremias    2004/03/02 13:07:26

  Modified:    src/documentation/content/design/alt.design/properties
                        AbstractPropertyValue.html AutoRestore.html
                        BorderCommonStyle.html BorderCommonWidth.html
                        BorderLeftStyle.html BorderLeftWidth.html
                        Character.html Direction.html FOAttributes.html
                        PropNames.html Property.html PropertyConsts.html
                        PropertyParser.html PropertySets.html
                        PropertyTokenizer.html PropertyValue.html
                        PropertyValueList.html RenderingIntent.html
                        ShorthandPropSets.html codedisplay.js
  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       +33 -10    xml-fop/src/documentation/content/design/alt.design/properties/AbstractPropertyValue.html
  
  Index: AbstractPropertyValue.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/AbstractPropertyValue.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractPropertyValue.html	20 Jan 2003 14:45:18 -0000	1.1
  +++ AbstractPropertyValue.html	2 Mar 2004 21:07:25 -0000	1.2
  @@ -1,4 +1,20 @@
   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  +<!--
  +  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$ -->
   <!-- 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">datatypes</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">fo</span>.<span class="type">PropertyConsts</span>;
  @@ -80,18 +112,9 @@
   <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">fo</span>.<span class="jde-java-font-lock-package">expr</span>.<span class="type">PropertyException</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">PropertyValue</span>;
   
  -<span class="comment">/*
  - * AbstractPropertyValue.java
  - * $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">/**
    * Base abstract class for all property value types.
  + * @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="jde-java-font-lock-modifier">abstract</span> <span class="keyword">class</span> <span class="function-name" id="AbstractPropertyValueClass">AbstractPropertyValue</span>
  
  
  
  1.2       +16 -0     xml-fop/src/documentation/content/design/alt.design/properties/AutoRestore.html
  
  Index: AutoRestore.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/AutoRestore.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AutoRestore.html	24 Dec 2002 01:23:33 -0000	1.1
  +++ AutoRestore.html	2 Mar 2004 21:07:25 -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>
  
  
  
  1.2       +16 -0     xml-fop/src/documentation/content/design/alt.design/properties/BorderCommonStyle.html
  
  Index: BorderCommonStyle.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/BorderCommonStyle.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BorderCommonStyle.html	27 Dec 2002 07:33:43 -0000	1.1
  +++ BorderCommonStyle.html	2 Mar 2004 21:07:25 -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>
  
  
  
  1.2       +16 -0     xml-fop/src/documentation/content/design/alt.design/properties/BorderCommonWidth.html
  
  Index: BorderCommonWidth.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/BorderCommonWidth.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BorderCommonWidth.html	27 Dec 2002 07:34:03 -0000	1.1
  +++ BorderCommonWidth.html	2 Mar 2004 21:07:25 -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>
  
  
  
  1.2       +16 -0     xml-fop/src/documentation/content/design/alt.design/properties/BorderLeftStyle.html
  
  Index: BorderLeftStyle.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/BorderLeftStyle.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BorderLeftStyle.html	27 Dec 2002 07:34:21 -0000	1.1
  +++ BorderLeftStyle.html	2 Mar 2004 21:07:25 -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>
  
  
  
  1.2       +16 -0     xml-fop/src/documentation/content/design/alt.design/properties/BorderLeftWidth.html
  
  Index: BorderLeftWidth.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/BorderLeftWidth.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BorderLeftWidth.html	27 Dec 2002 07:34:39 -0000	1.1
  +++ BorderLeftWidth.html	2 Mar 2004 21:07:26 -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>
  
  
  
  1.2       +16 -0     xml-fop/src/documentation/content/design/alt.design/properties/Character.html
  
  Index: Character.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/Character.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Character.html	24 Dec 2002 01:23:51 -0000	1.1
  +++ Character.html	2 Mar 2004 21:07:26 -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>
  
  
  
  1.2       +16 -0     xml-fop/src/documentation/content/design/alt.design/properties/Direction.html
  
  Index: Direction.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/Direction.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Direction.html	27 Dec 2002 07:34:54 -0000	1.1
  +++ Direction.html	2 Mar 2004 21:07:26 -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>
  
  
  
  1.2       +33 -12    xml-fop/src/documentation/content/design/alt.design/properties/FOAttributes.html
  
  Index: FOAttributes.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/FOAttributes.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FOAttributes.html	20 Jan 2003 14:46:51 -0000	1.1
  +++ FOAttributes.html	2 Mar 2004 21:07:26 -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>
  @@ -75,6 +91,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">fo</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>;
  @@ -96,21 +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">Collections</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">Arrays</span>;
   
  -<span class="comment">/*
  - * FOAttributes.java
  - * $Id$
  - *
  - * Created: Wed Nov 14 15:19:51 2001
  - * 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">/**
    * The FO Attributes data structures and methods needed to manage the
    * Attributes associated with FO nodes.
  + * @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="FOAttributesClass">FOAttributes</span> {
  
  
  
  1.2       +31 -7     xml-fop/src/documentation/content/design/alt.design/properties/PropNames.html
  
  Index: PropNames.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/PropNames.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropNames.html	20 Jan 2003 14:48:26 -0000	1.1
  +++ PropNames.html	2 Mar 2004 21:07:26 -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>
  @@ -72,14 +88,21 @@
     <body>
       <pre>
   <span class="comment">/*
  - * $Id$
  - * Copyright (C) 2001-2002 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$
  + * 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">fo</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">HashMap</span>;
  @@ -90,6 +113,7 @@
   <span class="comment">/**
    * A class of constants; an array of all property names and the constants
    * by which to refer to them.
  + * @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="PropNamesClass">PropNames</span> {
  
  
  
  1.2       +33 -7     xml-fop/src/documentation/content/design/alt.design/properties/Property.html
  
  Index: Property.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/Property.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Property.html	24 Dec 2002 01:24:10 -0000	1.1
  +++ Property.html	2 Mar 2004 21:07:26 -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>
  @@ -79,13 +95,23 @@
     <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.
  - *
  + * 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="comment">/*
    * @author &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;Peter B. West&lt;/a&gt;
  - * @version $Revision$ $Name$
    */</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>.<span class="jde-java-font-lock-package">properties</span>;
  
  
  
  1.3       +33 -10    xml-fop/src/documentation/content/design/alt.design/properties/PropertyConsts.html
  
  Index: PropertyConsts.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/PropertyConsts.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropertyConsts.html	20 Jan 2003 14:42:40 -0000	1.2
  +++ PropertyConsts.html	2 Mar 2004 21:07:26 -0000	1.3
  @@ -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>
  @@ -83,16 +99,22 @@
     </head>
     <body>
       <pre>
  -<span class="comment">/**
  - * $Id$
  - * &lt;br/&gt;Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * &lt;br/&gt;For details on use and redistribution please refer to the
  - * &lt;br/&gt;LICENSE file included with these sources.
  - *
  - * </span><span class="jde-java-font-lock-doc-tag">@author</span><span class="comment"> &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;</span><span class="jde-java-font-lock-link">Peter B. West</span><span class="comment">&lt;/a&gt;
  - * </span><span class="jde-java-font-lock-doc-tag">@version</span><span class="comment"> $Revision$ $Name$
  +<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">fo</span>;
   
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">lang</span>.<span class="type">Character</span>;
  @@ -132,6 +154,7 @@
    * and a &lt;tt&gt;BitSet&lt;/tt&gt; of those properties which are
    * automatically inherited.  The &lt;tt&gt;HashMap&lt;/tt&gt;s provide a convenient
    * means of specifying the relationship between FOs and properties.
  + * </span><span class="jde-java-font-lock-doc-tag">@author</span><span class="comment"> &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;</span><span class="jde-java-font-lock-link">Peter B. West</span><span class="comment">&lt;/a&gt;
    */</span>
   <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="PropertyConstsClass">PropertyConsts</span> {
   
  
  
  
  1.2       +30 -5     xml-fop/src/documentation/content/design/alt.design/properties/PropertyParser.html
  
  Index: PropertyParser.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/PropertyParser.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyParser.html	20 Jan 2003 14:49:38 -0000	1.1
  +++ PropertyParser.html	2 Mar 2004 21:07:26 -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>
  @@ -80,12 +96,21 @@
     <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.
  + * 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">fo</span>.<span class="jde-java-font-lock-package">expr</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">fo</span>.<span class="type">PropertyConsts</span>;
  
  
  
  1.2       +32 -9     xml-fop/src/documentation/content/design/alt.design/properties/PropertySets.html
  
  Index: PropertySets.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/PropertySets.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertySets.html	20 Jan 2003 14:48:27 -0000	1.1
  +++ PropertySets.html	2 Mar 2004 21:07:26 -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>
  @@ -72,16 +88,22 @@
     </head>
     <body>
       <pre>
  -<span class="comment">/**
  - * $Id$
  - * &lt;br/&gt;Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * &lt;br/&gt;For details on use and redistribution please refer to the
  - * &lt;br/&gt;LICENSE file included with these sources.
  - *
  - * </span><span class="jde-java-font-lock-doc-tag">@author</span><span class="comment"> &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;</span><span class="jde-java-font-lock-link">Peter B. West</span><span class="comment">&lt;/a&gt;
  - * </span><span class="jde-java-font-lock-doc-tag">@version</span><span class="comment"> $Revision$ $Name$
  +<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">fo</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>;
  @@ -94,6 +116,7 @@
    * properties which are defined to apply to each of the Flow Objects.  These 
    * &lt;tt&gt;ROBitSet&lt;/tt&gt;s provide a convenient means of specifying the
    * relationship between FOs and properties.
  + * </span><span class="jde-java-font-lock-doc-tag">@author</span><span class="comment"> &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;</span><span class="jde-java-font-lock-link">Peter B. West</span><span class="comment">&lt;/a&gt;
    */</span>
   <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="PropertySetsClass">PropertySets</span> {
   
  
  
  
  1.2       +30 -5     xml-fop/src/documentation/content/design/alt.design/properties/PropertyTokenizer.html
  
  Index: PropertyTokenizer.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/PropertyTokenizer.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyTokenizer.html	20 Jan 2003 14:49:38 -0000	1.1
  +++ PropertyTokenizer.html	2 Mar 2004 21:07:26 -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>
  @@ -72,12 +88,21 @@
     <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.
  + * 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">fo</span>.<span class="jde-java-font-lock-package">expr</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">Numeric</span>;
  
  
  
  1.2       +33 -11    xml-fop/src/documentation/content/design/alt.design/properties/PropertyValue.html
  
  Index: PropertyValue.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/PropertyValue.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyValue.html	20 Jan 2003 14:45:18 -0000	1.1
  +++ PropertyValue.html	2 Mar 2004 21:07:26 -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,25 +87,31 @@
     </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">datatypes</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">fo</span>.<span class="jde-java-font-lock-package">expr</span>.<span class="type">PropertyException</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">fo</span>.<span class="type">FONode</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">ROStringArray</span>;
   
  -<span class="comment">/*
  - * PropertyValue.java
  - * $Id$
  - *
  - * Created: Tue Nov 20 22:18:11 2001
  - * 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">/**
    * Base interface for all property value types.
  + * @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">interface</span> <span class="function-name" id="PropertyValueInterface">PropertyValue</span> {
  
  
  
  1.2       +33 -11    xml-fop/src/documentation/content/design/alt.design/properties/PropertyValueList.html
  
  Index: PropertyValueList.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/PropertyValueList.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyValueList.html	20 Jan 2003 14:45:18 -0000	1.1
  +++ PropertyValueList.html	2 Mar 2004 21:07:26 -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">datatypes</span>;
   
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">lang</span>.<span class="jde-java-font-lock-package">reflect</span>.<span class="type">InvocationTargetException</span>;
  @@ -86,19 +118,9 @@
   <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">PropertyValue</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">fo</span>.<span class="jde-java-font-lock-package">expr</span>.<span class="type">PropertyException</span>;
   
  -<span class="comment">/*
  - * PropertyValueList.java
  - * $Id$
  - *
  - * Created: Tue Dec 11 22:37:16 2001
  - * 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 list of &lt;tt&gt;PropertyValue&lt;/tt&gt; elements.
  + * @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="PropertyValueListClass">PropertyValueList</span> <span class="keyword">extends</span> <span class="type">LinkedList</span> <span class="keyword">implements</span> <span class="type">PropertyValue</span> {
  
  
  
  1.2       +32 -0     xml-fop/src/documentation/content/design/alt.design/properties/RenderingIntent.html
  
  Index: RenderingIntent.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/RenderingIntent.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RenderingIntent.html	27 Dec 2002 07:35:38 -0000	1.1
  +++ RenderingIntent.html	2 Mar 2004 21:07:26 -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>
  @@ -59,6 +75,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">fo</span>.<span class="jde-java-font-lock-package">properties</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">fo</span>.<span class="jde-java-font-lock-package">expr</span>.<span class="type">PropertyException</span>;
  
  
  
  1.2       +32 -9     xml-fop/src/documentation/content/design/alt.design/properties/ShorthandPropSets.html
  
  Index: ShorthandPropSets.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/ShorthandPropSets.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ShorthandPropSets.html	20 Jan 2003 14:48:27 -0000	1.1
  +++ ShorthandPropSets.html	2 Mar 2004 21:07:26 -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>
  @@ -84,16 +100,22 @@
     </head>
     <body>
       <pre>
  -<span class="comment">/**
  - * $Id$
  - * &lt;br/&gt;Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * &lt;br/&gt;For details on use and redistribution please refer to the
  - * &lt;br/&gt;LICENSE file included with these sources.
  - *
  - * </span><span class="jde-java-font-lock-doc-tag">@author</span><span class="comment"> &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;</span><span class="jde-java-font-lock-link">Peter B. West</span><span class="comment">&lt;/a&gt;
  - * </span><span class="jde-java-font-lock-doc-tag">@version</span><span class="comment"> $Revision$ $Name$
  +<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">fo</span>;
   
   <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">lang</span>.<span class="type">CloneNotSupportedException</span>;
  @@ -121,6 +143,7 @@
    * This class contains &lt;tt&gt;ROIntArray&lt;/tt&gt;s which encode the various sets of
    * properties into which the shorthand and compound properties expand, and
    * utility methods for manipulating these expansions.
  + * </span><span class="jde-java-font-lock-doc-tag">@author</span><span class="comment"> &lt;a href=&quot;mailto:pbwest@powerup.com.au&quot;&gt;</span><span class="jde-java-font-lock-link">Peter B. West</span><span class="comment">&lt;/a&gt;
    */</span>
   <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="ShorthandPropSetsClass">ShorthandPropSets</span> {
   
  
  
  
  1.2       +15 -1     xml-fop/src/documentation/content/design/alt.design/properties/codedisplay.js
  
  Index: codedisplay.js
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/design/alt.design/properties/codedisplay.js,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- codedisplay.js	20 Mar 2003 05:33:33 -0000	1.1
  +++ codedisplay.js	2 Mar 2004 21:07:26 -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
  
  
  

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