[aXSL-commit] SF.net SVN: axsl: [466] trunk/axsl/doc/web
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-04-29 15:25:58
|
Revision: 466 Author: victormote Date: 2006-04-29 08:25:46 -0700 (Sat, 29 Apr 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=466&view=rev Log Message: ----------- Add some doc on the FOTree interfaces. Modified Paths: -------------- trunk/axsl/doc/web/00-rsrc/include/leftmenu.html Added Paths: ----------- trunk/axsl/doc/web/fotree/ trunk/axsl/doc/web/fotree/index.html Modified: trunk/axsl/doc/web/00-rsrc/include/leftmenu.html =================================================================== --- trunk/axsl/doc/web/00-rsrc/include/leftmenu.html 2006-04-28 20:28:33 UTC (rev 465) +++ trunk/axsl/doc/web/00-rsrc/include/leftmenu.html 2006-04-29 15:25:46 UTC (rev 466) @@ -41,9 +41,15 @@ <tr> <td class="Bullet1"> </td> <td class="Menu1"> - <a class="Menu" href="/font/index.html">axslFont</a> + <a class="Menu" href="/font/">axsl Font</a> </td> </tr> + <tr> + <td class="Bullet1"> </td> + <td class="Menu1"> + <a class="Menu" href="/fotree/">axsl FOTree</a> + </td> + </tr> <tr class="MenuHead"> <td class="MenuHead" colspan="2">Project</td> </tr> Added: trunk/axsl/doc/web/fotree/index.html =================================================================== --- trunk/axsl/doc/web/fotree/index.html (rev 0) +++ trunk/axsl/doc/web/fotree/index.html 2006-04-29 15:25:46 UTC (rev 466) @@ -0,0 +1,49 @@ +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> + +<head> + <title>aXSL: axslFOTree</title> + <meta name="content-revised" + content="$Date$"/> + <!--#include virtual="/00-rsrc/include/standard-head.html" --> +</head> + +<body> + +<!--#include virtual="/00-rsrc/include/leftmenu.html" --> + +<h1>aXSL: axslFOTree</h1> +<h2>Contents</h2> +<ul> + <li><a href="#intro">Introduction</a></li> + <li><a href="#missing">Missing Interfaces</a></li> +</ul> + +<h2><a name="intro">Introduction</a></h2> +<p>The FOTree module provides access to the XSL-FO objects and properties in the +underlying document content. Implementations parse an FO file or content stream +and make that data available to client applications.</p> + +<h2><a name="missing">Missing Interfaces?</a></h2> +<p>There are several pagination-related XSL-FO objects that do not have +corresponding classes in the aXSL FOTree. +These are not unimportant, but their operation is entirely internal to the +FOTree. +Client applications only need to know what SimplePageMaster they should use, so +the "details" of these classes are hidden from the client applications:</p> + +<ul> + <li>LayoutMasterSet</li> + <li>PageSequenceMaster</li> + <li>SinglePageMasterReference</li> + <li>RepeatablePageMasterReference</li> + <li>RepeatablePageMasterAlternatives</li> + <li>ConditionalPageMasterReference</li> +</ul> + +<!--#include virtual="/00-rsrc/include/leftmenu-end.html" --> +</body> +</html> Property changes on: trunk/axsl/doc/web/fotree/index.html ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |