edu.uci.isr.apigen
Class XsdSchema
java.lang.Object
edu.uci.isr.apigen.XsdSchema
- public class XsdSchema
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected String uri
doc
protected Document doc
elt
protected Element elt
XsdSchema
public XsdSchema(String uri,
Document doc)
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)