Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1423 - development/main/metro/composition/impl/src/main/net/dpml/composition/util

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1423 - development/main/metro/composition/impl/src/main/net/dpml/composition/util
  • Date: Mon, 10 Jan 2005 04:11:08 +0100

Author: mcconnell
Date: Mon Jan 10 04:11:08 2005
New Revision: 1423

Modified:

development/main/metro/composition/impl/src/main/net/dpml/composition/util/XercesSchemaValidator.java
Log:
fix javadoc info that was causing havadoc generation warnings

Modified:
development/main/metro/composition/impl/src/main/net/dpml/composition/util/XercesSchemaValidator.java
==============================================================================
---
development/main/metro/composition/impl/src/main/net/dpml/composition/util/XercesSchemaValidator.java
(original)
+++
development/main/metro/composition/impl/src/main/net/dpml/composition/util/XercesSchemaValidator.java
Mon Jan 10 04:11:08 2005
@@ -42,7 +42,8 @@
import org.xml.sax.helpers.DefaultHandler;

/**
- * Validator that serializes the Config into an XML stream and validates
using schema and Xerces parser
+ * Validator that serializes the Config into an XML stream and validates
+ * using schema and Xerces parser.
*/
public class XercesSchemaValidator implements ConfigurationValidator
{
@@ -184,7 +185,9 @@
}

/**
- * Validates a Configuration by
+ * Validates a Configuration. The sequence used to validate
+ * is described in the following steps:
+ *
* 1. serializing the configuration object into a XML configuration
* 2. try to locate the .xschema file, in the same manner as .xinfo
files (same location as Component)
* 3. write the contents of that resource into a temp File
@@ -192,7 +195,7 @@
* 5. delete the temp file
* @throws ModelException if validation goes wrong, even if no .xschema
could be found.
* @see
net.dpml.composition.util.ConfigurationValidator#validate(net.dpml.configuration.Configuration,
- * net.dpml.meta.info.Type)
+ * java.io.InputStream)
*/
public void validate( Configuration config, InputStream input )
throws ModelException



  • svn commit: r1423 - development/main/metro/composition/impl/src/main/net/dpml/composition/util, mcconnell, 01/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page