HPSearch

cgl.hpsearch.nb4ws.WSDL
Class TypesParser

java.lang.Object
  extended bycgl.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)

Field Summary
 Hashtable types
           
 
Constructor Summary
TypesParser()
           
 
Method Summary
 void init(org.exolab.castor.xml.schema.Schema schema)
           
static void main(String[] args)
           
 void processComplexType(org.exolab.castor.xml.schema.ComplexType c)
           
 void processElement(org.exolab.castor.xml.schema.ElementDecl element)
           
 void processGroup(org.exolab.castor.xml.schema.Group g)
           
 void processParticle(org.exolab.castor.xml.schema.Particle p)
           
 void processSchema(org.exolab.castor.xml.schema.Schema schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

types

public Hashtable types
Constructor Detail

TypesParser

public TypesParser()
Method Detail

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)

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006