Apigen

edu.uci.isr.apigen
Class XsdSchema

java.lang.Object
  extended byedu.uci.isr.apigen.XsdSchema

public class XsdSchema
extends Object


Field Summary
protected  Document doc
           
protected  Element elt
           
protected  String uri
           
 
Constructor Summary
XsdSchema(String uri, Document doc)
           
 
Method Summary
 Collection getAttributes()
           
 Collection getComplexTypes()
           
 Document getDocument()
           
 Collection getElements()
           
 PrefixMap getPrefixMap()
           
 Collection getSimpleTypes()
           
 QName getTypeQName(String typeName)
           
 Collection getTypes()
           
 String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected String uri

doc

protected Document doc

elt

protected Element elt
Constructor Detail

XsdSchema

public XsdSchema(String uri,
                 Document doc)
Method Detail

getURI

public String getURI()

getDocument

public Document getDocument()

getComplexTypes

public Collection getComplexTypes()

getSimpleTypes

public Collection getSimpleTypes()

getTypes

public Collection getTypes()

getAttributes

public Collection getAttributes()

getElements

public Collection getElements()

getPrefixMap

public PrefixMap getPrefixMap()

getTypeQName

public QName getTypeQName(String typeName)

Apigen