com.jxml.quick.engine
Class QCMLBindings
java.lang.Object
|
+--com.jxml.quick.engine.QCMLBindings
- public class QCMLBindings
- extends Object
updated by Pavel Curtis to simplify new attribute types and element content--Quick 1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QCMLBindings
public QCMLBindings()
forceUrl
public static String forceUrl(String url)
- If not a URL, make it a file URL.
convert
public static QDoc convert(QDoc doc,
QContext destination)
throws SAXException,
IOException
parse
public static QContext parse(QDoc schema,
InputSource in,
String url)
throws IOException,
SAXException
- added by John Aronson to support in non-file based schema sources
createDoc
public static QDoc createDoc(Object root)
createContext
public static QContext createContext(QDoc doc)
throws SAXException