public class Xsd extends Object
Constructor and Description |
---|
Xsd() |
Modifier and Type | Method and Description |
---|---|
CharSequence |
getConfigSummary()
For debugging/logging purposes.
|
Set<XsdElement> |
getElements(String inElementName) |
Set<XsdElement> |
getElements(XMLName inElementName) |
protected void |
integrateTypesWithElements() |
void |
parse(File inFile) |
void |
parse(Reader inReader) |
public Xsd()
public void parse(File inFile) throws IOException, SAXException
IOException
SAXException
public void parse(Reader inReader) throws IOException, SAXException
IOException
SAXException
public Set<XsdElement> getElements(XMLName inElementName)
public Set<XsdElement> getElements(String inElementName)
public CharSequence getConfigSummary()
protected void integrateTypesWithElements()
jataylor@hairyfatguy.com