MsgMgr.java | 52 * Warn the user of a problem. 81 * Warn the user of a problem. 90 public void warn(SourceLocator srcLctr, String msg) throws TransformerException method in class:MsgMgr 92 warn(srcLctr, null, null, msg, null); method 96 * Warn the user of a problem. 106 public void warn(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException method in class:MsgMgr 108 warn(srcLctr, null, null, msg, args); method 112 * Warn the user of a problem. 124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) method in class:MsgMgr 127 warn(srcLctr, styleNode, sourceNode, msg, null) method 143 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) method in class:MsgMgr [all...] |