Searched refs:styleNode (Results 1 – 2 of 2) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathException.java | 57 public void setStylesheetNode(Object styleNode) in setStylesheetNode() argument 59 m_styleNode = styleNode; in setStylesheetNode() 129 public XPathException(String message, Object styleNode) in XPathException() argument 134 m_styleNode = styleNode; in XPathException() 146 public XPathException(String message, Node styleNode, Exception e) in XPathException() argument 151 m_styleNode = styleNode; in XPathException()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | MsgMgr.java | 124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in warn() argument 127 warn(srcLctr, styleNode, sourceNode, msg, null); in warn() 143 …public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) in warn() argument 278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in error() argument 281 error(srcLctr, styleNode, sourceNode, msg, null); in error() 298 …public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[… in error() argument
|