Author: mrglavas
Date: Fri Oct 16 20:47:42 2009
New Revision: 826081
URL: http://svn.apache.org/viewvc?rev=826081&view=rev
Log:
Applying SVN rev 812754 to the XML Schema 1.1 branch :: "When resetting
XSElementDecl, we need to clear the "scope" field."
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSElementDecl.java
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSElementDecl.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSElementDecl.java?rev=826081&r1=826080&r2=826081&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSElementDecl.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/XSElementDecl.java
Fri Oct 16 20:47:42 2009
@@ -238,7 +238,7 @@
* Reset current element declaration
*/
public void reset(){
-
+ fScope = XSConstants.SCOPE_ABSENT;
fName = null;
fTargetNamespace = null;
fType = null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]