Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 137375 | Differences between
and this patch

Collapse All | Expand All

(-)jboss-4.0.2-src/common/src/main/org/apache/xerces/impl/xs/JBossXBSchemaValidator.java (-1 / +1 lines)
Lines 32-37 Link Here
32
   public XSElementDeclaration getCurrentElementDelcaration()
32
   public XSElementDeclaration getCurrentElementDelcaration()
33
   {
33
   {
34
      return this.fCurrentElemDecl;
34
      return this.fCurrentPSVI.fDeclaration;
35
   }
35
   }
36
}
36
}
(-)jboss-4.0.2-src/common/src/main/org/jboss/xml/binding/XercesXsMarshaller.java (-1 / +1 lines)
Lines 6-12 Link Here
6
 */
6
 */
7
package org.jboss.xml.binding;
7
package org.jboss.xml.binding;
8
import org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry;
8
import org.w3c.dom.bootstrap.DOMImplementationRegistry;
9
import org.apache.xerces.xs.XSAttributeDeclaration;
9
import org.apache.xerces.xs.XSAttributeDeclaration;
10
import org.apache.xerces.xs.XSAttributeUse;
10
import org.apache.xerces.xs.XSAttributeUse;
11
import org.apache.xerces.xs.XSComplexTypeDefinition;
11
import org.apache.xerces.xs.XSComplexTypeDefinition;

Return to bug 137375