HomeSort by relevance Sort by last modified time
    Searched refs:XPathStylesheetDOM3Exception (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/domapi/
XPathStylesheetDOM3Exception.java 29 final public class XPathStylesheetDOM3Exception extends TransformerException {
30 public XPathStylesheetDOM3Exception(String msg, SourceLocator arg1)
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 29 import org.apache.xpath.domapi.XPathStylesheetDOM3Exception;
628 * XpathStylesheetDOM3Exception (which extends TransformerException).
633 * the new subclass of XPathStylesheetDOM3Exception. Older XPath code
637 * can check if the exception is an instance of XPathStylesheetDOM3Exception
655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator);
    [all...]

Completed in 181 milliseconds