rdonkin 2003/01/29 10:55:10
Modified: betwixt/src/java/org/apache/commons/betwixt
ElementDescriptor.java
betwixt/xdocs overview.xml
Log:
Moved a few document improvements over from the relesae branch
Revision Changes Path
1.7 +2 -2
jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java
Index: ElementDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/ElementDescriptor.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ElementDescriptor.java 12 Jan 2003 13:52:03 -0000 1.6
+++ ElementDescriptor.java 29 Jan 2003 18:55:09 -0000 1.7
@@ -322,7 +322,7 @@
/**
* Lazily creates the mutable List.
- * This nullifies {@link #attributeDescriptors} so that
+ * This nullifies the attributeDescriptors array so that
* as items are added to the list the Array is ignored until it is
* explicitly asked for.
*
@@ -348,7 +348,7 @@
/**
* Lazily creates the mutable List of child elements.
- * This nullifies {@link #elementDescriptors} so that
+ * This nullifies the elementDescriptors array so that
* as items are added to the list the Array is ignored until it is
* explicitly asked for.
*
1.12 +3 -2 jakarta-commons/betwixt/xdocs/overview.xml
Index: overview.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/overview.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- overview.xml 5 Jan 2003 16:27:16 -0000 1.11
+++ overview.xml 29 Jan 2003 18:55:09 -0000 1.12
@@ -28,7 +28,8 @@
public String[] getEmailAddresses();
}]]></source>
- <p>This could be mapped to XML as these various ways</p>
+ <p>This could be mapped to XML in various ways.
+ A couple of examples of these different ways follow.</p>
<subsection name="Example 1">
@@ -100,6 +101,7 @@
<source><![CDATA[<?xml version='1.0' encoding='UTF-8' ?>
<info primitiveTypes='attribute'>
+<hide property='something'/>
<element name='channel'/>
<element name='customerList'>
<element name='customer' property='customers'/>
@@ -107,7 +109,6 @@
<element name='foo'>
<attribute name='qqq' property='ppp'/>
<element name='bar' property='xyz'/>
- <hide property='something'/>
<addDefaults/>
</element>
</info>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]