lmartin 2003/01/24 07:48:17 Modified: java/src/org/apache/xerces/dom NodeImpl.java Log: changed method sig. for compareDocumentPosition Revision Changes Path 1.64 +2 -2 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.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- NodeImpl.java 23 Jan 2003 23:23:59 -0000 1.63 +++ NodeImpl.java 24 Jan 2003 15:48:17 -0000 1.64 @@ -997,7 +997,7 @@ * node. * @since DOM Level 3 */ - public short compareDocumentPosition(Node other) { + public short compareDocumentPosition(Node other) throws DOMException { // If the nodes are the same, no flags should be set if (this==other)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]