Searched defs:getQueryAsDOM (Results 1 - 1 of 1) sorted by relevance
/lucene-3.6.0/lucene/contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/ |
H A D | QueryTemplateManager.java | 83 public Document getQueryAsDOM(Properties formProperties,String queryTemplateName) throws SAXException, IOException, ParserConfigurationException, TransformerException method in class:QueryTemplateManager 86 return getQueryAsDOM(formProperties, ts); 93 public Document getQueryAsDOM(Properties formProperties) throws SAXException, IOException, ParserConfigurationException, TransformerException method in class:QueryTemplateManager 95 return getQueryAsDOM(formProperties, defaultCompiledTemplates); 125 public static Document getQueryAsDOM(Properties formProperties, Templates template) throws SAXException, IOException, ParserConfigurationException, TransformerException method in class:QueryTemplateManager 136 public static Document getQueryAsDOM(Properties formProperties, InputStream xslIs) throws SAXException, IOException, ParserConfigurationException, TransformerException method in class:QueryTemplateManager
|
Completed in 17 milliseconds