gareth 2003/02/05 01:10:10
Modified: c/src/xercesc/internal SGXMLScanner.cpp
Log:
updated documentation
Revision Changes Path
1.16 +5 -8 xml-xerces/c/src/xercesc/internal/SGXMLScanner.cpp
Index: SGXMLScanner.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/SGXMLScanner.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- SGXMLScanner.cpp 4 Feb 2003 21:21:50 -0000 1.15
+++ SGXMLScanner.cpp 5 Feb 2003 09:10:10 -0000 1.16
@@ -1065,13 +1065,10 @@
}
// This method is called to scan a start tag when we are processing
-// namespaces. There are two different versions of this method, one for
-// namespace aware processing an done for non-namespace aware processing.
-//
-// This method is called after we've scanned the < of a start tag. So we
-// have to get the element name, then scan the attributes, after which
-// we are either going to see >, />, or attributes followed by one of those
-// sequences.
+// namespaces. This method is called after we've scanned the < of a
+// start tag. So we have to get the element name, then scan the attributes,
+// after which we are either going to see >, />, or attributes followed
+// by one of those sequences.
bool SGXMLScanner::scanStartTag(bool& gotData)
{
// Assume we will still have data until proven otherwise. It will only
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]