mrglavas 2004/10/05 10:12:55 Modified: java/src/org/apache/xerces/dom ProcessingInstructionImpl.java NamedNodeMapImpl.java PSVIElementNSImpl.java DeferredNotationImpl.java DOMLocatorImpl.java NodeIteratorImpl.java DOMImplementationImpl.java ParentNode.java DOMXSImplementationSourceImpl.java DOMImplementationListImpl.java NotationImpl.java NodeListCache.java DOMConfigurationImpl.java DeferredTextImpl.java CommentImpl.java PSVIDocumentImpl.java ElementImpl.java CDATASectionImpl.java DOMOutputImpl.java DeferredElementNSImpl.java DeferredEntityReferenceImpl.java ElementDefinitionImpl.java DOMInputImpl.java CharacterDataImpl.java DocumentImpl.java DeferredDOMImplementationImpl.java SecuritySupport12.java DeferredProcessingInstructionImpl.java DeferredAttrNSImpl.java CoreDocumentImpl.java AttrImpl.java DeepNodeListImpl.java AttrNSImpl.java NodeImpl.java DeferredDocumentImpl.java PSVIDOMImplementationImpl.java DeferredElementImpl.java SecuritySupport.java CoreDOMImplementationImpl.java DOMImplementationSourceImpl.java DeferredDocumentTypeImpl.java DeferredCDATASectionImpl.java DOMNormalizer.java DocumentFragmentImpl.java DOMMessageFormatter.java AttributeMap.java EntityReferenceImpl.java TextImpl.java EntityImpl.java LCount.java ChildNode.java ObjectFactory.java DeferredElementDefinitionImpl.java ElementNSImpl.java DeferredEntityImpl.java DocumentTypeImpl.java RangeImpl.java DOMErrorImpl.java DeferredAttrImpl.java RangeExceptionImpl.java PSVIAttrNSImpl.java DOMStringListImpl.java TreeWalkerImpl.java DeferredCommentImpl.java DeferredNode.java Log: Marking several classes as internal with the @xerces.internal tag.
Patch thanks to Ankit Pasricha. Revision Changes Path 1.15 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/ProcessingInstructionImpl.java Index: ProcessingInstructionImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ProcessingInstructionImpl.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ProcessingInstructionImpl.java 26 Aug 2004 21:28:39 -0000 1.14 +++ ProcessingInstructionImpl.java 5 Oct 2004 17:12:49 -0000 1.15 @@ -25,6 +25,8 @@ * are most common in XML, but they are supported in HTML as well. * * This class inherits from CharacterDataImpl to reuse its setNodeValue method. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.37 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/NamedNodeMapImpl.java Index: NamedNodeMapImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NamedNodeMapImpl.java,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- NamedNodeMapImpl.java 24 Feb 2004 23:23:18 -0000 1.36 +++ NamedNodeMapImpl.java 5 Oct 2004 17:12:49 -0000 1.37 @@ -45,6 +45,8 @@ * contents, the indices associated with nodes may change. * <P> * + * @xerces.internal + * * @version $Id$ * @since PR-DOM-Level-1-19980818. */ 1.9 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/PSVIElementNSImpl.java Index: PSVIElementNSImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/PSVIElementNSImpl.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PSVIElementNSImpl.java 24 Feb 2004 23:23:17 -0000 1.8 +++ PSVIElementNSImpl.java 5 Oct 2004 17:12:49 -0000 1.9 @@ -27,6 +27,8 @@ /** * Element namespace implementation; stores PSVI element items. * + * @xerces.internal + * * @author Sandy Gao, IBM * * @version $Id$ 1.12 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredNotationImpl.java Index: DeferredNotationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredNotationImpl.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- DeferredNotationImpl.java 24 Feb 2004 23:23:18 -0000 1.11 +++ DeferredNotationImpl.java 5 Oct 2004 17:12:49 -0000 1.12 @@ -33,6 +33,8 @@ * See the XML 1.0 spec, sections 4.7 and 2.6, for more info. * <P> * Level 1 of the DOM does not support editing Notation contents. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.11 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMLocatorImpl.java Index: DOMLocatorImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMLocatorImpl.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- DOMLocatorImpl.java 2 Sep 2004 15:43:26 -0000 1.10 +++ DOMLocatorImpl.java 5 Oct 2004 17:12:49 -0000 1.11 @@ -24,6 +24,8 @@ * <code>DOMLocatorImpl</code> is an implementaion that describes a location (e.g. * where an error occured). * <p>See also the <a href='http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010913'>Document Object Model (DOM) Level 3 Core Specification</a>. + * + * @xerces.internal * * @author Gopal Sharma, SUN Microsystems Inc. * @version $Id$ 1.13 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/NodeIteratorImpl.java Index: NodeIteratorImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeIteratorImpl.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- NodeIteratorImpl.java 24 Feb 2004 23:23:18 -0000 1.12 +++ NodeIteratorImpl.java 5 Oct 2004 17:12:49 -0000 1.13 @@ -31,6 +31,8 @@ * on DOM remove. It is expected that the DOM implementation call removeNode * right before the actual DOM transformation. If not called by the DOM, * the client could call it before doing the removal. + * + * @xerces.internal * * @version $Id$ */ 1.33 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationImpl.java Index: DOMImplementationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationImpl.java,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- DOMImplementationImpl.java 24 Feb 2004 23:23:18 -0000 1.32 +++ DOMImplementationImpl.java 5 Oct 2004 17:12:49 -0000 1.33 @@ -32,6 +32,8 @@ * The DOM API requires that it be a real object rather than static * methods. However, there's nothing that says it can't be a singleton, * so that's how I've implemented it. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.46 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/ParentNode.java Index: ParentNode.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ParentNode.java,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ParentNode.java 12 Jul 2004 06:44:25 -0000 1.45 +++ ParentNode.java 5 Oct 2004 17:12:50 -0000 1.46 @@ -58,6 +58,8 @@ * * <p><b>WARNING</b>: Some of the code here is partially duplicated in * AttrImpl, be careful to keep these two classes in sync! + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM 1.4 +4 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMXSImplementationSourceImpl.java Index: DOMXSImplementationSourceImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMXSImplementationSourceImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DOMXSImplementationSourceImpl.java 23 Apr 2004 21:45:04 -0000 1.3 +++ DOMXSImplementationSourceImpl.java 5 Oct 2004 17:12:50 -0000 1.4 @@ -25,6 +25,9 @@ * Allows to retrieve <code>XSImplementation</code>, DOM Level 3 Core and LS implementations * and PSVI implementation. * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMImplementationSource'>Document Object Model (DOM) Level 3 Core Specification</a>. + * + * @xerces.internal + * * @author Elena Litani, IBM * @version $Id$ */ 1.4 +2 -0 xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationListImpl.java Index: DOMImplementationListImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationListImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DOMImplementationListImpl.java 23 Apr 2004 21:45:04 -0000 1.3 +++ DOMImplementationListImpl.java 5 Oct 2004 17:12:50 -0000 1.4 @@ -23,6 +23,8 @@ /** * <p>This class implements the DOM Level 3 Core interface DOMImplementationList.</p> * + * @xerces.internal + * * @author Neil Delima, IBM * @since DOM Level 3 Core */ 1.20 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/NotationImpl.java Index: NotationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NotationImpl.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- NotationImpl.java 1 Sep 2004 03:23:45 -0000 1.19 +++ NotationImpl.java 5 Oct 2004 17:12:50 -0000 1.20 @@ -38,6 +38,8 @@ * See the XML 1.0 spec, sections 4.7 and 2.6, for more info. * <P> * Level 1 of the DOM does not support editing Notation contents. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.6 +4 -1 xml-xerces/java/src/org/apache/xerces/dom/NodeListCache.java Index: NodeListCache.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeListCache.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- NodeListCache.java 24 Feb 2004 23:23:17 -0000 1.5 +++ NodeListCache.java 5 Oct 2004 17:12:50 -0000 1.6 @@ -21,6 +21,9 @@ /** * This class is used, via a pool managed on CoreDocumentImpl, in ParentNode to * improve performance of the NodeList accessors, getLength() and item(i). + * + * @xerces.internal + * * @author Arnaud Le Hors, IBM * * @version $Id$ 1.32 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMConfigurationImpl.java Index: DOMConfigurationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMConfigurationImpl.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- DOMConfigurationImpl.java 18 Jul 2004 20:06:41 -0000 1.31 +++ DOMConfigurationImpl.java 5 Oct 2004 17:12:50 -0000 1.32 @@ -55,6 +55,8 @@ /** * Xerces implementation of DOMConfiguration that maintains a table of recognized parameters. + * + * @xerces.internal * * @author Elena Litani, IBM * @author Neeraj Bajaj, Sun Microsystems. 1.14 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredTextImpl.java Index: DeferredTextImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredTextImpl.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- DeferredTextImpl.java 24 Feb 2004 23:23:17 -0000 1.13 +++ DeferredTextImpl.java 5 Oct 2004 17:12:50 -0000 1.14 @@ -28,6 +28,8 @@ * Note that CDATASection is a subclass of Text. This is conceptually * valid, since they're really just two different ways of quoting * characters when they're written out as part of an XML stream. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.9 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/CommentImpl.java Index: CommentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CommentImpl.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- CommentImpl.java 24 Feb 2004 23:23:18 -0000 1.8 +++ CommentImpl.java 5 Oct 2004 17:12:50 -0000 1.9 @@ -22,6 +22,8 @@ /** * Represents an XML (or HTML) comment. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.10 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/PSVIDocumentImpl.java Index: PSVIDocumentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/PSVIDocumentImpl.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- PSVIDocumentImpl.java 15 Apr 2004 18:38:22 -0000 1.9 +++ PSVIDocumentImpl.java 5 Oct 2004 17:12:50 -0000 1.10 @@ -31,6 +31,8 @@ * Our own document implementation, which knows how to create an element * with PSVI information. * + * @xerces.internal + * * @author Sandy Gao, IBM * * @version $Id$ 1.69 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/ElementImpl.java Index: ElementImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ElementImpl.java,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ElementImpl.java 27 Sep 2004 15:42:01 -0000 1.68 +++ ElementImpl.java 5 Oct 2004 17:12:50 -0000 1.69 @@ -43,6 +43,8 @@ * ElementImpl does not support Namespaces. ElementNSImpl, which inherits from * it, does. * @see ElementNSImpl + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM 1.8 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/CDATASectionImpl.java Index: CDATASectionImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CDATASectionImpl.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- CDATASectionImpl.java 24 Feb 2004 23:23:18 -0000 1.7 +++ CDATASectionImpl.java 5 Oct 2004 17:12:50 -0000 1.8 @@ -41,6 +41,8 @@ * <P> * CDATA does not participate in Element.normalize() processing. * + * @xerces.internal + * * @version $Id$ * @since PR-DOM-Level-1-19980818. */ 1.4 +1 -0 xml-xerces/java/src/org/apache/xerces/dom/DOMOutputImpl.java Index: DOMOutputImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMOutputImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DOMOutputImpl.java 24 Feb 2004 23:23:18 -0000 1.3 +++ DOMOutputImpl.java 5 Oct 2004 17:12:50 -0000 1.4 @@ -44,6 +44,7 @@ * never modify them (though it may make copies and modify the copies, * if necessary). * + * @xerces.internal * * @author Arun Yadav, Sun Microsytems * @author Gopal Sharma, Sun Microsystems 1.19 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredElementNSImpl.java Index: DeferredElementNSImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredElementNSImpl.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- DeferredElementNSImpl.java 24 Feb 2004 23:23:18 -0000 1.18 +++ DeferredElementNSImpl.java 5 Oct 2004 17:12:50 -0000 1.19 @@ -32,6 +32,8 @@ * DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to * ElementImpl. * @see DeferredElementImpl + * + * @xerces.internal */ public class DeferredElementNSImpl extends ElementNSImpl 1.21 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityReferenceImpl.java Index: DeferredEntityReferenceImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityReferenceImpl.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- DeferredEntityReferenceImpl.java 24 Feb 2004 23:23:17 -0000 1.20 +++ DeferredEntityReferenceImpl.java 5 Oct 2004 17:12:50 -0000 1.21 @@ -64,6 +64,8 @@ * structure-change-monitoring code I implemented to support * DeepNodeList. * + * @xerces.internal + * * @version $Id$ * @since PR-DOM-Level-1-19980818. */ 1.14 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/ElementDefinitionImpl.java Index: ElementDefinitionImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ElementDefinitionImpl.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ElementDefinitionImpl.java 24 Feb 2004 23:23:17 -0000 1.13 +++ ElementDefinitionImpl.java 5 Oct 2004 17:12:50 -0000 1.14 @@ -26,6 +26,8 @@ * I've included this in Level 1 purely as an anchor point for default * attributes. In Level 2 it should enable the ChildRule support. * + * @xerces.internal + * * @version $Id$ */ public class ElementDefinitionImpl 1.4 +2 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMInputImpl.java Index: DOMInputImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMInputImpl.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DOMInputImpl.java 24 Feb 2004 23:23:18 -0000 1.3 +++ DOMInputImpl.java 5 Oct 2004 17:12:50 -0000 1.4 @@ -46,6 +46,7 @@ * <p>See also the <a href='http://www.w3.org/TR/2001/WD-DOM-Level-3-ASLS-20011025'>Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification</a>. * + * @xerces.internal * * @author Gopal Sharma, SUN Microsystems Inc. * @version $Id$ 1.22 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/CharacterDataImpl.java Index: CharacterDataImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CharacterDataImpl.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- CharacterDataImpl.java 24 Feb 2004 23:23:17 -0000 1.21 +++ CharacterDataImpl.java 5 Oct 2004 17:12:50 -0000 1.22 @@ -31,6 +31,8 @@ * <p> * This class doesn't directly support mutation events, however, it notifies * the document when mutations are performed so that the document class do so. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.81 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java Index: DocumentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentImpl.java,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- DocumentImpl.java 13 Aug 2004 21:24:25 -0000 1.80 +++ DocumentImpl.java 5 Oct 2004 17:12:50 -0000 1.81 @@ -65,6 +65,8 @@ * <p> * <b>Note:</b> When any node in the document is serialized, the * entire document is serialized along with it. + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM 1.3 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredDOMImplementationImpl.java Index: DeferredDOMImplementationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredDOMImplementationImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DeferredDOMImplementationImpl.java 18 Jun 2004 21:49:15 -0000 1.2 +++ DeferredDOMImplementationImpl.java 5 Oct 2004 17:12:50 -0000 1.3 @@ -24,6 +24,8 @@ * * <p>This implementation simply extends DOMImplementationImpl to differentiate * between the Deferred DOM Implementations and Non-Deferred DOM Implementations.</p> + * + * @xerces.internal * * @author Neil Delima, IBM * 1.4 +2 -0 xml-xerces/java/src/org/apache/xerces/dom/SecuritySupport12.java Index: SecuritySupport12.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/SecuritySupport12.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SecuritySupport12.java 24 Feb 2004 23:23:18 -0000 1.3 +++ SecuritySupport12.java 5 Oct 2004 17:12:50 -0000 1.4 @@ -25,6 +25,8 @@ * API. * * Security related methods that only work on J2SE 1.2 and newer. + * + * @xerces.internal */ class SecuritySupport12 extends SecuritySupport { 1.14 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredProcessingInstructionImpl.java Index: DeferredProcessingInstructionImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredProcessingInstructionImpl.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- DeferredProcessingInstructionImpl.java 24 Feb 2004 23:23:17 -0000 1.13 +++ DeferredProcessingInstructionImpl.java 5 Oct 2004 17:12:50 -0000 1.14 @@ -20,6 +20,8 @@ * Processing Instructions (PIs) permit documents to carry * processor-specific information alongside their actual content. PIs * are most common in XML, but they are supported in HTML as well. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.25 +4 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrNSImpl.java Index: DeferredAttrNSImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrNSImpl.java,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- DeferredAttrNSImpl.java 24 Feb 2004 23:23:18 -0000 1.24 +++ DeferredAttrNSImpl.java 5 Oct 2004 17:12:50 -0000 1.25 @@ -26,6 +26,9 @@ /** * DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to * AttrImpl. + * + * @xerces.internal + * * @author Andy Clark, IBM * @author Arnaud Le Hors, IBM * @version $Id$ 1.80 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java Index: CoreDocumentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- CoreDocumentImpl.java 31 Aug 2004 21:32:30 -0000 1.79 +++ CoreDocumentImpl.java 5 Oct 2004 17:12:50 -0000 1.80 @@ -65,6 +65,8 @@ * <p> * <b>Note:</b> When any node in the document is serialized, the * entire document is serialized along with it. + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM 1.60 +4 -2 xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java Index: AttrImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttrImpl.java,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- AttrImpl.java 27 Sep 2004 15:42:01 -0000 1.59 +++ AttrImpl.java 5 Oct 2004 17:12:51 -0000 1.60 @@ -99,10 +99,12 @@ * ParentNode, be careful to keep these two classes in sync! * * @see AttrNSImpl + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM - * @author Andy Clark, IBM + * @author Andy Clark, IBM * @version $Id$ * @since PR-DOM-Level-1-19980818. * 1.9 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeepNodeListImpl.java Index: DeepNodeListImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeepNodeListImpl.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- DeepNodeListImpl.java 24 Feb 2004 23:23:17 -0000 1.8 +++ DeepNodeListImpl.java 5 Oct 2004 17:12:51 -0000 1.9 @@ -64,6 +64,8 @@ * <P> * NOTE: Level 2 of the DOM will probably _not_ use NodeList for its * extended search mechanisms, partly for the reasons just discussed. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.46 +4 -1 xml-xerces/java/src/org/apache/xerces/dom/AttrNSImpl.java Index: AttrNSImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttrNSImpl.java,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- AttrNSImpl.java 27 Sep 2004 15:42:01 -0000 1.45 +++ AttrNSImpl.java 5 Oct 2004 17:12:51 -0000 1.46 @@ -27,6 +27,9 @@ * The qualified name is the node name, and we store localName which is also * used in all queries. On the other hand we recompute the prefix when * necessary. + * + * @xerces.internal + * * @author Arnaud Le Hors, IBM * @author Andy Clark, IBM * @author Ralf Pfeiffer, IBM 1.74 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java Index: NodeImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- NodeImpl.java 26 Apr 2004 14:44:56 -0000 1.73 +++ NodeImpl.java 5 Oct 2004 17:12:51 -0000 1.74 @@ -69,6 +69,8 @@ * This class doesn't directly support mutation events, however, it still * implements the EventTarget interface and forward all related calls to the * document so that the document class do so. + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM 1.56 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentImpl.java Index: DeferredDocumentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentImpl.java,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- DeferredDocumentImpl.java 15 Jun 2004 22:13:16 -0000 1.55 +++ DeferredDocumentImpl.java 5 Oct 2004 17:12:51 -0000 1.56 @@ -33,6 +33,8 @@ * objects. The Node objects created have a ownerDocument attribute * which associates them with the Document within whose context they * were created. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.6 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/PSVIDOMImplementationImpl.java Index: PSVIDOMImplementationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/PSVIDOMImplementationImpl.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- PSVIDOMImplementationImpl.java 24 Feb 2004 23:23:18 -0000 1.5 +++ PSVIDOMImplementationImpl.java 5 Oct 2004 17:12:51 -0000 1.6 @@ -30,6 +30,8 @@ * The DOM API requires that it be a real object rather than static * methods. However, there's nothing that says it can't be a singleton, * so that's how I've implemented it. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.18 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredElementImpl.java Index: DeferredElementImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredElementImpl.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- DeferredElementImpl.java 24 Feb 2004 23:23:18 -0000 1.17 +++ DeferredElementImpl.java 5 Oct 2004 17:12:51 -0000 1.18 @@ -41,6 +41,8 @@ * Namespaces. DeferredElementNSImpl, which inherits from ElementNSImpl, does. * @see DeferredElementNSImpl * + * @xerces.internal + * * @version $Id$ * @since PR-DOM-Level-1-19980818. */ 1.4 +2 -0 xml-xerces/java/src/org/apache/xerces/dom/SecuritySupport.java Index: SecuritySupport.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/SecuritySupport.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SecuritySupport.java 24 Feb 2004 23:23:18 -0000 1.3 +++ SecuritySupport.java 5 Oct 2004 17:12:51 -0000 1.4 @@ -24,6 +24,8 @@ * API. * * Base class with security related methods that work on JDK 1.1. + * + * @xerces.internal */ class SecuritySupport { 1.33 +4 -1 xml-xerces/java/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java Index: CoreDOMImplementationImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CoreDOMImplementationImpl.java,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- CoreDOMImplementationImpl.java 18 Jun 2004 21:36:16 -0000 1.32 +++ CoreDOMImplementationImpl.java 5 Oct 2004 17:12:51 -0000 1.33 @@ -41,6 +41,9 @@ * This particular class, along with CoreDocumentImpl, supports the DOM * Core and Load/Save (Experimental). Optional modules are supported by * the more complete DOMImplementation class along with DocumentImpl. + * + * @xerces.internal + * * @version $Id$ * @since PR-DOM-Level-1-19980818. */ 1.16 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationSourceImpl.java Index: DOMImplementationSourceImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMImplementationSourceImpl.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- DOMImplementationSourceImpl.java 23 Apr 2004 21:45:04 -0000 1.15 +++ DOMImplementationSourceImpl.java 5 Oct 2004 17:12:51 -0000 1.16 @@ -31,6 +31,8 @@ * * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMImplementationSource'>Document Object Model (DOM) Level 3 Core Specification</a>. * + * @xerces.internal + * * @version $Id$ */ public class DOMImplementationSourceImpl 1.18 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentTypeImpl.java Index: DeferredDocumentTypeImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentTypeImpl.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- DeferredDocumentTypeImpl.java 24 Feb 2004 23:23:18 -0000 1.17 +++ DeferredDocumentTypeImpl.java 5 Oct 2004 17:12:51 -0000 1.18 @@ -34,6 +34,8 @@ * Most notably, absolutely no provision was made for storing * and using Element and Attribute information. Nor was the linkage * between Entities and Entity References nailed down solidly. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.12 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredCDATASectionImpl.java Index: DeferredCDATASectionImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredCDATASectionImpl.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- DeferredCDATASectionImpl.java 24 Feb 2004 23:23:18 -0000 1.11 +++ DeferredCDATASectionImpl.java 5 Oct 2004 17:12:51 -0000 1.12 @@ -37,6 +37,8 @@ * split that string over two successive CDATAs at that time. * <P> * CDATA does not participate in Element.normalize() processing. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.58 +2 -3 xml-xerces/java/src/org/apache/xerces/dom/DOMNormalizer.java Index: DOMNormalizer.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMNormalizer.java,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- DOMNormalizer.java 6 Sep 2004 22:25:27 -0000 1.57 +++ DOMNormalizer.java 5 Oct 2004 17:12:51 -0000 1.58 @@ -76,8 +76,7 @@ * present in the tree. The PSVI information is not exposed, normalized data (including element * default content is not available). * - * NOTE: the implementation is experimental and methods, functionality - * can be modified or removed in the future. + * @xerces.experimental * * @author Elena Litani, IBM * @author Neeraj Bajaj, Sun Microsystems, inc. 1.14 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DocumentFragmentImpl.java Index: DocumentFragmentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentFragmentImpl.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- DocumentFragmentImpl.java 28 May 2004 02:43:35 -0000 1.13 +++ DocumentFragmentImpl.java 5 Oct 2004 17:12:51 -0000 1.14 @@ -56,6 +56,8 @@ * acts as the parent of these nodes so that the user can use the * standard methods from the Node interface, such as insertBefore() * and appendChild(). + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.7 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMMessageFormatter.java Index: DOMMessageFormatter.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMMessageFormatter.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- DOMMessageFormatter.java 12 Jul 2004 23:44:28 -0000 1.6 +++ DOMMessageFormatter.java 5 Oct 2004 17:12:51 -0000 1.7 @@ -23,6 +23,8 @@ /** * Used to format DOM error messages, using the system locale. + * + * @xerces.internal * * @author Sandy Gao, IBM * @version $Id$ 1.30 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/AttributeMap.java Index: AttributeMap.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/AttributeMap.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- AttributeMap.java 24 Feb 2004 23:23:17 -0000 1.29 +++ AttributeMap.java 5 Oct 2004 17:12:51 -0000 1.30 @@ -33,6 +33,8 @@ * <p> * This class doesn't directly support mutation events, however, it notifies * the document when mutations are performed so that the document class do so. + * + * @xerces.internal * * @version $Id$ */ 1.27 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/EntityReferenceImpl.java Index: EntityReferenceImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/EntityReferenceImpl.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- EntityReferenceImpl.java 1 Sep 2004 03:23:45 -0000 1.26 +++ EntityReferenceImpl.java 5 Oct 2004 17:12:51 -0000 1.27 @@ -70,6 +70,8 @@ * structure-change-monitoring code I implemented to support * DeepNodeList. * + * @xerces.internal + * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM * @author Andy Clark, IBM 1.27 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/TextImpl.java Index: TextImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/TextImpl.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- TextImpl.java 13 Jul 2004 03:32:22 -0000 1.26 +++ TextImpl.java 5 Oct 2004 17:12:51 -0000 1.27 @@ -33,6 +33,8 @@ * Note that CDATASection is a subclass of Text. This is conceptually * valid, since they're really just two different ways of quoting * characters when they're written out as part of an XML stream. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.26 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/EntityImpl.java Index: EntityImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/EntityImpl.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- EntityImpl.java 26 Aug 2004 21:28:39 -0000 1.25 +++ EntityImpl.java 5 Oct 2004 17:12:51 -0000 1.26 @@ -49,6 +49,8 @@ * _any_ answer will involve a non-DOM operation, and this is the * simplest solution. * + * @xerces.internal + * * @author Elena Litani, IBM * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.8 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/LCount.java Index: LCount.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/LCount.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- LCount.java 24 Feb 2004 23:23:18 -0000 1.7 +++ LCount.java 5 Oct 2004 17:12:51 -0000 1.8 @@ -39,6 +39,8 @@ resolve and might not save enough event traffic to be worth the investment. */ /** + * @xerces.internal + * * @version $Id$ */ 1.10 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/ChildNode.java Index: ChildNode.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ChildNode.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChildNode.java 24 Feb 2004 23:23:18 -0000 1.9 +++ ChildNode.java 5 Oct 2004 17:12:51 -0000 1.10 @@ -21,6 +21,8 @@ /** * ChildNode inherits from NodeImpl and adds the capability of being a child by * having references to its previous and next siblings. + * + * @xerces.internal * * @version $Id$ */ 1.9 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/ObjectFactory.java Index: ObjectFactory.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ObjectFactory.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ObjectFactory.java 15 Aug 2004 21:22:15 -0000 1.8 +++ ObjectFactory.java 5 Oct 2004 17:12:51 -0000 1.9 @@ -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$ */ 1.14 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredElementDefinitionImpl.java Index: DeferredElementDefinitionImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredElementDefinitionImpl.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- DeferredElementDefinitionImpl.java 24 Feb 2004 23:23:17 -0000 1.13 +++ DeferredElementDefinitionImpl.java 5 Oct 2004 17:12:51 -0000 1.14 @@ -25,6 +25,8 @@ * I've included this in Level 1 purely as an anchor point for default * attributes. In Level 2 it should enable the ChildRule support. * + * @xerces.internal + * * @version $Id$ */ public class DeferredElementDefinitionImpl 1.45 +4 -1 xml-xerces/java/src/org/apache/xerces/dom/ElementNSImpl.java Index: ElementNSImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ElementNSImpl.java,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ElementNSImpl.java 27 Sep 2004 15:42:01 -0000 1.44 +++ ElementNSImpl.java 5 Oct 2004 17:12:51 -0000 1.45 @@ -33,6 +33,9 @@ * The qualified name is the node name, and we store localName which is also * used in all queries. On the other hand we recompute the prefix when * necessary. + * + * @xerces.internal + * * @author Elena litani, IBM * @author Neeraj Bajaj, Sun Microsystems * @version $Id$ 1.19 +2 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityImpl.java Index: DeferredEntityImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredEntityImpl.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- DeferredEntityImpl.java 24 Feb 2004 23:23:18 -0000 1.18 +++ DeferredEntityImpl.java 5 Oct 2004 17:12:51 -0000 1.19 @@ -47,6 +47,7 @@ * _any_ answer will involve a non-DOM operation, and this is the * simplest solution. * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.28 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DocumentTypeImpl.java Index: DocumentTypeImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DocumentTypeImpl.java,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- DocumentTypeImpl.java 12 Jul 2004 06:44:25 -0000 1.27 +++ DocumentTypeImpl.java 5 Oct 2004 17:12:51 -0000 1.28 @@ -39,6 +39,8 @@ * Most notably, absolutely no provision was made for storing * and using Element and Attribute information. Nor was the linkage * between Entities and Entity References nailed down solidly. + * + * @xerces.internal * * @author Arnaud Le Hors, IBM * @author Joe Kesselman, IBM 1.36 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/RangeImpl.java Index: RangeImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/RangeImpl.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- RangeImpl.java 13 Aug 2004 21:24:13 -0000 1.35 +++ RangeImpl.java 5 Oct 2004 17:12:51 -0000 1.36 @@ -29,6 +29,8 @@ /** The RangeImpl class implements the org.w3c.dom.range.Range interface. * <p> Please see the API documentation for the interface classes * and use the interfaces in your client programs. + * + * @xerces.internal * * @version $Id$ */ 1.13 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DOMErrorImpl.java Index: DOMErrorImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMErrorImpl.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- DOMErrorImpl.java 2 Sep 2004 15:43:26 -0000 1.12 +++ DOMErrorImpl.java 5 Oct 2004 17:12:51 -0000 1.13 @@ -30,6 +30,8 @@ * * <p>See also the <a href='http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010913'>Document Object Model (DOM) Level 3 Core Specification</a>. * + * @xerces.internal + * * @author Gopal Sharma, SUN Microsystems Inc. * @author Elena Litani, IBM * 1.21 +2 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrImpl.java Index: DeferredAttrImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredAttrImpl.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- DeferredAttrImpl.java 24 Feb 2004 23:23:18 -0000 1.20 +++ DeferredAttrImpl.java 5 Oct 2004 17:12:51 -0000 1.21 @@ -54,6 +54,7 @@ * Namespaces. DeferredAttrNSImpl, which inherits from AttrNSImpl, does. * @see DeferredAttrNSImpl * + * @xerces.internal * * @author Andy Clark, IBM * @author Arnaud Le Hors, IBM 1.8 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/RangeExceptionImpl.java Index: RangeExceptionImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/RangeExceptionImpl.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- RangeExceptionImpl.java 15 Aug 2004 21:22:16 -0000 1.7 +++ RangeExceptionImpl.java 5 Oct 2004 17:12:51 -0000 1.8 @@ -18,6 +18,8 @@ import org.w3c.dom.ranges.RangeException; /** + * @xerces.internal + * * @version $Id$ */ 1.9 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/PSVIAttrNSImpl.java Index: PSVIAttrNSImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/PSVIAttrNSImpl.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PSVIAttrNSImpl.java 24 Feb 2004 23:23:18 -0000 1.8 +++ PSVIAttrNSImpl.java 5 Oct 2004 17:12:51 -0000 1.9 @@ -27,6 +27,8 @@ /** * Attribute namespace implementation; stores PSVI attribute items. * + * @xerces.internal + * * @author Sandy Gao, IBM * * @version $Id$ 1.3 +5 -3 xml-xerces/java/src/org/apache/xerces/dom/DOMStringListImpl.java Index: DOMStringListImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DOMStringListImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DOMStringListImpl.java 24 Feb 2004 23:23:17 -0000 1.2 +++ DOMStringListImpl.java 5 Oct 2004 17:12:51 -0000 1.3 @@ -21,11 +21,13 @@ import org.apache.xerces.dom3.DOMStringList; /** - * DOM Level 3 Experimental + * DOM Level 3 * - * This class implemets the DOM Levl 3 Core interface DOMStringList. + * This class implements the DOM Level 3 Core interface DOMStringList. * - * @author nddelima + * @xerces.internal + * + * @author Neil Delima, IBM */ public class DOMStringListImpl implements DOMStringList { 1.10 +5 -3 xml-xerces/java/src/org/apache/xerces/dom/TreeWalkerImpl.java Index: TreeWalkerImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/TreeWalkerImpl.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- TreeWalkerImpl.java 24 Feb 2004 23:23:17 -0000 1.9 +++ TreeWalkerImpl.java 5 Oct 2004 17:12:51 -0000 1.10 @@ -21,8 +21,10 @@ import org.w3c.dom.traversal.NodeFilter; import org.w3c.dom.traversal.TreeWalker; -/** This class implements the TreeWalker interface. */ -/** +/** This class implements the TreeWalker interface. + * + * @xerces.internal + * * @version $Id$ */ 1.11 +3 -1 xml-xerces/java/src/org/apache/xerces/dom/DeferredCommentImpl.java Index: DeferredCommentImpl.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredCommentImpl.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- DeferredCommentImpl.java 24 Feb 2004 23:23:18 -0000 1.10 +++ DeferredCommentImpl.java 5 Oct 2004 17:12:51 -0000 1.11 @@ -18,6 +18,8 @@ /** * Represents an XML (or HTML) comment. + * + * @xerces.internal * * @version $Id$ * @since PR-DOM-Level-1-19980818. 1.8 +4 -2 xml-xerces/java/src/org/apache/xerces/dom/DeferredNode.java Index: DeferredNode.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredNode.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- DeferredNode.java 24 Feb 2004 23:23:18 -0000 1.7 +++ DeferredNode.java 5 Oct 2004 17:12:51 -0000 1.8 @@ -19,7 +19,9 @@ import org.w3c.dom.Node; /** - * An interface for deferred node object. + * An interface for deferred node object. + * + * @xerces.internal * * @version $Id$ */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]