org.jbpm.jpdl.xml
Class JpdlParser
java.lang.Object
org.jbpm.jpdl.xml.JpdlParser
- All Implemented Interfaces:
- java.io.Serializable
public class JpdlParser
- extends java.lang.Object
- implements java.io.Serializable
Validate an XML document using JAXP techniques and an XML Schema. This helper class wraps the
processing of a schema to aid in schema validation throughout the product.
- Author:
- Tom Baeyens, Jim Rigsbee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static org.dom4j.Document parse(org.xml.sax.InputSource inputSource,
ProblemListener problemListener)
throws org.dom4j.DocumentException
- Throws:
org.dom4j.DocumentException
createSaxReader
public static org.dom4j.io.SAXReader createSaxReader(ProblemListener problemListener)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
createXmlReader
public static org.xml.sax.XMLReader createXmlReader()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
addSchemaResource
public static void addSchemaResource(java.lang.String resource)
Copyright © 2010 JBoss Community. All Rights Reserved.