aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/fo')
-rw-r--r--src/java/org/apache/fop/fo/expr/package.html22
-rw-r--r--src/java/org/apache/fop/fo/extensions/package.html22
-rw-r--r--src/java/org/apache/fop/fo/extensions/svg/package.html22
-rw-r--r--src/java/org/apache/fop/fo/flow/package.html22
-rw-r--r--src/java/org/apache/fop/fo/package.html22
-rw-r--r--src/java/org/apache/fop/fo/pagination/bookmarks/package.html22
-rw-r--r--src/java/org/apache/fop/fo/pagination/package.html22
-rw-r--r--src/java/org/apache/fop/fo/properties/package.html22
8 files changed, 176 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fo/expr/package.html b/src/java/org/apache/fop/fo/expr/package.html
new file mode 100644
index 000000000..8f980490b
--- /dev/null
+++ b/src/java/org/apache/fop/fo/expr/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.expr Package</TITLE>
+<BODY>
+<P>Classes for XSL expressions and functions.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/extensions/package.html b/src/java/org/apache/fop/fo/extensions/package.html
new file mode 100644
index 000000000..c88531e8a
--- /dev/null
+++ b/src/java/org/apache/fop/fo/extensions/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo Package</TITLE>
+<BODY>
+<P>Base classes for implementing extensions to XSL-FO.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/extensions/svg/package.html b/src/java/org/apache/fop/fo/extensions/svg/package.html
new file mode 100644
index 000000000..7d513cea1
--- /dev/null
+++ b/src/java/org/apache/fop/fo/extensions/svg/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.extensions.svg Package</TITLE>
+<BODY>
+<P>SVG extension classes which handle elements from the SVG namespace.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/flow/package.html b/src/java/org/apache/fop/fo/flow/package.html
new file mode 100644
index 000000000..8c8e3a612
--- /dev/null
+++ b/src/java/org/apache/fop/fo/flow/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.flow Package</TITLE>
+<BODY>
+<P>All the block- and inline-level flow formatting objects.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/package.html b/src/java/org/apache/fop/fo/package.html
new file mode 100644
index 000000000..e4d15b1d7
--- /dev/null
+++ b/src/java/org/apache/fop/fo/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo Package</TITLE>
+<BODY>
+<P>Classes, constants and basic infrastructure for the FO tree.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/pagination/bookmarks/package.html b/src/java/org/apache/fop/fo/pagination/bookmarks/package.html
new file mode 100644
index 000000000..a5567dc7e
--- /dev/null
+++ b/src/java/org/apache/fop/fo/pagination/bookmarks/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.pagination.bookmarks Package</TITLE>
+<BODY>
+<P>Formatting objects for bookmarks as defined since XSL 1.1.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/pagination/package.html b/src/java/org/apache/fop/fo/pagination/package.html
new file mode 100644
index 000000000..c0f62a450
--- /dev/null
+++ b/src/java/org/apache/fop/fo/pagination/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.pagination Package</TITLE>
+<BODY>
+<P>All the pagination and declaration formatting objects.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/properties/package.html b/src/java/org/apache/fop/fo/properties/package.html
new file mode 100644
index 000000000..b0797ac97
--- /dev/null
+++ b/src/java/org/apache/fop/fo/properties/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 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$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.properties Package</TITLE>
+<BODY>
+<P>Classes representing the various property types as well as supporting data structures for the FO tree.</P>
+</BODY>
+</HTML> \ No newline at end of file