org.apache.ws.commons.schema.tools
Class ReadSchemaFromURL
java.lang.Object
org.apache.ws.commons.schema.tools.ReadSchemaFromURL
public class ReadSchemaFromURL
- extends Object
Utility class for testing schema reading.
Method Summary |
static void |
main(String[] args)
Read a schema from a URL, perhaps provoking errors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadSchemaFromURL
public ReadSchemaFromURL()
main
public static void main(String[] args)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
IOException,
javax.xml.xpath.XPathExpressionException
- Read a schema from a URL, perhaps provoking errors.
- Parameters:
args
-
- Throws:
javax.xml.parsers.ParserConfigurationException
IOException
org.xml.sax.SAXException
javax.xml.xpath.XPathExpressionException
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.