- From: George Cristian Bina <george@oxygenxml.com>
- Date: Mon, 13 Dec 2004 13:32:15 +0200
- To: Dipti Borkar <dborkar@cs.ucsd.edu>
- Cc: xmlschema-dev@w3.org
Hi Dipti, I assume you mean Xerces... XSLoader is implemented by org.apache.xerces.impl.xs.XMLSchemaLoader. The XSObject interface is extended by 12 interfaces in the same package as XSObject and these interfaces are implemented by classes in the org.apache.xerces.impl.xs package: XSAnnotationImpl XSAttributeDecl XSAttributeGroupDecl XSAttributeUseImpl XSFacetImpl IdentityConstraint KeyRef UniqueOrKey XSGroupDecl XSMVFacetImpl XSNotationDecl XSParticleDecl XSElementDeclaration XSModelGroup XSWildcard XSComplexTypeDecl XSSimpleTypeDecl You can use a Java IDE like Eclipse, checkout the project then use the Open Type Hierarchy on XSLoader and XSObject to get the picture. Best Regards, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Dipti Borkar wrote: > I was looking for the source code on the xs package. Please can you tell > me if its available. The CVS has the files, but they only contain > methods with comments- no Code. > > > > -Dipti >
Received on Monday, 13 December 2004 11:28:43 UTC