Searched defs:styleNode (Results 1 – 2 of 2) sorted by relevance
/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() 143 …public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) in warn() 278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in error() 298 …public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[… in error()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathException.java | 57 public void setStylesheetNode(Object styleNode) in setStylesheetNode() 129 public XPathException(String message, Object styleNode) in XPathException() 146 public XPathException(String message, Node styleNode, Exception e) in XPathException()
|