Makes appropriate classes in impl.dv (and subdirs) internal.



Ankit Pasricha
XML Parser Development
IBM Toronto Lab
8200 Warden Avenue, Ontario L6G 1C7
Phone: (905) 413 4941
Index: DTDDVFactory.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/DTDDVFactory.java,v
retrieving revision 1.8
diff -u -r1.8 DTDDVFactory.java
--- DTDDVFactory.java   24 Feb 2004 22:44:26 -0000      1.8
+++ DTDDVFactory.java   5 Oct 2004 19:24:13 -0000
@@ -22,6 +22,8 @@
  * The factory to create and return DTD types. The implementation should
  * store the created datatypes in static data, so that they can be shared by
  * multiple parser instance, and multiple threads.
+ * 
+ * @xerces.internal 
  *
  * @author Sandy Gao, IBM
  *
Index: DVFactoryException.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/DVFactoryException.java,v
retrieving revision 1.5
diff -u -r1.5 DVFactoryException.java
--- DVFactoryException.java     15 Aug 2004 21:22:15 -0000      1.5
+++ DVFactoryException.java     5 Oct 2004 19:24:13 -0000
@@ -20,6 +20,8 @@
  * A runtime exception that's thrown if an error happens when the application
  * tries to get a DV factory instance.
  *
+ * @xerces.internal 
+ *
  * @version $Id: DVFactoryException.java,v 1.5 2004/08/15 21:22:15 mrglavas Exp $
  */
 public class DVFactoryException extends RuntimeException {
Index: DatatypeException.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/DatatypeException.java,v
retrieving revision 1.6
diff -u -r1.6 DatatypeException.java
--- DatatypeException.java      15 Aug 2004 21:22:15 -0000      1.6
+++ DatatypeException.java      5 Oct 2004 19:24:14 -0000
@@ -25,6 +25,8 @@
  * created from an error message. For Schema types, it needs an error code
  * (as defined in Appendix C of the structure spec), plus an array of arguents,
  * for error message substitution.
+ * 
+ * @xerces.internal 
  *
  * @author Sandy Gao, IBM
  *
Index: DatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/DatatypeValidator.java,v
retrieving revision 1.6
diff -u -r1.6 DatatypeValidator.java
--- DatatypeValidator.java      24 Feb 2004 22:44:26 -0000      1.6
+++ DatatypeValidator.java      5 Oct 2004 19:24:14 -0000
@@ -21,6 +21,8 @@
 /**
  * The interface that a DTD datatype must implement. The implementation of this
  * interface must be thread-safe.
+ * 
+ * @xerces.internal
  *
  * @author Sandy Gao, IBM
  *
Index: InvalidDatatypeFacetException.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/InvalidDatatypeFacetException.java,v
retrieving revision 1.5
diff -u -r1.5 InvalidDatatypeFacetException.java
--- InvalidDatatypeFacetException.java  15 Aug 2004 21:22:15 -0000      1.5
+++ InvalidDatatypeFacetException.java  5 Oct 2004 19:24:14 -0000
@@ -20,6 +20,8 @@
  * Datatype exception for invalid facet. This exception is only used by
  * schema datatypes.
  *
+ * @xerces.internal 
+ *
  * @author Sandy Gao, IBM
  *
  * @version $Id: InvalidDatatypeFacetException.java,v 1.5 2004/08/15 21:22:15 
mrglavas Exp $
Index: InvalidDatatypeValueException.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/InvalidDatatypeValueException.java,v
retrieving revision 1.5
diff -u -r1.5 InvalidDatatypeValueException.java
--- InvalidDatatypeValueException.java  15 Aug 2004 21:22:15 -0000      1.5
+++ InvalidDatatypeValueException.java  5 Oct 2004 19:24:14 -0000
@@ -19,6 +19,8 @@
 /**
  * Datatype exception for invalid values.
  *
+ * @xerces.internal 
+ *
  * @author Sandy Gao, IBM
  *
  * @version $Id: InvalidDatatypeValueException.java,v 1.5 2004/08/15 21:22:15 
mrglavas Exp $
Index: ObjectFactory.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/ObjectFactory.java,v
retrieving revision 1.8
diff -u -r1.8 ObjectFactory.java
--- ObjectFactory.java  15 Aug 2004 21:22:15 -0000      1.8
+++ ObjectFactory.java  5 Oct 2004 19:24:14 -0000
@@ -36,6 +36,8 @@
  * The code also runs both as part of an unbundled jar file and
  * when bundled as part of the JDK.
  * <p>
+ * 
+ * @xerces.internal 
  *
  * @version $Id: ObjectFactory.java,v 1.8 2004/08/15 21:22:15 mrglavas Exp $
  */
Index: SchemaDVFactory.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/SchemaDVFactory.java,v
retrieving revision 1.14
diff -u -r1.14 SchemaDVFactory.java
--- SchemaDVFactory.java        3 Oct 2004 21:48:35 -0000       1.14
+++ SchemaDVFactory.java        5 Oct 2004 19:24:14 -0000
@@ -30,6 +30,8 @@
  *
  * The implementation should store the built-in datatypes in static data, so
  * that they can be shared by multiple parser instance, and multiple threads.
+ * 
+ * @xerces.internal 
  *
  * @author Sandy Gao, IBM
  *
Index: SecuritySupport.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/SecuritySupport.java,v
retrieving revision 1.3
diff -u -r1.3 SecuritySupport.java
--- SecuritySupport.java        24 Feb 2004 22:44:26 -0000      1.3
+++ SecuritySupport.java        5 Oct 2004 19:24:14 -0000
@@ -22,6 +22,8 @@
  * This class is duplicated for each JAXP subpackage so keep it in sync.
  * It is package private and therefore is not exposed as part of the JAXP
  * API.
+ * 
+ * @xerces.internal 
  *
  * Base class with security related methods that work on JDK 1.1.
  */
Index: SecuritySupport12.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/SecuritySupport12.java,v
retrieving revision 1.3
diff -u -r1.3 SecuritySupport12.java
--- SecuritySupport12.java      24 Feb 2004 22:44:25 -0000      1.3
+++ SecuritySupport12.java      5 Oct 2004 19:24:14 -0000
@@ -24,6 +24,8 @@
  * It is package private and therefore is not exposed as part of the JAXP
  * API.
  *
+ * @xerces.internal 
+ *
  * Security related methods that only work on J2SE 1.2 and newer.
  */
 class SecuritySupport12 extends SecuritySupport {
Index: ValidatedInfo.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/ValidatedInfo.java,v
retrieving revision 1.7
diff -u -r1.7 ValidatedInfo.java
--- ValidatedInfo.java  24 Feb 2004 22:44:26 -0000      1.7
+++ ValidatedInfo.java  5 Oct 2004 19:24:14 -0000
@@ -21,6 +21,8 @@
 /**
  * Class to get the information back after content is validated. This info
  * would be filled by validate().
+ * 
+ * @xerces.internal 
  *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  *
Index: ValidationContext.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/ValidationContext.java,v
retrieving revision 1.4
diff -u -r1.4 ValidationContext.java
--- ValidationContext.java      24 Feb 2004 22:44:26 -0000      1.4
+++ ValidationContext.java      5 Oct 2004 19:24:14 -0000
@@ -19,6 +19,8 @@
 /**
  * ValidationContext has all the information required for the
  * validation of: id, idref, entity, notation, qname
+ * 
+ * @xerces.internal 
  *
  * @author Sandy Gao, IBM
  * @version $Id: ValidationContext.java,v 1.4 2004/02/24 22:44:26 mrglavas Exp $
Index: XSFacets.java
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/XSFacets.java,v
retrieving revision 1.9
diff -u -r1.9 XSFacets.java
--- XSFacets.java       24 Feb 2004 22:44:26 -0000      1.9
+++ XSFacets.java       5 Oct 2004 19:24:14 -0000
@@ -25,6 +25,8 @@
 /**
  * The class used to pass all facets to [EMAIL PROTECTED] XSSimpleType#applyFacets}.
  *
+ * @xerces.internal 
+ *
  * @author Sandy Gao, IBM
  *
  * @version $Id: XSFacets.java,v 1.9 2004/02/24 22:44:26 mrglavas Exp $
Index: XSSimpleType.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/XSSimpleType.java,v
retrieving revision 1.16
diff -u -r1.16 XSSimpleType.java
--- XSSimpleType.java   3 Oct 2004 21:48:35 -0000       1.16
+++ XSSimpleType.java   5 Oct 2004 19:24:14 -0000
@@ -25,6 +25,8 @@
  * Any simple type (atomic, list or union) will implement this interface.
  * It inherits from <code>XSTypeDecl</code>.
  *
+ * @xerces.internal 
+ *
  * @author Sandy Gao, IBM
  *
  * @version $Id: XSSimpleType.java,v 1.16 2004/10/03 21:48:35 mrglavas Exp $
Index: dtd/DTDDVFactoryImpl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/DTDDVFactoryImpl.java,v
retrieving revision 1.5
diff -u -r1.5 DTDDVFactoryImpl.java
--- dtd/DTDDVFactoryImpl.java   24 Feb 2004 22:44:25 -0000      1.5
+++ dtd/DTDDVFactoryImpl.java   5 Oct 2004 19:24:14 -0000
@@ -22,6 +22,8 @@
 
 /**
  * the factory to create/return built-in schema DVs and create user-defined DVs
+ * 
+ * @xerces.internal 
  *
  * @author Sandy Gao, IBM
  *
Index: dtd/ENTITYDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator.java,v
retrieving revision 1.8
diff -u -r1.8 ENTITYDatatypeValidator.java
--- dtd/ENTITYDatatypeValidator.java    24 Feb 2004 22:44:25 -0000      1.8
+++ dtd/ENTITYDatatypeValidator.java    5 Oct 2004 19:24:14 -0000
@@ -32,6 +32,8 @@
  * The value space of ENTITY is scoped to a specific
  * instance document.</P>
  * 
+ * @xerces.internal  
+ *
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
  * 
Index: dtd/IDDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/IDDatatypeValidator.java,v
retrieving revision 1.8
diff -u -r1.8 IDDatatypeValidator.java
--- dtd/IDDatatypeValidator.java        24 Feb 2004 22:44:25 -0000      1.8
+++ dtd/IDDatatypeValidator.java        5 Oct 2004 19:24:14 -0000
@@ -33,6 +33,8 @@
  * document as a value of this type; i.e., ID values
  * must uniquely identify the elements which bear
  * them.</P>
+ *
+ * @xerces.internal  
  * 
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
Index: dtd/IDREFDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator.java,v
retrieving revision 1.8
diff -u -r1.8 IDREFDatatypeValidator.java
--- dtd/IDREFDatatypeValidator.java     24 Feb 2004 22:44:25 -0000      1.8
+++ dtd/IDREFDatatypeValidator.java     5 Oct 2004 19:24:14 -0000
@@ -30,6 +30,8 @@
  * production.</P>
  * <P>The Value space of IDREF is scoped to a specific
  * instance document</P>
+ *
+ * @xerces.internal  
  * 
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
Index: dtd/ListDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/ListDatatypeValidator.java,v
retrieving revision 1.6
diff -u -r1.6 ListDatatypeValidator.java
--- dtd/ListDatatypeValidator.java      24 Feb 2004 22:44:25 -0000      1.6
+++ dtd/ListDatatypeValidator.java      5 Oct 2004 19:24:14 -0000
@@ -25,6 +25,8 @@
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
  * 
+ * @xerces.internal 
+ * 
  * @version $Id: ListDatatypeValidator.java,v 1.6 2004/02/24 22:44:25 mrglavas Exp $
  */
 public class ListDatatypeValidator implements DatatypeValidator {
Index: dtd/NMTOKENDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.java,v
retrieving revision 1.5
diff -u -r1.5 NMTOKENDatatypeValidator.java
--- dtd/NMTOKENDatatypeValidator.java   24 Feb 2004 22:44:25 -0000      1.5
+++ dtd/NMTOKENDatatypeValidator.java   5 Oct 2004 19:24:14 -0000
@@ -24,6 +24,8 @@
  *
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
+ *
+ * @xerces.internal  
  * 
  * @version $Id: NMTOKENDatatypeValidator.java,v 1.5 2004/02/24 22:44:25 mrglavas Exp 
$
  */
Index: dtd/NOTATIONDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator.java,v
retrieving revision 1.7
diff -u -r1.7 NOTATIONDatatypeValidator.java
--- dtd/NOTATIONDatatypeValidator.java  24 Feb 2004 22:44:25 -0000      1.7
+++ dtd/NOTATIONDatatypeValidator.java  5 Oct 2004 19:24:14 -0000
@@ -22,6 +22,8 @@
  * NOTATIONValidator defines the interface that data type validators must obey.
  * These validators can be supplied by the application writer and may be useful as
  * standalone code as well as plugins to the validator architecture.
+ *
+ * @xerces.internal  
  * 
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
Index: dtd/StringDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/StringDatatypeValidator.java,v
retrieving revision 1.5
diff -u -r1.5 StringDatatypeValidator.java
--- dtd/StringDatatypeValidator.java    24 Feb 2004 22:44:25 -0000      1.5
+++ dtd/StringDatatypeValidator.java    5 Oct 2004 19:24:14 -0000
@@ -30,6 +30,9 @@
  * character has a corresponding Universal Code Set
  * code point ([ISO 10646],[Unicode] and [Unicode3]),
  * which is an integer.</P>
+ * 
+ * @xerces.internal 
+ * 
  * @version $Id: StringDatatypeValidator.java,v 1.5 2004/02/24 22:44:25 mrglavas Exp $
  */
 public class StringDatatypeValidator implements DatatypeValidator {
Index: dtd/XML11DTDDVFactoryImpl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/XML11DTDDVFactoryImpl.java,v
retrieving revision 1.3
diff -u -r1.3 XML11DTDDVFactoryImpl.java
--- dtd/XML11DTDDVFactoryImpl.java      24 Feb 2004 22:44:25 -0000      1.3
+++ dtd/XML11DTDDVFactoryImpl.java      5 Oct 2004 19:24:14 -0000
@@ -23,6 +23,8 @@
 
 /**
  * the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
+ * 
+ * @xerces.internal  
  *
  * @author Neil Graham, IBM
  *
Index: dtd/XML11IDDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java,v
retrieving revision 1.3
diff -u -r1.3 XML11IDDatatypeValidator.java
--- dtd/XML11IDDatatypeValidator.java   24 Feb 2004 22:44:25 -0000      1.3
+++ dtd/XML11IDDatatypeValidator.java   5 Oct 2004 19:24:14 -0000
@@ -34,6 +34,8 @@
  * must uniquely identify the elements which bear
  * them.</P>
  * 
+ * @xerces.internal  
+ * 
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
  * @author Neil Graham, IBM
Index: dtd/XML11IDREFDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/XML11IDREFDatatypeValidator.java,v
retrieving revision 1.3
diff -u -r1.3 XML11IDREFDatatypeValidator.java
--- dtd/XML11IDREFDatatypeValidator.java        24 Feb 2004 22:44:25 -0000      1.3
+++ dtd/XML11IDREFDatatypeValidator.java        5 Oct 2004 19:24:14 -0000
@@ -31,6 +31,8 @@
  * <P>The Value space of IDREF is scoped to a specific
  * instance document</P>
  * 
+ * @xerces.internal 
+ * 
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
  * @author Neil Graham, IBM
Index: dtd/XML11NMTOKENDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/XML11NMTOKENDatatypeValidator.java,v
retrieving revision 1.2
diff -u -r1.2 XML11NMTOKENDatatypeValidator.java
--- dtd/XML11NMTOKENDatatypeValidator.java      24 Feb 2004 22:44:25 -0000      1.2
+++ dtd/XML11NMTOKENDatatypeValidator.java      5 Oct 2004 19:24:14 -0000
@@ -22,6 +22,8 @@
 /**
  * NMTOKEN datatype validator for NMTokens from XML 1.1.
  *
+ * @xerces.internal 
+ *
  * @author Jeffrey Rodriguez, IBM
  * @author Sandy Gao, IBM
  * @author Neil Graham, IBM
Index: util/Base64.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/util/Base64.java,v
retrieving revision 1.11
diff -u -r1.11 Base64.java
--- util/Base64.java    3 Oct 2004 21:29:43 -0000       1.11
+++ util/Base64.java    5 Oct 2004 19:24:14 -0000
@@ -28,6 +28,8 @@
  * data. You need the data that you will encode/decode
  * already on a byte arrray.
  *
+ * @xerces.internal 
+ *
  * @author Jeffrey Rodriguez
  * @author Sandy Gao
  * @version $Id: Base64.java,v 1.11 2004/10/03 21:29:43 mrglavas Exp $
Index: util/ByteListImpl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/util/ByteListImpl.java,v
retrieving revision 1.3
diff -u -r1.3 ByteListImpl.java
--- util/ByteListImpl.java      29 Sep 2004 21:39:01 -0000      1.3
+++ util/ByteListImpl.java      5 Oct 2004 19:24:14 -0000
@@ -20,6 +20,8 @@
 
 /**
  * Implementation of <code>org.apache.xerces.xs.datatypes.ByteList</code>.
+ *
+ * @xerces.internal 
  * 
  * @author Ankit Pasricha, IBM
  * 
Index: util/HexBin.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/util/HexBin.java,v
retrieving revision 1.10
diff -u -r1.10 HexBin.java
--- util/HexBin.java    3 Oct 2004 21:29:43 -0000       1.10
+++ util/HexBin.java    5 Oct 2004 19:24:14 -0000
@@ -20,6 +20,9 @@
  * format validation
  *
  * This class encodes/decodes hexadecimal data
+ * 
+ * @xerces.internal  
+ * 
  * @author Jeffrey Rodriguez
  * @version $Id: HexBin.java,v 1.10 2004/10/03 21:29:43 mrglavas Exp $
  */
Index: xs/AbstractDateTimeDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java,v
retrieving revision 1.19
diff -u -r1.19 AbstractDateTimeDV.java
--- xs/AbstractDateTimeDV.java  3 Oct 2004 21:29:44 -0000       1.19
+++ xs/AbstractDateTimeDV.java  5 Oct 2004 19:24:15 -0000
@@ -28,6 +28,8 @@
  *          two parser instances at the same time, then the same simple type
  *          decl object can be used to validate two strings at the same time.
  *          -SG
+ *          
+ * @xerces.internal 
  *
  * @author Elena Litani
  * @author Len Berman
Index: xs/AnyAtomicDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AnyAtomicDV.java,v
retrieving revision 1.1
diff -u -r1.1 AnyAtomicDV.java
--- xs/AnyAtomicDV.java 30 Sep 2004 04:12:32 -0000      1.1
+++ xs/AnyAtomicDV.java 5 Oct 2004 19:24:15 -0000
@@ -20,9 +20,9 @@
 import org.apache.xerces.impl.dv.ValidationContext;
 
 /**
- * <p><b>EXPERIMENTAL: This class should not be considered stable.
- * It is likely it may be altered or replaced/removed in the future.</b></p>
  * Represent the schema type "anyAtomicType"
+ * 
+ * @xerces.experimental
  *
  * @author Ankit Pasricha, IBM
  * 
Index: xs/AnySimpleDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AnySimpleDV.java,v
retrieving revision 1.4
diff -u -r1.4 AnySimpleDV.java
--- xs/AnySimpleDV.java 24 Feb 2004 22:44:24 -0000      1.4
+++ xs/AnySimpleDV.java 5 Oct 2004 19:24:15 -0000
@@ -22,6 +22,8 @@
 /**
  * Represent the schema type "anySimpleType"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/AnyURIDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java,v
retrieving revision 1.6
diff -u -r1.6 AnyURIDV.java
--- xs/AnyURIDV.java    24 Feb 2004 22:44:24 -0000      1.6
+++ xs/AnyURIDV.java    5 Oct 2004 19:24:15 -0000
@@ -23,6 +23,8 @@
 /**
  * Represent the schema type "anyURI"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/Base64BinaryDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/Base64BinaryDV.java,v
retrieving revision 1.6
diff -u -r1.6 Base64BinaryDV.java
--- xs/Base64BinaryDV.java      15 Sep 2004 05:12:23 -0000      1.6
+++ xs/Base64BinaryDV.java      5 Oct 2004 19:24:15 -0000
@@ -24,6 +24,8 @@
 /**
  * Represent the schema type "base64Binary"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/BaseDVFactory.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/BaseDVFactory.java,v
retrieving revision 1.7
diff -u -r1.7 BaseDVFactory.java
--- xs/BaseDVFactory.java       3 Oct 2004 21:29:44 -0000       1.7
+++ xs/BaseDVFactory.java       5 Oct 2004 19:24:15 -0000
@@ -26,6 +26,8 @@
 /**
  * the factory to create/return built-in schema DVs and create user-defined DVs
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/BooleanDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/BooleanDV.java,v
retrieving revision 1.4
diff -u -r1.4 BooleanDV.java
--- xs/BooleanDV.java   24 Feb 2004 22:44:24 -0000      1.4
+++ xs/BooleanDV.java   5 Oct 2004 19:24:15 -0000
@@ -21,6 +21,8 @@
 
 /**
  * Represent the schema type "boolean"
+ * 
+ * @xerces.internal 
  *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
Index: xs/DateDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DateDV.java,v
retrieving revision 1.13
diff -u -r1.13 DateDV.java
--- xs/DateDV.java      3 Oct 2004 21:29:44 -0000       1.13
+++ xs/DateDV.java      5 Oct 2004 19:24:15 -0000
@@ -21,6 +21,8 @@
 /**
  * Validator for <date> datatype (W3C Schema datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystems Inc.
  *
Index: xs/DateTimeDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DateTimeDV.java,v
retrieving revision 1.11
diff -u -r1.11 DateTimeDV.java
--- xs/DateTimeDV.java  3 Oct 2004 21:29:44 -0000       1.11
+++ xs/DateTimeDV.java  5 Oct 2004 19:24:15 -0000
@@ -22,6 +22,8 @@
 /**
  * Validator for &lt;dateTime&gt; datatype (W3C Schema Datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
  *
Index: xs/DayDV.java
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DayDV.java,v
retrieving revision 1.11
diff -u -r1.11 DayDV.java
--- xs/DayDV.java       3 Oct 2004 21:29:44 -0000       1.11
+++ xs/DayDV.java       5 Oct 2004 19:24:15 -0000
@@ -22,6 +22,8 @@
 /**
  * Validator for &lt;gDay&gt; datatype (W3C Schema datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
  * @version $Id: DayDV.java,v 1.11 2004/10/03 21:29:44 mrglavas Exp $
Index: xs/DayTimeDurationDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java,v
retrieving revision 1.4
diff -u -r1.4 DayTimeDurationDV.java
--- xs/DayTimeDurationDV.java   29 Sep 2004 21:39:01 -0000      1.4
+++ xs/DayTimeDurationDV.java   5 Oct 2004 19:24:15 -0000
@@ -20,6 +20,8 @@
 
 /**
  * Used to validate the <dayTimeDuration> type
+ *
+ * @xerces.internal 
  * 
  * @author Ankit Pasricha, IBM
  * 
Index: xs/DecimalDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DecimalDV.java,v
retrieving revision 1.10
diff -u -r1.10 DecimalDV.java
--- xs/DecimalDV.java   24 Feb 2004 22:44:24 -0000      1.10
+++ xs/DecimalDV.java   5 Oct 2004 19:24:15 -0000
@@ -22,6 +22,8 @@
 /**
  * Represent the schema type "decimal"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/DoubleDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DoubleDV.java,v
retrieving revision 1.10
diff -u -r1.10 DoubleDV.java
--- xs/DoubleDV.java    1 Oct 2004 03:43:21 -0000       1.10
+++ xs/DoubleDV.java    5 Oct 2004 19:24:15 -0000
@@ -23,6 +23,8 @@
 /**
  * Represent the schema type "double"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/DurationDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DurationDV.java,v
retrieving revision 1.12
diff -u -r1.12 DurationDV.java
--- xs/DurationDV.java  3 Oct 2004 21:29:44 -0000       1.12
+++ xs/DurationDV.java  5 Oct 2004 19:24:15 -0000
@@ -22,6 +22,8 @@
 /**
  * Validator for &lt;duration&gt; datatype (W3C Schema Datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
  * @version $Id: DurationDV.java,v 1.12 2004/10/03 21:29:44 mrglavas Exp $
Index: xs/EntityDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/EntityDV.java,v
retrieving revision 1.5
diff -u -r1.5 EntityDV.java
--- xs/EntityDV.java    24 Feb 2004 22:44:24 -0000      1.5
+++ xs/EntityDV.java    5 Oct 2004 19:24:15 -0000
@@ -23,6 +23,8 @@
 /**
  * Represent the schema type "entity"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/FloatDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/FloatDV.java,v
retrieving revision 1.10
diff -u -r1.10 FloatDV.java
--- xs/FloatDV.java     1 Oct 2004 03:43:21 -0000       1.10
+++ xs/FloatDV.java     5 Oct 2004 19:24:15 -0000
@@ -23,6 +23,8 @@
 /**
  * Represent the schema type "float"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/FullDVFactory.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/FullDVFactory.java,v
retrieving revision 1.6
diff -u -r1.6 FullDVFactory.java
--- xs/FullDVFactory.java       24 Feb 2004 22:44:24 -0000      1.6
+++ xs/FullDVFactory.java       5 Oct 2004 19:24:15 -0000
@@ -24,6 +24,8 @@
 /**
  * the factory to create/return built-in schema DVs and create user-defined DVs
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/HexBinaryDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/HexBinaryDV.java,v
retrieving revision 1.6
diff -u -r1.6 HexBinaryDV.java
--- xs/HexBinaryDV.java 15 Sep 2004 05:12:23 -0000      1.6
+++ xs/HexBinaryDV.java 5 Oct 2004 19:24:15 -0000
@@ -24,6 +24,8 @@
 /**
  * Represent the schema type "hexBinary"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/IDDV.java
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/IDDV.java,v
retrieving revision 1.4
diff -u -r1.4 IDDV.java
--- xs/IDDV.java        24 Feb 2004 22:44:24 -0000      1.4
+++ xs/IDDV.java        5 Oct 2004 19:24:15 -0000
@@ -23,6 +23,8 @@
 /**
  * Represent the schema type "ID"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/IDREFDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/IDREFDV.java,v
retrieving revision 1.5
diff -u -r1.5 IDREFDV.java
--- xs/IDREFDV.java     24 Feb 2004 22:44:24 -0000      1.5
+++ xs/IDREFDV.java     5 Oct 2004 19:24:15 -0000
@@ -23,6 +23,8 @@
 /**
  * Represent the schema type "IDREF"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/IntegerDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/IntegerDV.java,v
retrieving revision 1.2
diff -u -r1.2 IntegerDV.java
--- xs/IntegerDV.java   24 Feb 2004 22:44:24 -0000      1.2
+++ xs/IntegerDV.java   5 Oct 2004 19:24:15 -0000
@@ -22,6 +22,8 @@
 /**
  * Represent the schema type "integer"
  *
+ * @xerces.internal 
+ *
  * @author Sandy Gao, IBM
  *
  * @version $Id: IntegerDV.java,v 1.2 2004/02/24 22:44:24 mrglavas Exp $
Index: xs/ListDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/ListDV.java,v
retrieving revision 1.8
diff -u -r1.8 ListDV.java
--- xs/ListDV.java      15 Sep 2004 05:24:07 -0000      1.8
+++ xs/ListDV.java      5 Oct 2004 19:24:16 -0000
@@ -24,6 +24,8 @@
 /**
  * Represent the schema list types
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/MonthDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/MonthDV.java,v
retrieving revision 1.13
diff -u -r1.13 MonthDV.java
--- xs/MonthDV.java     3 Oct 2004 21:29:44 -0000       1.13
+++ xs/MonthDV.java     5 Oct 2004 19:24:16 -0000
@@ -22,6 +22,8 @@
 /**
  * Validator for &lt;gMonth&gt; datatype (W3C Schema Datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
  *
Index: xs/MonthDayDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/MonthDayDV.java,v
retrieving revision 1.11
diff -u -r1.11 MonthDayDV.java
--- xs/MonthDayDV.java  3 Oct 2004 21:29:44 -0000       1.11
+++ xs/MonthDayDV.java  5 Oct 2004 19:24:16 -0000
@@ -22,6 +22,8 @@
 /**
  * Validator for &lt;gMonthDay&gt; datatype (W3C Schema Datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
  *
Index: xs/PrecisionDecimalDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java,v
retrieving revision 1.1
diff -u -r1.1 PrecisionDecimalDV.java
--- xs/PrecisionDecimalDV.java  30 Sep 2004 04:13:15 -0000      1.1
+++ xs/PrecisionDecimalDV.java  5 Oct 2004 19:24:16 -0000
@@ -19,9 +19,9 @@
 import org.apache.xerces.impl.dv.ValidationContext;
 
 /**
- * <p><b>EXPERIMENTAL: This class should not be considered stable.
- * It is likely it may be altered or replaced/removed in the future.</b></p>
  * Validator for <precisionDecimal> datatype (W3C Schema 1.1)
+ * 
+ * @xerces.experimental
  * 
  * @author Ankit Pasricha, IBM
  * 
Index: xs/QNameDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/QNameDV.java,v
retrieving revision 1.7
diff -u -r1.7 QNameDV.java
--- xs/QNameDV.java     24 Feb 2004 22:44:24 -0000      1.7
+++ xs/QNameDV.java     5 Oct 2004 19:24:16 -0000
@@ -24,6 +24,8 @@
 /**
  * Represent the schema type "QName" and "NOTATION"
  *
+ * @xerces.internal 
+ *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
  *
Index: xs/SchemaDVFactoryImpl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/SchemaDVFactoryImpl.java,v
retrieving revision 1.18
diff -u -r1.18 SchemaDVFactoryImpl.java
--- xs/SchemaDVFactoryImpl.java 3 Oct 2004 21:29:44 -0000       1.18
+++ xs/SchemaDVFactoryImpl.java 5 Oct 2004 19:24:16 -0000
@@ -27,6 +27,8 @@
 
 /**
  * the factory to create/return built-in schema DVs and create user-defined DVs
+ * 
+ * @xerces.internal 
  *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
Index: xs/SchemaDateTimeException.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/SchemaDateTimeException.java,v
retrieving revision 1.5
diff -u -r1.5 SchemaDateTimeException.java
--- xs/SchemaDateTimeException.java     15 Aug 2004 21:22:16 -0000      1.5
+++ xs/SchemaDateTimeException.java     5 Oct 2004 19:24:16 -0000
@@ -17,6 +17,8 @@
 package org.apache.xerces.impl.dv.xs;
 
 /**
+ * @xerces.internal 
+ *  
  * @version $Id: SchemaDateTimeException.java,v 1.5 2004/08/15 21:22:16 mrglavas Exp $
  */
 public class SchemaDateTimeException extends RuntimeException {
Index: xs/StringDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/StringDV.java,v
retrieving revision 1.4
diff -u -r1.4 StringDV.java
--- xs/StringDV.java    24 Feb 2004 22:44:23 -0000      1.4
+++ xs/StringDV.java    5 Oct 2004 19:24:16 -0000
@@ -21,6 +21,8 @@
 
 /**
  * Represent the schema type "string"
+ * 
+ * @xerces.internal 
  *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
Index: xs/TimeDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/TimeDV.java,v
retrieving revision 1.11
diff -u -r1.11 TimeDV.java
--- xs/TimeDV.java      3 Oct 2004 21:29:44 -0000       1.11
+++ xs/TimeDV.java      5 Oct 2004 19:24:16 -0000
@@ -21,6 +21,8 @@
 
 /**
  * Validator for &lt;time&gt; datatype (W3C Schema Datatypes)
+ * 
+ * @xerces.internal 
  *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
Index: xs/TypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/TypeValidator.java,v
retrieving revision 1.7
diff -u -r1.7 TypeValidator.java
--- xs/TypeValidator.java       30 Sep 2004 19:35:19 -0000      1.7
+++ xs/TypeValidator.java       5 Oct 2004 19:24:16 -0000
@@ -24,6 +24,8 @@
  * class. It provides extra information XSSimpleTypeDecl requires from each
  * type: allowed facets, converting String to actual value, check equality,
  * comparison, etc.
+ * 
+ * @xerces.internal 
  *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
Index: xs/UnionDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/UnionDV.java,v
retrieving revision 1.4
diff -u -r1.4 UnionDV.java
--- xs/UnionDV.java     24 Feb 2004 22:44:24 -0000      1.4
+++ xs/UnionDV.java     5 Oct 2004 19:24:16 -0000
@@ -21,6 +21,8 @@
 
 /**
  * Represent the schema union types
+ * 
+ * @xerces.internal 
  *
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  * @author Sandy Gao, IBM
Index: xs/XSSimpleTypeDecl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java,v
retrieving revision 1.57
diff -u -r1.57 XSSimpleTypeDecl.java
--- xs/XSSimpleTypeDecl.java    3 Oct 2004 21:29:44 -0000       1.57
+++ xs/XSSimpleTypeDecl.java    5 Oct 2004 19:24:17 -0000
@@ -45,6 +45,8 @@
 import org.apache.xerces.xs.XSTypeDefinition;
 
 /**
+ * @xerces.internal
+ *  
  * @author Sandy Gao, IBM
  * @author Neeraj Bajaj, Sun Microsystems, inc.
  *
Index: xs/YearDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/YearDV.java,v
retrieving revision 1.11
diff -u -r1.11 YearDV.java
--- xs/YearDV.java      3 Oct 2004 21:29:44 -0000       1.11
+++ xs/YearDV.java      5 Oct 2004 19:24:17 -0000
@@ -22,6 +22,8 @@
 /**
  * Validator for &lt;gYear&gt; datatype (W3C Schema Datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
  *
Index: xs/YearMonthDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/YearMonthDV.java,v
retrieving revision 1.11
diff -u -r1.11 YearMonthDV.java
--- xs/YearMonthDV.java 3 Oct 2004 21:29:44 -0000       1.11
+++ xs/YearMonthDV.java 5 Oct 2004 19:24:17 -0000
@@ -22,6 +22,8 @@
 /**
  * Validator for &lt;gYearMonth&gt; datatype (W3C Schema Datatypes)
  *
+ * @xerces.internal 
+ *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
  *
Index: xs/YearMonthDurationDV.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java,v
retrieving revision 1.4
diff -u -r1.4 YearMonthDurationDV.java
--- xs/YearMonthDurationDV.java 29 Sep 2004 21:39:01 -0000      1.4
+++ xs/YearMonthDurationDV.java 5 Oct 2004 19:24:17 -0000
@@ -20,6 +20,8 @@
 
 /**
  * Used to validate the <yearMonthDuration> type
+ *
+ * @xerces.internal  
  * 
  * @author Ankit Pasricha, IBM
  *  
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to