cgl.hpsearch.nb4ws.WSDL
Class TypesParser
java.lang.Object
cgl.hpsearch.nb4ws.WSDL.TypesParser
- public class TypesParser
- extends Object
Parses the specified schema to retrieve all elements defined in the schema. This program uses the
Castor SchemaReader to parse the schema
Created on Feb 7, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
types
public Hashtable types
TypesParser
public TypesParser()
init
public void init(org.exolab.castor.xml.schema.Schema schema)
processSchema
public void processSchema(org.exolab.castor.xml.schema.Schema schema)
processElement
public void processElement(org.exolab.castor.xml.schema.ElementDecl element)
processComplexType
public void processComplexType(org.exolab.castor.xml.schema.ComplexType c)
processGroup
public void processGroup(org.exolab.castor.xml.schema.Group g)
processParticle
public void processParticle(org.exolab.castor.xml.schema.Particle p)
main
public static void main(String[] args)