elena       2003/11/18 15:27:47

  Modified:    java/src/org/apache/xerces/impl/xs XMLSchemaLoader.java
  Log:
  rename DOMInputList to LSInputList to be consistant with the DOM Level 3 LS CR.
  
  Revision  Changes    Path
  1.22      +3 -3      
xml-xerces/java/src/org/apache/xerces/impl/xs/XMLSchemaLoader.java
  
  Index: XMLSchemaLoader.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/XMLSchemaLoader.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- XMLSchemaLoader.java      17 Nov 2003 13:48:41 -0000      1.21
  +++ XMLSchemaLoader.java      18 Nov 2003 23:27:47 -0000      1.22
  @@ -100,7 +100,7 @@
   import org.apache.xerces.xni.parser.XMLEntityResolver;
   import org.apache.xerces.xni.parser.XMLErrorHandler;
   import org.apache.xerces.xni.parser.XMLInputSource;
  -import org.apache.xerces.xs.DOMInputList;
  +import org.apache.xerces.xs.LSInputList;
   import org.apache.xerces.xs.StringList;
   import org.apache.xerces.xs.XSLoader;
   import org.apache.xerces.xs.XSModel;
  @@ -1032,7 +1032,7 @@
       /* (non-Javadoc)
        * @see 
org.apache.xerces.xs.XSLoader#loadInputList(org.apache.xerces.xs.DOMInputList)
        */
  -    public XSModel loadInputList(DOMInputList is) {
  +    public XSModel loadInputList(LSInputList is) {
           int length = is.getLength();
           if (length == 0) {
               return null;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to