ruper2/src/java/core/org/krysalis/ruper2/util/xml IXMLAttribute.java,NONE,1.1 XMLHandler.java,1.2,1.3 XMLAttribute.java,1.1,NONE

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/xml
In directory sc8-pr-cvs1:/tmp/cvs-serv13477/src/java/core/org/krysalis/ruper2/util/xml

Modified Files:
	XMLHandler.java 
Added Files:
	IXMLAttribute.java 
Removed Files:
	XMLAttribute.java 
Log Message:
Consistency changes, interfaces starting with I --- retry commit.

--- NEW FILE: IXMLAttribute.java ---
/*
 * Created on Sep 12, 2003
  */
package org.krysalis.ruper2.util.xml;

/**
 * @author anou_mana
 */
public interface IXMLAttribute {

}

Index: XMLHandler.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/util/xml/XMLHandler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** XMLHandler.java	29 Sep 2003 22:10:12 -0000	1.2
--- XMLHandler.java	9 Oct 2003 14:05:34 -0000	1.3
***************
*** 293,297 ****
  
  					if (objectAttributeValue != null) {
! 						if (!(objectAttributeValue instanceof XMLAttribute)) {
  							objectAttributeValue =
  								ReferenceManager.createObject(
--- 293,297 ----
  
  					if (objectAttributeValue != null) {
! 						if (!(objectAttributeValue instanceof IXMLAttribute)) {
  							objectAttributeValue =
  								ReferenceManager.createObject(

--- XMLAttribute.java DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.