peiyongz 2004/09/23 14:22:15
Modified: c/src/xercesc/framework/psvi PSVIHandler.hpp
Log:
Documentation
Revision Changes Path
1.10 +15 -0 xml-xerces/c/src/xercesc/framework/psvi/PSVIHandler.hpp
Index: PSVIHandler.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/PSVIHandler.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- PSVIHandler.hpp 22 Sep 2004 20:38:45 -0000 1.9
+++ PSVIHandler.hpp 23 Sep 2004 21:22:15 -0000 1.10
@@ -16,6 +16,9 @@
/*
* $Log$
+ * Revision 1.10 2004/09/23 21:22:15 peiyongz
+ * Documentation
+ *
* Revision 1.9 2004/09/22 20:38:45 peiyongz
* provide default implementation and documentation
*
@@ -96,6 +99,18 @@
* Receive notification of partial PSVI properties of an element.
* This callback is made right after the psviAttributes
* call for non-empty element.
+ *
+ * The PSVIElement passed in has all fields properly set and it
+ * can be safely accessed the same way as the one passed in handleElementPSVI.
+ * However, fields listed below always have default values.
+ *
+ * getValidity() PSVIItem::VALIDITY_NOTKNOWN
+ * getValidationAttemped() PSVIItem::VALIDATION_NONE
+ * getMemberTypeDefinition() 0
+ * getSchemaNormalizedValue() 0
+ * getCanonicalRepresentation() 0
+ * getNotationDeclaration() 0
+ *
*
* @param localName The name of the element upon which start tag
* these attributes were encountered.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]