Author: simonetripodi
Date: Tue Oct 18 20:35:45 2011
New Revision: 1185844
URL: http://svn.apache.org/viewvc?rev=1185844&view=rev
Log:
added the async parser page - still a TODO
Added:
commons/proper/digester/trunk/src/site/xdoc/guide/async.xml (with props)
Modified:
commons/proper/digester/trunk/src/site/site.xml
Modified: commons/proper/digester/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/site.xml?rev=1185844&r1=1185843&r2=1185844&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/site.xml (original)
+++ commons/proper/digester/trunk/src/site/site.xml Tue Oct 18 20:35:45 2011
@@ -35,7 +35,8 @@
<menu name="Developers Guide">
<item name="Core APIs" href="/guide/core.html" />
- <item name="Rules Binder (new)" href="/guide/binder.html" />
+ <item name="Rules Binder" href="/guide/binder.html" />
+ <item name="Async parser (new)" href="/guide/async.html" />
<item name="Plugins" href="/guide/plugins.html" />
<item name="Substitution" href="/guide/substitution.html" />
<item name="XML Rules" href="/guide/xmlrules.html" />
Added: commons/proper/digester/trunk/src/site/xdoc/guide/async.xml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/guide/async.xml?rev=1185844&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/guide/async.xml (added)
+++ commons/proper/digester/trunk/src/site/xdoc/guide/async.xml Tue Oct 18
20:35:45 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties>
+ <title>Apache Commons Digester | Guide | Async Parser</title>
+ <author email="[email protected]">Commons Documentation Team</author>
+ </properties>
+ <body>
+ <section name="Async Parser">
+ <p>Since version 3.1 the Digester component offers asynchronous
<code>parse()</code> methods.</p>
+ <p>TODO</p>
+ </section>
+ </body>
+</document>
Propchange: commons/proper/digester/trunk/src/site/xdoc/guide/async.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/proper/digester/trunk/src/site/xdoc/guide/async.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: commons/proper/digester/trunk/src/site/xdoc/guide/async.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml