soapdust.wsdl
Class XSDParser
java.lang.Object
soapdust.wsdl.XSDParser
public class XSDParser
- extends java.lang.Object
Constructor Summary |
XSDParser(java.net.URL context)
|
Method Summary |
void |
parse(org.w3c.dom.Node document,
XSD xsd)
|
void |
parse(XSD xsd)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDParser
public XSDParser(java.net.URL context)
parse
public void parse(XSD xsd)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
parse
public void parse(org.w3c.dom.Node document,
XSD xsd)
throws java.io.FileNotFoundException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException