CoreParser
Assembles a e/1.4/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException
TransformerException
transformCriteria
public static void transformCriteria(Properties formProperties,
Templates template,
Result result)
throws SAXException,
IOException,
ParserConfigurationException,
TransformerException
- Fast transformation using a pre-compiled stylesheet (suitable for production environments)
- Throws:
SAXException
IOException
ParserConfigurationException
TransformerException
transformCriteria
public static void transformCriteria(Properties formProperties,
Transformer transformer,
Result result)
throws SAXException,
IOException,
ParserConfigurationException,
TransformerException
- Throws:
SAXException
IOException
ParserConfigurationException
TransformerException
getTemplates
public static Templates getTemplates(InputStream xslIs)
throws ParserConfigurationException,
SAXException,
IOException,
< |