You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/09/19 21:44:23 UTC

svn commit: r697210 - /xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java

Author: mrglavas
Date: Fri Sep 19 12:44:23 2008
New Revision: 697210

URL: http://svn.apache.org/viewvc?rev=697210&view=rev
Log:
Delegation for toString().

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java?rev=697210&r1=697209&r2=697210&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java Fri Sep 19 12:44:23 2008
@@ -204,4 +204,8 @@
         throws InvalidDatatypeValueException {
         return type.validate(content, context, validatedInfo);
     }
+    
+    public String toString() {
+        return type.toString();
+    }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org