From c9aa1f36a55a7bdafb32ea25f02a81d666e12b2d Mon Sep 17 00:00:00 2001 From: fotis Date: Tue, 1 Aug 2000 22:31:34 +0000 Subject: [PATCH] removes reference to sbk protocol git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193571 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop/architecture.xml | 36 +++++++++---------- docs/xml-docs/fop/bugs.xml | 2 +- docs/xml-docs/fop/compiling.xml | 2 +- docs/xml-docs/fop/download.xml | 2 +- docs/xml-docs/fop/embedding.xml | 2 +- docs/xml-docs/fop/examples.xml | 2 +- docs/xml-docs/fop/faq.xml | 2 +- docs/xml-docs/fop/involved.xml | 2 +- docs/xml-docs/fop/license.xml | 2 +- docs/xml-docs/fop/limitations.xml | 56 +++++++++++++++--------------- docs/xml-docs/fop/readme.xml | 2 +- docs/xml-docs/fop/running.xml | 2 +- docs/xml-docs/fop/specs.xml | 2 +- 13 files changed, 57 insertions(+), 57 deletions(-) diff --git a/docs/xml-docs/fop/architecture.xml b/docs/xml-docs/fop/architecture.xml index 06bed7ca9..d298086e2 100644 --- a/docs/xml-docs/fop/architecture.xml +++ b/docs/xml-docs/fop/architecture.xml @@ -1,5 +1,5 @@ - + @@ -33,15 +33,15 @@ constructing the FO tree. The key SAX events used are

org.apache.fop.fo.FONode. The other FO classes inherit from FONode as follows:

-

            FONode

-

               |

-

     __________|________

-

    |                   |

-

   FObj               FOText

-

    |

-

    |___________________

-

    |                   |

-

  FObjMixed      SequenceSpecifier +

            FONode

+

               |

+

     __________|________

+

    |                   |

+

   FObj               FOText

+

    |

+

    |___________________

+

    |                   |

+

  FObjMixed      SequenceSpecifier

FO's extending FObj:

@@ -123,11 +123,11 @@ Every FO class has code that looks something like this:

public static class Maker extends FObj.Maker {

-

   public FObj make(FObj parent, PropertyList propertyList)

-

     throws FOPException

-

   {

-

     return new SimplePageMaster(parent, propertyList);

-

   }

+

   public FObj make(FObj parent, PropertyList propertyList)

+

     throws FOPException

+

   {

+

     return new SimplePageMaster(parent, propertyList);

+

   }

}

@@ -136,9 +136,9 @@ The class also has a static method that resembles

public static FObj.Maker maker()

-

   {

-

     return new PageSequence.Maker();

-

   }

+

   {

+

     return new PageSequence.Maker();

+

   }

A hash 'fobjTable' exists in FOTreeBuilder, and maps the FO names (such as diff --git a/docs/xml-docs/fop/bugs.xml b/docs/xml-docs/fop/bugs.xml index a195e3bf2..689988549 100644 --- a/docs/xml-docs/fop/bugs.xml +++ b/docs/xml-docs/fop/bugs.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/compiling.xml b/docs/xml-docs/fop/compiling.xml index 036f38533..3b84fde7d 100644 --- a/docs/xml-docs/fop/compiling.xml +++ b/docs/xml-docs/fop/compiling.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/download.xml b/docs/xml-docs/fop/download.xml index 38946d0ea..f8efff68e 100644 --- a/docs/xml-docs/fop/download.xml +++ b/docs/xml-docs/fop/download.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml index 885c0f9ba..c39e58d3c 100644 --- a/docs/xml-docs/fop/embedding.xml +++ b/docs/xml-docs/fop/embedding.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/examples.xml b/docs/xml-docs/fop/examples.xml index 379445320..7b5d4e1dc 100644 --- a/docs/xml-docs/fop/examples.xml +++ b/docs/xml-docs/fop/examples.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/faq.xml b/docs/xml-docs/fop/faq.xml index df0ad9eac..5449035a4 100644 --- a/docs/xml-docs/fop/faq.xml +++ b/docs/xml-docs/fop/faq.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/involved.xml b/docs/xml-docs/fop/involved.xml index 1850000e0..9ce38e573 100644 --- a/docs/xml-docs/fop/involved.xml +++ b/docs/xml-docs/fop/involved.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/license.xml b/docs/xml-docs/fop/license.xml index 809c25f7f..2bb39174f 100644 --- a/docs/xml-docs/fop/license.xml +++ b/docs/xml-docs/fop/license.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/limitations.xml b/docs/xml-docs/fop/limitations.xml index 21325b51a..f380f1495 100644 --- a/docs/xml-docs/fop/limitations.xml +++ b/docs/xml-docs/fop/limitations.xml @@ -42,34 +42,34 @@

A working basic example of a table looks like this:

<fo:table>

-

 <fo:table-column column-width="150pt"/>

-

 <fo:table-column column-width="150pt"/>

-

 <fo:table-body font-size="10pt" font-family="sans-serif">

-

  <fo:table-row>

-

   <fo:table-cell>

-

    <fo:block>text</fo:block>

-

   </fo:table-cell>

-

   <fo:table-cell>

-

    <fo:block>text</fo:block>

-

   </fo:table-cell>

-

  </fo:table-row>

-

  <fo:table-row>

-

   <fo:table-cell>

-

    <fo:block>text</fo:block>

-

   </fo:table-cell>

-

   <fo:table-cell>

-

    <fo:block>text</fo:block>

-

   </fo:table-cell>

-

  </fo:table-row>

-

  <fo:table-row>

-

   <fo:table-cell>

-

    <fo:block>text</fo:block>

-

   </fo:table-cell>

-

   <fo:table-cell>

-

    <fo:block>text</fo:block>

-

   </fo:table-cell>

-

  </fo:table-row>

-

 </fo:table-body>

+

 <fo:table-column column-width="150pt"/>

+

 <fo:table-column column-width="150pt"/>

+

 <fo:table-body font-size="10pt" font-family="sans-serif">

+

  <fo:table-row>

+

   <fo:table-cell>

+

    <fo:block>text</fo:block>

+

   </fo:table-cell>

+

   <fo:table-cell>

+

    <fo:block>text</fo:block>

+

   </fo:table-cell>

+

  </fo:table-row>

+

  <fo:table-row>

+

   <fo:table-cell>

+

    <fo:block>text</fo:block>

+

   </fo:table-cell>

+

   <fo:table-cell>

+

    <fo:block>text</fo:block>

+

   </fo:table-cell>

+

  </fo:table-row>

+

  <fo:table-row>

+

   <fo:table-cell>

+

    <fo:block>text</fo:block>

+

   </fo:table-cell>

+

   <fo:table-cell>

+

    <fo:block>text</fo:block>

+

   </fo:table-cell>

+

  </fo:table-row>

+

 </fo:table-body>

</fo:table>

diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml index 09c562b34..9964ed4dc 100644 --- a/docs/xml-docs/fop/readme.xml +++ b/docs/xml-docs/fop/readme.xml @@ -1,5 +1,5 @@ - + diff --git a/docs/xml-docs/fop/specs.xml b/docs/xml-docs/fop/specs.xml index b934a1e23..5353b177a 100644 --- a/docs/xml-docs/fop/specs.xml +++ b/docs/xml-docs/fop/specs.xml @@ -1,5 +1,5 @@ - + -- 2.39.5