lmartin 2003/01/24 07:48:44 Modified: java/src/org/apache/xerces/impl/xs/opti DefaultNode.java Log: added compareDocumentPosition Revision Changes Path 1.4 +3 -3 xml-xerces/java/src/org/apache/xerces/impl/xs/opti/DefaultNode.java Index: DefaultNode.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/opti/DefaultNode.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DefaultNode.java 30 Dec 2002 21:21:09 -0000 1.3 +++ DefaultNode.java 24 Jan 2003 15:48:44 -0000 1.4 @@ -210,7 +210,7 @@ throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported"); } - public short compareTreePosition(Node other){ + public short compareDocumentPosition(Node other){ throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported"); } @@ -253,4 +253,4 @@ } - \ No newline at end of file +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]