Home
last modified time | relevance | path

Searched refs:XPathStylesheetDOM3Exception (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/domapi/
DXPathStylesheetDOM3Exception.java29 final public class XPathStylesheetDOM3Exception extends TransformerException { class
30 public XPathStylesheetDOM3Exception(String msg, SourceLocator arg1) in XPathStylesheetDOM3Exception() method in XPathStylesheetDOM3Exception
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java29 import org.apache.xpath.domapi.XPathStylesheetDOM3Exception;
655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator); in errorForDOM3()