mrglavas 2004/10/04 14:45:49 Modified: java/src/org/apache/xerces/impl XMLNamespaceBinder.java XMLErrorReporter.java Constants.java XMLDocumentScannerImpl.java XMLEntityScanner.java XMLEntityHandler.java XMLNSDocumentScannerImpl.java XMLVersionDetector.java XML11DTDScannerImpl.java XMLScanner.java XML11DocumentScannerImpl.java XMLDTDScannerImpl.java XML11NSDocumentScannerImpl.java ExternalSubsetResolver.java XMLEntityDescription.java XMLEntityManager.java RevalidationHandler.java XML11NamespaceBinder.java XML11EntityScanner.java XMLDocumentFragmentScannerImpl.java Log: Marking several classes as internal with the @xerces.internal tag. Revision Changes Path 1.34 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLNamespaceBinder.java Index: XMLNamespaceBinder.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLNamespaceBinder.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- XMLNamespaceBinder.java 24 Feb 2004 23:03:46 -0000 1.33 +++ XMLNamespaceBinder.java 4 Oct 2004 21:45:48 -0000 1.34 @@ -47,6 +47,8 @@ * <li>http://apache.org/xml/properties/internal/symbol-table</li> * <li>http://apache.org/xml/properties/internal/error-reporter</li> * </ul> + * + * @xerces.internal * * @author Andy Clark, IBM * 1.15 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLErrorReporter.java Index: XMLErrorReporter.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLErrorReporter.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- XMLErrorReporter.java 24 Feb 2004 23:03:46 -0000 1.14 +++ XMLErrorReporter.java 4 Oct 2004 21:45:48 -0000 1.15 @@ -57,6 +57,8 @@ * <ul> * <li>http://apache.org/xml/features/continue-after-fatal-error</li> * </ul> + * + * @xerces.internal * * @see MessageFormatter * 1.44 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/Constants.java Index: Constants.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Constants.java,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- Constants.java 15 Sep 2004 05:12:24 -0000 1.43 +++ Constants.java 4 Oct 2004 21:45:48 -0000 1.44 @@ -21,6 +21,8 @@ /** * Commonly used constants. + * + * @xerces.internal * * @author Andy Clark, IBM * 1.48 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentScannerImpl.java Index: XMLDocumentScannerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentScannerImpl.java,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- XMLDocumentScannerImpl.java 9 Jul 2004 03:02:39 -0000 1.47 +++ XMLDocumentScannerImpl.java 4 Oct 2004 21:45:48 -0000 1.48 @@ -54,6 +54,8 @@ * <li>http://apache.org/xml/properties/internal/entity-manager</li> * <li>http://apache.org/xml/properties/internal/dtd-scanner</li> * </ul> + * + * @xerces.internal * * @author Glenn Marcy, IBM * @author Andy Clark, IBM 1.23 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLEntityScanner.java Index: XMLEntityScanner.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityScanner.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- XMLEntityScanner.java 2 Sep 2004 15:43:30 -0000 1.22 +++ XMLEntityScanner.java 4 Oct 2004 21:45:48 -0000 1.23 @@ -32,6 +32,8 @@ /** * Implements the entity scanner methods. * + * @xerces.internal + * * @author Andy Clark, IBM * @author Neil Graham, IBM * @version $Id$ 1.10 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLEntityHandler.java Index: XMLEntityHandler.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityHandler.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- XMLEntityHandler.java 27 Feb 2004 20:36:07 -0000 1.9 +++ XMLEntityHandler.java 4 Oct 2004 21:45:48 -0000 1.10 @@ -23,6 +23,8 @@ /** * The entity handler interface defines methods to report information * about the start and end of entities. + * + * @xerces.internal * * @see org.apache.xerces.impl.XMLEntityScanner * 1.25 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLNSDocumentScannerImpl.java Index: XMLNSDocumentScannerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLNSDocumentScannerImpl.java,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- XMLNSDocumentScannerImpl.java 12 Aug 2004 18:24:56 -0000 1.24 +++ XMLNSDocumentScannerImpl.java 4 Oct 2004 21:45:48 -0000 1.25 @@ -55,6 +55,8 @@ * <li>http://apache.org/xml/properties/internal/entity-manager</li> * <li>http://apache.org/xml/properties/internal/dtd-scanner</li> * </ul> + * + * @xerces.internal * * @author Elena Litani, IBM * 1.14 +3 -2 xml-xerces/java/src/org/apache/xerces/impl/XMLVersionDetector.java Index: XMLVersionDetector.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLVersionDetector.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- XMLVersionDetector.java 2 Sep 2004 15:43:30 -0000 1.13 +++ XMLVersionDetector.java 4 Oct 2004 21:45:48 -0000 1.14 @@ -31,11 +31,12 @@ * which scanner to use: XML 1.1 or XML 1.0. * The version is scanned using XML 1.1. scanner. * + * @xerces.internal + * * @author Neil Graham, IBM * @author Elena Litani, IBM * @version $Id$ */ - public class XMLVersionDetector { // 1.13 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XML11DTDScannerImpl.java Index: XML11DTDScannerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XML11DTDScannerImpl.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- XML11DTDScannerImpl.java 12 Aug 2004 19:13:32 -0000 1.12 +++ XML11DTDScannerImpl.java 4 Oct 2004 21:45:48 -0000 1.13 @@ -40,6 +40,8 @@ * <li>http://apache.org/xml/properties/internal/error-reporter</li> * <li>http://apache.org/xml/properties/internal/entity-manager</li> * </ul> + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Andy Clark, IBM 1.51 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLScanner.java Index: XMLScanner.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLScanner.java,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- XMLScanner.java 12 Aug 2004 19:13:32 -0000 1.50 +++ XMLScanner.java 4 Oct 2004 21:45:48 -0000 1.51 @@ -48,6 +48,8 @@ * <li>http://apache.org/xml/properties/internal/error-reporter</li> * <li>http://apache.org/xml/properties/internal/entity-manager</li> * </ul> + * + * @xerces.internal * * @author Andy Clark, IBM * @author Arnaud Le Hors, IBM 1.22 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XML11DocumentScannerImpl.java Index: XML11DocumentScannerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XML11DocumentScannerImpl.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- XML11DocumentScannerImpl.java 12 Aug 2004 19:13:32 -0000 1.21 +++ XML11DocumentScannerImpl.java 4 Oct 2004 21:45:49 -0000 1.22 @@ -44,6 +44,8 @@ * <li>http://apache.org/xml/properties/internal/dtd-scanner</li> * </ul> * + * @xerces.internal + * * @author Glenn Marcy, IBM * @author Andy Clark, IBM * @author Arnaud Le Hors, IBM 1.52 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLDTDScannerImpl.java Index: XMLDTDScannerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLDTDScannerImpl.java,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- XMLDTDScannerImpl.java 22 Sep 2004 04:19:33 -0000 1.51 +++ XMLDTDScannerImpl.java 4 Oct 2004 21:45:49 -0000 1.52 @@ -50,6 +50,8 @@ * <li>http://apache.org/xml/properties/internal/error-reporter</li> * <li>http://apache.org/xml/properties/internal/entity-manager</li> * </ul> + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Andy Clark, IBM 1.13 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XML11NSDocumentScannerImpl.java Index: XML11NSDocumentScannerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XML11NSDocumentScannerImpl.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- XML11NSDocumentScannerImpl.java 12 Aug 2004 18:24:56 -0000 1.12 +++ XML11NSDocumentScannerImpl.java 4 Oct 2004 21:45:49 -0000 1.13 @@ -55,6 +55,8 @@ * <li>http://apache.org/xml/properties/internal/entity-manager</li> * <li>http://apache.org/xml/properties/internal/dtd-scanner</li> * </ul> + * + * @xerces.internal * * @author Elena Litani, IBM * @author Michael Glavassevich, IBM 1.2 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/ExternalSubsetResolver.java Index: ExternalSubsetResolver.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/ExternalSubsetResolver.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExternalSubsetResolver.java 23 Mar 2004 18:20:50 -0000 1.1 +++ ExternalSubsetResolver.java 4 Oct 2004 21:45:49 -0000 1.2 @@ -33,6 +33,8 @@ * registered external subset resolver does not provide an external subset * for a given document, it should return <code>null</code>.</p> * + * @xerces.internal + * * @author Michael Glavassevich, IBM * * @version $Id$ 1.2 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLEntityDescription.java Index: XMLEntityDescription.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityDescription.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XMLEntityDescription.java 16 Mar 2004 22:03:22 -0000 1.1 +++ XMLEntityDescription.java 4 Oct 2004 21:45:49 -0000 1.2 @@ -21,6 +21,8 @@ /** * <p>This interface describes the properties of entities--their * physical location and their name.</p> + * + * @xerces.internal * * @author Michael Glavassevich, IBM * 1.89 +33 -21 xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java Index: XMLEntityManager.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityManager.java,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- XMLEntityManager.java 29 Sep 2004 22:08:45 -0000 1.88 +++ XMLEntityManager.java 4 Oct 2004 21:45:49 -0000 1.89 @@ -73,7 +73,8 @@ * <li>http://apache.org/xml/properties/internal/entity-resolver</li> * </ul> * - * + * @xerces.internal + * * @author Andy Clark, IBM * @author Arnaud Le Hors, IBM * @@ -2139,6 +2140,8 @@ /** * Entity information. + * + * @xerces.internal * * @author Andy Clark, IBM */ @@ -2201,6 +2204,8 @@ /** * Internal entity. + * + * @xerces.internal * * @author Andy Clark, IBM */ @@ -2265,6 +2270,8 @@ /** * External entity. + * + * @xerces.internal * * @author Andy Clark, IBM */ @@ -2337,6 +2344,8 @@ /** * Entity state. + * + * @xerces.internal * * @author Andy Clark, IBM */ @@ -2583,25 +2592,28 @@ } // class ScannedEntity - // This class wraps the byte inputstreams we're presented with. - // We need it because java.io.InputStreams don't provide - // functionality to reread processed bytes, and they have a habit - // of reading more than one character when you call their read() - // methods. This means that, once we discover the true (declared) - // encoding of a document, we can neither backtrack to read the - // whole doc again nor start reading where we are with a new - // reader. - // - // This class allows rewinding an inputStream by allowing a mark - // to be set, and the stream reset to that position. <strong>The - // class assumes that it needs to read one character per - // invocation when it's read() method is inovked, but uses the - // underlying InputStream's read(char[], offset length) method--it - // won't buffer data read this way!</strong> - // - // @author Neil Graham, IBM - // @author Glenn Marcy, IBM - + /** + * This class wraps the byte inputstreams we're presented with. + * We need it because java.io.InputStreams don't provide + * functionality to reread processed bytes, and they have a habit + * of reading more than one character when you call their read() + * methods. This means that, once we discover the true (declared) + * encoding of a document, we can neither backtrack to read the + * whole doc again nor start reading where we are with a new + * reader. + * + * This class allows rewinding an inputStream by allowing a mark + * to be set, and the stream reset to that position. <strong>The + * class assumes that it needs to read one character per + * invocation when it's read() method is inovked, but uses the + * underlying InputStream's read(char[], offset length) method--it + * won't buffer data read this way!</strong> + * + * @xerces.internal + * + * @author Neil Graham, IBM + * @author Glenn Marcy, IBM + */ protected final class RewindableInputStream extends InputStream { private InputStream fInputStream; 1.7 +2 -2 xml-xerces/java/src/org/apache/xerces/impl/RevalidationHandler.java Index: RevalidationHandler.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/RevalidationHandler.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- RevalidationHandler.java 24 Feb 2004 23:03:46 -0000 1.6 +++ RevalidationHandler.java 4 Oct 2004 21:45:49 -0000 1.7 @@ -21,7 +21,7 @@ /** * DOM Revalidation handler adds additional functionality to XMLDocumentHandler * - * + * @xerces.internal * @author Elena Litani, IBM * @version $Id$ */ 1.5 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XML11NamespaceBinder.java Index: XML11NamespaceBinder.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XML11NamespaceBinder.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- XML11NamespaceBinder.java 24 Feb 2004 23:03:46 -0000 1.4 +++ XML11NamespaceBinder.java 4 Oct 2004 21:45:49 -0000 1.5 @@ -21,6 +21,8 @@ * This class performs namespace binding on the startElement and endElement * method calls in accordance with Namespaces in XML 1.1. It extends the standard, * Namespace-1.0-compliant binder in order to do this. + * + * @xerces.internal * * @author Neil Graham, IBM * 1.14 +3 -1 xml-xerces/java/src/org/apache/xerces/impl/XML11EntityScanner.java Index: XML11EntityScanner.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XML11EntityScanner.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- XML11EntityScanner.java 2 Sep 2004 15:43:31 -0000 1.13 +++ XML11EntityScanner.java 4 Oct 2004 21:45:49 -0000 1.14 @@ -29,6 +29,8 @@ * Implements the entity scanner methods in * the context of XML 1.1. * + * @xerces.internal + * * @author Michael Glavassevich, IBM * @author Neil Graham, IBM * @version $Id$ 1.58 +5 -1 xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentFragmentScannerImpl.java Index: XMLDocumentFragmentScannerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLDocumentFragmentScannerImpl.java,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- XMLDocumentFragmentScannerImpl.java 22 Sep 2004 04:19:34 -0000 1.57 +++ XMLDocumentFragmentScannerImpl.java 4 Oct 2004 21:45:49 -0000 1.58 @@ -55,6 +55,8 @@ * <li>http://apache.org/xml/properties/internal/error-reporter</li> * <li>http://apache.org/xml/properties/internal/entity-manager</li> * </ul> + * + * @xerces.internal * * @author Glenn Marcy, IBM * @author Andy Clark, IBM @@ -1533,6 +1535,8 @@ * This interface defines an XML "event" dispatching model. Classes * that implement this interface are responsible for scanning parts * of the XML document and dispatching callbacks. + * + * @xerces.internal * * @author Glenn Marcy, IBM */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]